Skip to content

A simple Distributed Denial of Service (DDoS) script written in Python.

License

Notifications You must be signed in to change notification settings

SSL-ACTX/SimpleDDoS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDDoS

GitHub License Python Version

SimpleDDoS is a simple Distributed Denial of Service (DDoS) script written in Python. It's designed to help users understand how DDoS attacks work and to be used responsibly for educational purposes only.

Features

  • Launch DDoS attacks against a target IP and port using multiple threads.
  • Customizable number of threads and packets to send.
  • Provides feedback on the total number of packets sent.

Prerequisites

  • Python 3.x
  • Git

Installation

  1. Clone the repository:
    git clone https://github.com/SSL-ACTX/SimpleDDoS.git
    
  2. Navigate to the project directory:
    cd SimpleDDoS
    

Usage

  1. Open a terminal and navigate to the SimpleDDoS directory. Launch the script using the following command:

    python dds.py <target_ip> <target_port> [-t <threads>] [-p <packets>]

    Example:

    python simple_ddos.py 127.0.0.1 80 -t 5 -p 1000

    Follow the on-screen instructions and let the script initiate the DDoS attack.

Disclaimer

This script is intended for educational purposes only. Unauthorized use of this script for malicious purposes is illegal and unethical. Use responsibly and only on systems you have explicit permission to test.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

About

A simple Distributed Denial of Service (DDoS) script written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages