Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.21 KB

PI3DoS attack

Description

This attack destroys everything on it's way.

PI3DoS attack stands for

  • PI - TCP packet configuration is based on the first 100_000 numbers of the Pi
  • 3 - TCP's 3-way handshake
  • DoS - Denial Of Service

This DoS attack is an implementation of the SYN Flood Attack. Here is a diagram of how it works syn flood diagram For more info visit syn flood ddos attack First 100_000 numbers of the PI are received from the PI.txt file

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/artemgurzhii/Pi3DOS-attack this repository
  • cd Pi3DOS-attack
  • pipenv install
  • sudo python3 main.py

Acknowledgments

Artiikk sawezx