Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

65 lines (33 loc) · 1.43 KB

Denial Of Service(Dos) Attack Script

     For private USAGE ONLY,
     Make sure you have the
    permission to attack the
           given host
                written by: Jerlin JR

Installing Python:

Linux

Before starting with the installation process, you need to download it. For that all versions of Python for Linux are available on python.org

For almost every Linux system, the following command could be used to install Python directly:

$ sudo apt-get install python3.8

Windows

Step 1: Select Version of Python to Install. Here: https://www.python.org/downloads/windows/
Step 2: Download Python Executable Installer.
Step 3: Run The Executable Installer.
Step 4: Verify Python Was Installed On Windows.
Step 5: Verify Pip Was Installed.
Step 6: Add Python Path to Environment Variables (Optional)

Screenshots

Alt text

Usage/Requirements:

After installing python:

$ pip install requests
$ pip install threading

To run the script use :

$ python3 Ddos.py

Disclaimer

THIS SCRIPT WAS WRITTEN FOR PRIVATE USAGE ONLY!

These DoS script is intended for testing purposes only.

I'm not to be held responsible for any result arising from a DoS attack launched using these script

Thanks for looking into this

planning to make this as an cli tool :)