8000 GitHub - brosck/EHoney: 「🍯」Simple low-interaction honeypot with FTP, Telnet and Web
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brosck/EHoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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/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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0