Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 477 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 477 Bytes

UFW Log Parser // Python

Author: Darius Strasel @dariusstrasel

Overview:

A Python parser for getting data from UFW logs.

How to install:

Temporary directions:

  1. Clone repo
  2. Copy 'parser.py' into your project
  3. Import 'parser' into your project
  4. Call helper methods as needed.

e.g.

from parser import process_file

How to Use:

  1. Call the process_file() method with the filepath as a single argument

e.g.

process_file("ufw.log")