Skip to content

A Python program for parsing firewall outputs from Ubuntu's Uncomplicated Firewall; designed for scalability!

Notifications You must be signed in to change notification settings

dariusstrasel/UFW_Log_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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")

About

A Python program for parsing firewall outputs from Ubuntu's Uncomplicated Firewall; designed for scalability!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages