Skip to content

gabrielpereirapinheiro/syn_flood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Atack SYN Flood

About :

  • That program is an implementation of SYN Flood in python, it going to attack in specific ip address. They going to sent plenty of message to server, making the server dead in few seconds but relax, in more few seconds will back.

  • Use only in local server inside your home, we are not responsible for misuse of this code

How to execute :

  • Before you start, change the server ip address on line 165 in the code synflood.py.
# Set dest_ip with the IP address
dest_ip = '192.168.0.1' 
  • After this, open the terminal and execute :
>.$ sudo python synflood.py

About

Implementation of Attack SYN-Flood in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages