Untitled Document
Untitled Document
231272
BSCYS-A-4
LAB 6
○ Windows 10 (Target)
○ Parrot Security OS (Attacker)
● Target: Windows 10
Task 3: Perform a DDoS Attack using High Orbit Ion Cannon (HOIC)
Step 1: Setup
○ Windows 10 (Attacker)
○ Windows 10 (Attacker)
bash
CopyEdit
tcp.flags.syn == 1 && tcp.flags.ack == 0
4.
5. Observe excessive SYN requests from a single or multiple IPs.
bash
CopyEdit
sudo iptables -A INPUT -p tcp --syn -m limit --limit 1/s -j ACCEPT
sudo iptables -A INPUT -p tcp --syn -j DROP
bash
CopyEdit
sudo sysctl -w net.ipv4.tcp_syncookies=1
2.
3. Use an Anti-DDoS Solution like:
○ Cloudflare
○ AWS Shield
○ Anti-DDoS Guardian