[NOTE] It is legal and used to test a website's vulnerabilities, illegal attacks such as DDoS attacks are not shown.
Made by Hertz
Set Up for Termux
pkg install git
pkg install python-pip
pkg install python3
git clone https://github.com/yuhertz/cybersecurity
cd cybersecurity
pip install -r requirements.txt
Set Up for Kali Linux
sudo apt install git
sudo apt install pip
sudo apt install python3
git clone https://github.com/yuhertz/cybersecurity
cd cybersecurity
pip3 install -r requirements.txt
To view source code of the website
python3 source.py
To view status code of the website
python3 status.py
To scan and identify all potential vulnerability in the website
python3 scan.py
To scan and identify potential XSS attack and SQL Injection in the website
python3 scan2.py
To scan and identify risk of DDoS attack in the website
python3 scan3.py
Other Tools:
Anti DoS System Website: (https://github.com/yuhertz/anti-dos-website)
Anti Cyber Attacks: (https://github.com/yuhertz/anti-cyberattack)