- Install pip on Ubuntu with command:
$ sudo apt-get install python-pip
- Install the library for GUI Tkinter with command:
$ sudo apt-get install python-tk
- Then install the rest of the libraries with command:
$ sudo pip install -r requirements.txt
- You need to execute
servidor_mestre.py
on a central computer and executeatacante.py
in another computers ...
- To learn about HTTP Flood or Video
- To executate this attack you need at least two computers but dont have a maximum. You will use one compute to command the attack and anothers to be the attackers.
- Put the IP addres of the server you wanna to attack on the line 43 in the
atacantes_synflood.py
:
dest_ip = '192.168.43.1'
- And in the
controle_central.py
you put your sub-network in the line 17:
SERVER_IP = '192.168.43.'+str(i)
- First you're going to executate
atacantes_synflood.py
with the command :
$ sudo python atacantes_synflood.py
- And will be print on the screen
Escutando
. After this you need to executate thecontrole_central.py
with the command :
$ sudo python controle_cetral.py
- And the attack will be executed .To stop you need to put
0
on thecontrole_central.py
.
- To learn more about SYN Flood