The learning objective of this lab is for you to gain first-hand experience on v
The 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
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 Application
Important HINTS:
1-You need to build the Python code and have a detailed explanation for each statement and the reason you decided to use this statement and how it will affect the code execution.2-Make sure you explain each command use and state what it is used for, including simple terminal commands.
–Do not use Netwox—
Please find the configuration file for the lab on blackboard
•You must show the details of your work (Explanation of every step even command) with screenshots ifyou do not show the details of you will not get a grade for the question.
•Again, make sure you explain in details and proof your work failing in doing so you will get a Zero inyour HW
•You need to download the C program and compile it, also you need to make sure how it runs. (SHOWDETAILED EXPLENATION)
Important Notes:
1.Show with screen shots and explanation how you set up the lab environment
2.You need to show and explain every step even when you run the Python file (how you ran it and explain thecode)
3.Do not forget to in cloud screen shots while you are executing the tasks
4.Again make sure you have good explanation for each step.
