
Script of Network Security Project - Attack on CVE-2021-22555
CVE-2021-22555 attack script
This project is an automatic attack tool implemented in Python. It performs various security tests and attacks on a target system running Ubuntu 20.04 with kernel version 5.8.0-48. The tool includes functionalities such as ping, live host detection, full open scan, SSH brute force, and exploitation of the CVE-2021-2255 vulnerability. This project is a part of Network Security course project at National Yang Ming Chiao Tung University.
Notice: Since the requirement of the project is single executeable file so we only create a single python file here.
Target Operating System: Ubuntu 20.04 with kernel version 5.8.0-48
Attacker Operating System: Kali Linux (Version X.X.X)
To run this tool, you need the following:
git clone https://github.com/masjohncook/netsec-project.git
pip install -r requirements.txt
Modify the configuration files or scripts according to your requirements.
Execute the main script to run the automatic attack tool:
sh run_exploit.sh <target-ip>
Note: Make sure you have the necessary permissions and legal authorization before conducting any attacks on target systems.
The usage of this tool for any unauthorized activities is strictly prohibited. You are solely responsible for any actions you perform using this tool. Make sure to obtain proper authorization and permissions before conducting any security testing or attacks. The developers and contributors of this tool will not be held responsible for any misuse or illegal activities carried out with it.
If you want to contribute to this project, please follow these guidelines:
If you encounter any issues, bugs, or have suggestions for improvements, please report them in the Issues section of the repository. Follow these guidelines when submitting an issue:
Check if the issue has already been reported by searching through the existing issues.