Note: Unauthorized use of DoS attacks is illegal and can cause harm to networks and systems. Use this tool responsibly and with proper authorization.
TorpeDoS is a Denial of Service (DoS) tool developed in Python for testing purposes. It is designed to flood a target server with a high volume of requests, thereby overwhelming its resources. This tool should only be used with proper authorization and for responsible testing purposes.
1.2.0
- New: added HTTP Directory Traversal Attack
- Change: updated the main menu prompt.
- Python 3.x
- scapy
- colorama
- termcolor
- pyfiglet
To execute an attack, run the TorpeDoS script as a super user (sudo) and follow the prompts.
sudo python torpedos.py
The tool currently supports the following types of DoS attacks:
-
HTTP Flood Attack: Launches a flood of HTTP requests to overwhelm the target web server. It supports HTTP methods such as GET, POST, and CONNECT.
-
TCP SYN Flood Attack: Floods the target with a large number of TCP connection requests, exhausting server resources.
-
Clone the repository:
git clone https://github.com/M-Alhassan/TorpeDoS.git
-
Install the required dependencies:
pip install -r requirements.txt
or
pip install scapy colorama termcolor pyfiglet
|
@M-Alhassan |
| :---------------------------------------------------------------------------------------------------------------------------: |# TorpeDoS