Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • Run help:
    python syn_flood.py --help
    
    Output:
    usage: syn_flood.py [-h] [-p PORT] target_ip
    
    Simple SYN Flood Script
    
    positional arguments:
    target_ip             Target IP address (e.g router's IP)
    
    optional arguments:
    -h, --help            show this help message and exit
    -p PORT, --port PORT  Destination port (the port of the target's machine
                            service, e.g 80 for HTTP, 22 for SSH and so on).
    
  • To run this against your router's web interface that has the IP address of 192.168.1.1:
    python syn_flood.py -p 80 192.168.1.1
    
Morty Proxy This is a proxified and sanitized view of the page, visit original site.