RMDV is a Python-based tool designed to create honeypots and automatically ban suspicious connections using IP-Tables. This tool is ideal for enhancing your server’s security by trapping malicious actors and preventing further attacks.
- Honeypot Creation: Set up fake services to lure attackers.
- IP Banning: Automatically add IP addresses to the IP-Tables blacklist.
- Logging: Log all things trough discord webhooks.
- Linux server
- Python3
git clone https://github.com/jonasdallmann/honeypot-linux.gitcd rmdvpip install -r requirements.txt- Configuration: Edit the config.json file to suit your needs.
python3 rmdv.pyFeel free to submit issues or pull requests if you find bugs or have improvements to suggest.