Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 1.23 KB

File metadata and controls

58 lines (29 loc) · 1.23 KB

Teardrop Attack

TearDrop Attack

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.

Logo

Installation

# 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

Running the attack

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]

Authors