Skip to content

A quick script to parse the json logs from the SSH honey pot I setup in one of my YouTube videos

Notifications You must be signed in to change notification settings

mtrill47/JSON-Parser-SSH-HoneyPot-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

JSON Parser

This script is designed to word best in a linux environment where it can be integrated with bash commands such as uniq and sort

The guide on how to setup up the Honey Pot can be found here

The video showing the results of the Honey Pot after 30 days can be found here

Usage

  • Usage: [parser.py](http://parser.py/) <category> ('usernames', 'passwords', 'IP')

Sorting Commands

  • python3 [parser.py](http://parser.py/) passwords | sort -n
  • python3 [parser.py](http://parser.py/) passwords | sort -n | uniq -c
  • python3 [parser.py](http://parser.py/) passwords | sort -n | uniq -c | sort -n

About

A quick script to parse the json logs from the SSH honey pot I setup in one of my YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages