Skip to content

konradr33/active-firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Firewall

python-app Actions Status

Requirements

  • Tshark
    sudo apt install tshark
    sudo chmod +x /usr/bin/dumpcap
    
  • Other Python packages:
    • pyshark

pip install -r requirements.txt

Run application

Before running application please check config.ini file if configuration corresponds to your environment.

sudo python3 main.py

Run tests

  • Install pytest

    pip install pytest

  • run tests

    pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages