Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.64 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.64 KB

Custom Metasploit Modules

This repository contains custom Metasploit modules created for educational and recreational purposes.

Table of Contents

Modules

Below is a list of custom Metasploit modules available in this repository:

  • [Module 1 zabbix_auth_bypass]
  • [Module 2 cisco_backdoor]
  • [Module 3 hikvision_detect]
  • [Module 4 hikvision_auth_bypass]
  • [Module 5 directory_traversal]
  • [Module 6 explodingcan]

Loading Modules in Metasploit

To load these modules in Metasploit:

  1. Clone this repository: git clone https://github.com/K3ysTr0K3R/Custom-Metasploit-Modules.git
  2. Navigate to the Metasploit framework directory: cd /path/to/metasploit-framework
  3. Load the module: msfconsole followed by loadpath /path/to/custom-metasploit-modules
  4. Use the module: use module_name (replace module_name with the actual module name)

Usage

  1. Ensure you have Metasploit Framework installed.
  2. Load the desired module.
  3. Configure the module options (e.g., target IP, port).
  4. Run the module.

Contribution

Contributions are welcome! If you'd like to add your own custom modules or improve existing ones:

  1. Fork this repository.
  2. Create a new branch.
  3. Commit your changes.
  4. Submit a pull request.

Disclaimer

These modules are for educational and recreational purposes only. Use them responsibly and at your own risk.

By using these modules, you acknowledge that you understand the risks associated with penetration testing and vulnerability exploitation.