This repository contains custom Metasploit modules created for educational and recreational purposes.
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]
To load these modules in Metasploit:
- Clone this repository:
git clone https://github.com/K3ysTr0K3R/Custom-Metasploit-Modules.git
- Navigate to the Metasploit framework directory:
cd /path/to/metasploit-framework
- Load the module:
msfconsole
followed byloadpath /path/to/custom-metasploit-modules
- Use the module:
use module_name
(replacemodule_name
with the actual module name)
- Ensure you have Metasploit Framework installed.
- Load the desired module.
- Configure the module options (e.g., target IP, port).
- Run the module.
Contributions are welcome! If you'd like to add your own custom modules or improve existing ones:
- Fork this repository.
- Create a new branch.
- Commit your changes.
- Submit a pull request.
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.