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
- Host: GitHub
- URL: https://github.com/james-see/ufwvisitorcounter
- Owner: james-see
- License: agpl-3.0
- Created: 2021-11-24T03:45:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T04:01:39.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T00:30:54.428Z (about 1 year ago)
- Topics: fail2ban, logs, security, ufw-firewall
- Language: Python
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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