Skip to content

Converts the .log file from tarpit to an readable .csv file for further investigation

Notifications You must be signed in to change notification settings

biejay/tarpit_log_to_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tarpit_log_to_csv

Simple Python script, that converts the .log file from ssh-tarpit to an readable .csv file for further investigation

Just put the tarpit.log file in the same directory as the log_to_csv.py file and run it via python3 log_to_csv.py

Only rows containing "connected" or "disconnected" will be converted. The CSV will look like this:

datetime ip port status
01.01.1970 127.0.0.1 22 connected

About

Converts the .log file from tarpit to an readable .csv file for further investigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages