Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 538 Bytes

File metadata and controls

14 lines (9 loc) · 538 Bytes

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.