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: [parser.py](http://parser.py/) <category> ('usernames', 'passwords', 'IP')
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