An open API service indexing awesome lists of open source software.

https://github.com/james-see/ufwvisitorcounter

parses and returns file of the top visitors from ufw logs to your server - helpful for tracking down script kiddies trying to break into your server and adjust fail2ban and other settings to lock it down and keep it unbroken
https://github.com/james-see/ufwvisitorcounter

fail2ban logs security ufw-firewall

Last synced: 7 months ago
JSON representation

parses and returns file of the top visitors from ufw logs to your server - helpful for tracking down script kiddies trying to break into your server and adjust fail2ban and other settings to lock it down and keep it unbroken

Awesome Lists containing this project

README

          

# ufwvisitorcounter
parses and returns file of the top visitors from ufw logs to your server

## usage

`pipenv shell`

`python3 highestvisitorcounted.py`

### advanced

you can change your logfile name var, verbose mode, and minimum count filter in the top of the script itself

### defaults

verbose mode is default to print to screen to allow for easy greppin

default is to write out to file "highestvistors.txt" at the location the script was executed from