Skip to content

A low interaction telnet honeypot deception written in Python3, logs username and password input

License

Notifications You must be signed in to change notification settings

raresteak/simple-telnet-deception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-telnet-deception

A low interaction telnet honeypot/deception written in Python3, logs username and password input

Usage

  1. Update HOST, PORT, FILE variables.

  2. Execute

python3 ./simple-telnet-deception.py

Output

Logged to a file and shown on the screen in json format. Example:

{ "time": "2021-10-06T16:55:29", "src.ip": "127.0.0.1", "username": "root", "password": "password" }
{ "time": "2021-10-06T16:55:35", "src.ip": "127.0.0.1", "username": "toor", "password": "toor" }
{ "time": "2021-10-06T16:55:40", "src.ip": "127.0.0.1", "username": "user", "password": "cancelledInput" }
{ "time": "2021-10-06T16:55:44", "src.ip": "127.0.0.1", "username": "cancelledInput", "password": "cancelledInput" }

About

A low interaction telnet honeypot deception written in Python3, logs username and password input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages