muratti66 / python-honeypots

Python3 ftp, telnet, proxy, http, smtp honeypots in this project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Honeypots

I rewrite together honeypots examples of the python3 programming language.
And added on the samples such as simplicity, ease of use, additional features
So what is honeypot? Helpful answer is here
Our informations and works are in subfolders under owned names.
Use it in good days :)

Which protocols are used ?

  • Http (Port 80)
  • Smtp (Port 25)
  • Proxy (Port 3128)
  • Telnet (Port 23)
  • Ftp (Port 21)

What is the data content ?

The honeypot data contents are as follows for different services;

  • Connection date and time
  • Attacker ip address and location
  • Smtp commands and answers with attacker attempt
  • Putted eml(data) message by attacker
  • Http method and access url
  • Client requested header information for http and proxy request
  • Client requested http url informaiton for proxy request
  • Telnet username and password retry
  • All received commands

About

Python3 ftp, telnet, proxy, http, smtp honeypots in this project

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%