artemgurzhii / Pi3DOS-attack

Pi3DOS attack, destroys everything on it's way!!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pi3DOS attack, destroys everything on it's way!!!


Languages

Language:Python 100.0%