Giter Site home page Giter Site logo

ddos-tool's Introduction

ddos-tool

A Simple DDoS Script Written in Python as a Part of Code w/ me Streaming Series

Code w/ me

Code w/ me is a streaming series where I code with a guest and discuss different topics at the same time such as implementation details or open questions in IT field. It's streamed on Twitch (http://www.twitch.com/lekssays) and exported to YouTube (http://www.youtube.com/lekssaysahmed).

For Ep #1 of the Code w/ me, my guest was Omar Baalla (@Omarchaan), he is a business analyst and I was glad and happy to discuss with him different topics in computer science.

Deployment

Pre-requisits:

  • Install Python3 (Python 3.7.3) with pip3

Quick Setup

  • Clone the repository: git clone https://github.com/Lekssays/ddos-tool.git
  • Install pip requirements: pip3 install -r requirements.txt

Run the program

  • Usage: python3 script.py [-h] [-u USER_AGENTS] -t TARGET -tr THREADS -s SLEEP
  • Example: python3 script.py -u user_agents.txt -t http://example.com -tr 1000 -s 200
  • -h: to display help menu
  • -t: to specify the target (REQUIRED)
  • -u: to specify user-agents text file (REQUIRED)
  • -tr: to specify number of threads (OPTIONAL, by default 1000)
  • -s: to specify number of threads executed before a break of 10 seconds (OPTIONAL, by default 100)

Disclaimer

This project is fully implemented for educational purposes only and I am not responsible by any means for any misuse.

ddos-tool's People

Contributors

lekssays avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.