File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ chmod +x *
3939```
4040## Usages
4141```
42- usage: ./Overload-DoS.py -t [target] -p [port] -t [number threads]
42+ usage: ./Overload-DoS.py -target [target] -port [port] -threads [number threads]
4343
4444optional arguments:
4545 -h, --help show this help message and exit
@@ -58,14 +58,17 @@ options:
5858 -fakeip Option to create fake ip if not specifed for spoofed ip
5959```
6060## Examples
61+ Slowloris/SLOW attack method
6162```
62- ./pyddos .py -target www.example .com -port 80 -threads 2000 -slow
63+ ./Overload-DoS .py -target www.target .com -port 80 -threads 2000 -slow
6364```
65+ Request/Requester attack method
6466```
65- ./pyddos .py -target www.domain .com -sleep 100 -request
67+ ./Overload-DoS .py -target www.target .com -port 80 -threads 2000 -request
6668```
69+ SYN/6 flagged ICMP attack method
6770```
68- ./pyddos .py -target www.google .com -syn -threads 5000 -timeout 10.0
71+ ./Overload-DoS .py -target www.target .com -syn -threads 5000
6972```
7073## Built With
7174
@@ -78,7 +81,7 @@ options:
7881
7982## Authors
8083
81- * ** Chris Poole** - [ codingplanets] ( https://github.com/codingplanets )
84+ * ** Chris Poole** - Twitter: [ @ codingplanets ] ( https://twitter.com/codingplanets ) - Github: [ codingplanets] ( https://github.com/codingplanets )
8285
8386
8487## License
You can’t perform that action at this time.
0 commit comments