Feel free to contact me if you have any issues or questions: Email
-
Having the scapy libary is required
-
"FirewallSimulation" is just a simulation, although you can change the different ip's you want to simulate
-
Just clone this repository!
$ sudo git clone https://github.com/martinsleveland/PythonCybersecurity.git
- Change to cloned directory and run!
$ cd PythonCybersecurity
$ sudo apt update
$ sudo apt install python3
$ sudo apt install python3-pip
$ pip3 install scapy
$ python3 FirewallSimulation.py
$ python3 DoSBlocker.py
$ python3 PacketFlooder.py
$ python3 pingSweeper.py
$ python3 synScan.py 192.168.1.12 80
$ python3 get_service_banner.py 192.168.1.12 -p 80,443,21,22,23
python3 os_fingerprint.py 192.168.1.13 -p 80,8080,443,21,22,23
Doubt the wrapper will work atm (i cant be asked to test it out lmao
DISCLAIMER: I've decided to follow Faanross's course. All credits to him. :)
- 𝒮𝓁𝑒𝓋𝑒𝓁𝒶𝓃𝒹