Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.52 KB

README.md

File metadata and controls

77 lines (53 loc) · 1.52 KB

「🍯」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/Brosck/EHoney.git
$ cd EHoney
$ chmod +x EHoney.py
$ pip install -r requirements.txt
$ ./EHoney.py

Termux:

$ git clone https://github.com/Brosck/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