he learning objective of this lab is for you to gain first-hand experience on vulnerabilities, as well as on attacks against these vulnerabilities. Wise people learn from mistakes. In security education, we study mistakes that lead to software vulnerabilities. Studying mistakes from the past not only helps you understand why systems are vulnerable, why a seemly-benign mistake can turn into a disaster, and why many security mechanisms are needed. More importantly, it also helps you learn common patterns of vulnerabilities, so they can avoid making similar mistakes in the future. Moreover, using vulnerabilities as case studies, you can learn the principles of secure design, secure programming, and security testing. The vulnerabilities in the TCP/IP protocols represent a special genre of vulnerabilities in protocol designs and implementations; they provide an invaluable lesson as to why security should be designed in from the beginning, rather than being added as an afterthought. Moreover, studying these vulnerabilities helps you understand the challenges of network security and why many network security measures are needed.
You need to execute the following Tasks:
Using Ubuntu 20.04 Download from here : https://seed.nyc3.cdn.digitaloceanspaces.com/SEED-Ubuntu20.04.zip
Or From the link in Module 0
- Task 1 TCP SYN flood attack, and SYN cookies
- Task 2 TCP session hijacking attack
Using Ubuntu 16.04
- Task 3 TCP RST Attacks on telnet and SSH Connections
- Task 4 TCP RST Attacks on Video Streaming Applications