📖 For detailed guidance, check out the HoneyPott3r wiki📚
###################################################################################################### ## __ __ ____ __ __ _____ ## ## / / / / ____ ____ ___ __ __ / __ \ ____ / /_ / /_ |__ / _____ ## ## / /_/ / / __ \ / __ \ / _ \ / / / / / /_/ / / __ \ / __/ / __/ /_ < / ___/ ## ## / __ / / /_/ / / / / / / __/ / /_/ / / ____/ / /_/ / / /_ / /_ ___/ / / / ## ## /_/ /_/ \____/ /_/ /_/ \___/ \__, / /_/ \____/ \__/ \__/ /____/ /_/ ## ## /____/ ## ######################################################################################################
HoneyPott3r is a Python-based honeypot vulnerability scanner designed to simulate various network services to attract, detect, and log unauthorized access attempts. By integrating with popular cybersecurity tools like Nmap, Metasploit, OpenVAS, and Nikto; HoneyPott3r enhances its ability to identify vulnerabilities across multiple protocols and services, providing comprehensive threat detection and analysis. The tool not only identifies common attack vectors but also integrates various detection mechanisms to identify malicious behavior in real-time. This makes it a powerful tool for cybersecurity research, penetration testing, and vulnerability assessment.
- Clone this repository:
git clone https://github.com/3rr0r-505/HoneyPott3r.git
cd HoneyPott3r
- Make Installer Script Executable:
chmod +x installer.sh
- Run the Installation Script
sudo ./installer.sh
- Run the Tool using
sudo honeypott3r
command.
- To Uninstall HoneyPott3r :
cd /opt/honeypott3r chmod +x uninstall.sh sudo ./uninstall.sh
- To view all reports in the dashboard, visit
http://localhost:5050/
Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.
The use of code contained in this repository, either in part or in its totality, for engaging targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws.
Developers assume no liability and are not responsible for misuses or damages caused by any code contained in this repository in any event that, accidentally or otherwise, it comes to be utilized by a threat agent or unauthorized entity as a means to compromise the security, privacy, confidentiality, integrity, and/or availability of systems and their associated resources. In this context the term "compromise" is henceforth understood as the leverage of exploitation of known or unknown vulnerabilities present in said systems, including, but not limited to, the implementation of security controls, human- or electronically-enabled.
The use of this code is only endorsed by the developers in those circumstances directly related to educational environments or authorized penetration testing engagements whose declared purpose is that of finding and mitigating vulnerabilities in systems, limiting their exposure to compromises and exploits employed by malicious agents as defined in their respective threat models.
This project is licensed under the MIT License - see the LICENSE file for details.