Master cybersecurity with hands-on courses on DNS Amplification, SYN Flood, and more!
Explore CoursesChoose your role to access your personalized dashboard.
Learn to mitigate DNS amplification attacks targeting university LMS systems using CLI tools.
Start TaskDetect and stop ICMP flood attacks across subnets using firewall rules and CLI monitoring.
Start TaskTackle SYN flood attacks on Moodle-based LMS using hping3, ss, and iftop for mitigation.
Start Task$ Welcome to CyberShield CLI Simulator (Testing Mode)
$ sudo tcpdump -n udp port 53
Capturing DNS traffic on port 53...
$ iptables -A INPUT -p udp --dport 53 -m length --length 512:65535 -j DROP
Blocking large DNS packets...
$ sudo hping3 -S -p 443 --flood <LMS_IP>
Simulating SYN flood on port 443...
Test commands in a safe environment to learn cybersecurity techniques!