Skip to content
/ EHoney Public

「🍯」Simple low-interaction honeypot with FTP, Telnet and Web

License

Notifications You must be signed in to change notification settings

MrEmpy/EHoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

「🍯」About EHoney

banner

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.

Services:

  • FTP
  • Telnet
  • Web

Benefits:

  • 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

Available Reports:

  • FTP Report
  • Telnet Report
  • Web Report

Tested Operating Systems:

  • Linux
  • MacOS
  • Windows

Install:

Linux:

$ git clone https://github.com/MrEmpy/EHoney.git
$ cd EHoney
$ chmod +x EHoney.py
$ pip install -r requirements.txt
$ ./EHoney.py

Termux:

$ git clone https://github.com/MrEmpy/EHoney.git
$ cd EHoney
$ cd termux
$ chmod +x EHoney.py
$ pip install -r requirements.txt
$ ./EHoney.py

Screenshots:

Start

start

Attacker

attacker

Port Scanner Detected

nmap

HTML Report

html report

Text Report

text report