Skip to content

Python application using Scapy to display network traffic

Notifications You must be signed in to change notification settings

mgfabia/SysAdminProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Install: Command: $ pip install scapy

Using Scapy in a python script requires the .py file to be ran in root privilage! $ sudo python3 filename

Link to documentation for scapy: https://scapy.readthedocs.io/en/latest/installation.html

Link to documentation for tkinter: https://docs.python.org/3/library/tkinter.html

function.py -- file is where the functinality behind the GUI is defined.

GUI.py -- file is the start to out graphical interface. Right now it is basic and only has a few buttons that do not have functionality yet.

About

Python application using Scapy to display network traffic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages