Giter Site home page Giter Site logo

doser.py's Introduction

Doser.py

A python based DoS Tool for HTTP Requests

Description

This tool is a Denial of Service (DoS) tool designed to send a high volume of HTTP requests to a target server, causing it to become overwhelmed and unavailable to legitimate users.

Features

  • Sends a large number of HTTP requests to a target server
  • Supports different types of HTTP requests (GET, POST, etc.) - Coming Soon
  • Provides options for controlling the rate and intensity of the attack

Installation

  1. Clone the repository: git clone https://github.com/shariqmalik/doser.py.git
  2. Install the required dependencies: pip install -r requirements.txt

Usage

  1. Open the terminal and navigate to the project directory.
  2. Run the DoS tool: python doser.py -h
  3. Follow the on-screen instructions to configure the attack parameters.
 ________      ______    ________  _______   _______
|"      "\    /    " \  /"       )/"     "| /"      \
(.  ___  :)  // ____  \(:   \___/(: ______)|:        |
|: \   ) || /  /    ) :)\___  \   \/    |  |_____/   )
(| (___\ ||(: (____/ //  __/  \\  // ___)_  //      /
|:       :) \        /  /" \   :)(:      "||:  __   \
(________/   \"_____/  (_______/  \_______)|__|  \___)

                                ~> by Shariq Malik <~

usage: doser.py [-h] -u URL [-t THREADS] [-c] [-x PROXY] [-v]

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     The URL to attack
  -t THREADS, --threads THREADS
                        Number of threads to use
  -c, --continue-on-error
                        Continue on error
  -x PROXY, --proxy PROXY
                        Proxy to use e.g. http://127.0.0.1:8080
  -v, --verbose         Verbose output

usage examples:
    Start attack with 100 threads:
        python doser.py -u https://example.com

    Start attack with 1000 threads:
        python doser.py -u https://example.com -t 1000

    Start attack with continue on error":
        python doser.py -u https://example.com -c

    Start attack with proxy:
        python doser.py -u https://example.com -x http://<ip>:<port>

    Start attack with verbose output:
        python doser.py -u https://example.com -v

Disclaimer

Please note that launching DoS attacks against unauthorized targets is illegal and unethical. This tool should only be used for educational purposes or with explicit permission from the target owner. The developer of this tool is not responsible for any misuse or damage caused by the tool.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

doser.py's People

Contributors

shariqmalik avatar

Watchers

 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.