/DoS-Attack

A simple DoS attack script written in python

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

capture

DoS-Attack

What Is A DoS-Attack

A Denial-of-Service attack is a cyber attack

In which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. (Wikipedia)

Note: This repository should be used for educational purposes only. Usage of files in this repository for any other purpose might cause you legal issues, even though the provided script is very simple. It is advised to follow the instructions.

Installation

Make sure that you have installed Python and git


For Linux based systems

sudo git clone https://github.com/xcp3r/DoS-Attack

cd DoS-Attack

chmod +x dos-attack.py

python3 dos-attack.py


For Windows based systems

git clone https://github.com/xcp3r/DoS-Attack

cd DoS-Attack

py dos-attack.py

capture