Skip to content

A CLI application than reads ufw log files and displays it in a readable manner

License

Notifications You must be signed in to change notification settings

j0holo/ufwLogReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ufwLogReader

ufwLogReader reads ufw log files and displays which IP addresses did invalid request and which port numbers they requested.

NOTE: this has only been tested on ufw log files with the low priority setting.

Example

Example of its output:

IP: 127.0.0.2	Amount of requests: 2

	Port Number	Amount
	23		2

IP: 127.0.0.1	Amount of requests: 10

	Port Number	Amount
	22		8
	23		2


Total amount of requests: 12
Most requestsed port: 22

License

See LICENSE.md for for details

About

A CLI application than reads ufw log files and displays it in a readable manner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages