Author: Darius Strasel @dariusstrasel
A Python parser for getting data from UFW logs.
Temporary directions:
- Clone repo
- Copy 'parser.py' into your project
- Import 'parser' into your project
- Call helper methods as needed.
e.g.
from parser import process_file
- Call the process_file() method with the filepath as a single argument
e.g.
process_file("ufw.log")