EHoney is a simple non-interactive Honeypot developed in the python language. Made entirely with the socket module, it was created in order to obtain information about the intruder who is trying to enter some service.
In addition, EHoney offers some advantages to have a good result in the search for the intruder.
- FTP
- Telnet
- Web
- Automatic capture of IPs and users used during service authentication
- Text and HTML report
- Get information about an IP address
- Get users used during authentication
- Detection of port scanners like Nmap
- Termux support
- FTP Report
- Telnet Report
- Web Report
- Linux
- MacOS
- Windows
$ git clone https://github.com/MrEmpy/EHoney.git
$ cd EHoney
$ chmod +x EHoney.py
$ pip install -r requirements.txt
$ ./EHoney.py
$ git clone https://github.com/MrEmpy/EHoney.git
$ cd EHoney
$ cd termux
$ chmod +x EHoney.py
$ pip install -r requirements.txt
$ ./EHoney.py