| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
python syn_flood.py --help
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).
python syn_flood.py -p 80 192.168.1.1
| Back | FazBrowse Home | New Git URL |