This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| security [2023/03/22 16:39] – jotasandoku | security [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| nc -luk 192.168.0.112 7777 # listens on UDP | nc -luk 192.168.0.112 7777 # listens on UDP | ||
| nc -uv 192.168.0.112 7777 # opens terminal so we can send datagrams | nc -uv 192.168.0.112 7777 # opens terminal so we can send datagrams | ||
| + | while true; do dd if=/ | ||
| | | ||
| | | ||
| Line 46: | Line 47: | ||
| ---- | ---- | ||
| HPING NOTES: | HPING NOTES: | ||
| - | [[https:// | + | [[https:// |
| - | \\ | + | |
| hping3 --help | hping3 --help | ||
| hping3 -c 15000 --icmp --flood --rand-source 192.168.100.3 | hping3 -c 15000 --icmp --flood --rand-source 192.168.100.3 | ||
| - | hping3 -c 15000 -d 120 -S -w 64 -p 80 --flood --rand-source 192.168.100.3 | + | hping3 -c 15000 -d 120 -S -w 64 -p 80 --flood --rand-source 192.168.100.3 |
| + | hping3 | ||
| hping3 -S -p 443 -c 3 google.com | hping3 -S -p 443 -c 3 google.com | ||
| # volumetric attacks | # volumetric attacks | ||
| hping3 --flood --spoof < | hping3 --flood --spoof < | ||
| hping3 --syn --flood < | hping3 --syn --flood < | ||
| + | hping3 -c 15000 -d 120 -S -w 64 -p 80 --flood --rand-source # SYN-flood (datagram 120B) | ||
| | | ||