Code Monkey home page Code Monkey logo

dos-over-tor's Introduction

DoS over TOR

Build Status

Proof of concept denial of service over TOR stress test tool. Is multi-threaded and supports multiple attack vectors.

screenshot

Usage

$ ./main.py <mode> <target URL> [--options]

There are three modes:

  • singleshot - Naively hit a single URL
  • fullauto - Scrape the site for links and hits as many as possible
  • slowloris - Slow Loris low bandwidth DoS

Options:

  • --tor-address - TOR proxy IP to connect via (default = 127.0.0.1)
  • --tor-proxy-port - TOR proxy port to connect via (default = 9050)
  • --tor-ctrl-port - TOR control port to connect to for requesting new idents etc. (default = 9051)
  • --num-soldiers - The number of soldier threads to spawn (default = 10)
  • --http-method - The HTTP method to use for requests, e.g. GET, HEAD, POST, etc. (default = GET)
  • --cache-buster - Add a cache busting query string to all requests (default = False)
  • --num-sockets - Number of sockets to open per thread for Slow Loris attacks (default = 100)

Example

Running a slow loris attack:

$ ./main.py slowloris http://target_url --num-soldiers=25 --cache-buster --num-sockets=200

Running a full auto attack:

$ ./main.py fullauto http://target_url --num-soldiers=50 --http-method=POST --cache-buster

TODO

dos-over-tor's People

Contributors

zacscott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.