A collection of honeypot scripts written in python3 for services like ssh,ftp,http,etc
Currently supported for HTTP,SSH services Logs:
- IP address of the client
- PORT from where client is coming from.
- Password used for logging
- TIME of the attack
Takes a request with Admin ID and password ,logs the information and then directly send a blank response to the client. This can be used as a basic honeypot system which could try to get the HTTP headers and passwords information.
SSH script is just logging the username and password tried by the client and then sending a wrong password response everytime. This could be used for getting the passwords and usernames which the hackers/clients try on the system to get into the system.
It needs a user.conf file to store the username:password in this pattern and then ftp listener will authenticate accordingly.All attempts to the ftp server are logged automatically to a file logins.txt