Teardrop Attack Simulation is a Python-based tool that simulates the classic Teardrop DoS attack by crafting and sending fragmented IP packets with overlapping or incorrect offsets. The attack, historically effective on older systems, causes instability or crashes by exploiting flaws in packet reassembly.
# Clone the repository
git clone https://github.com/C4PIT4L/TearDrop.git
# Navigate to the project directory
cd TearDrop
# Install the required Python packages
pip install -r requirements.txt
Clone the project
git clone https://github.com/C4PIT4L/TearDrop.git
cd TearDrop
Install dependencies
pip install -r requirements.txt
Run the attack
sudo python teardrop.py <target_ip> [payload_size] [--frag_overlap_offset OFFSET] [--packet_size SIZE] [--indefinite] [--proxy PROXY]