Giter Site home page Giter Site logo

sergidelta / rudy Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 2.0 79 KB

Implementation of RUDY (Are you dead yet?) Denial of Service attack in Python.

License: MIT License

Python 100.00%
rudy dos dos-attack ddos ddos-attacks slowloris rudy-attack slowloris-attack security

rudy's Introduction

rudy

Implementation of RUDY (Are you dead yet?) Denial of Service attack in Python.

Description

RUDY is a "low and slow" attack which generates low traffic in order to make each HTTP POST request last around 10 minutes. It basically fills a form but sends the body of the request byte by byte, waiting several seconds after each one. In this way, we simulate that we are a client with very little bandwith. If we do this distributedly, we may exhaust the available server connections, making it impossible for a legitimate client to connect.

Usage

usage: rudy [-h] [-s SOCKETS] [-t TIME] [-b BYTES] [-l LENGTH] [-x PROXY] [-v]
            [--version]
            url

rudy 1.1 https://github.com/SergiDelta/rudy . Implementation of RUDY (Are you dead
yet?) Denial of Service attack in Python.

positional arguments:
  url                   Absolute path to website, i.e
                        [http[s]://]host[:port][file_path]

optional arguments:
  -h, --help            show this help message and exit
  -s SOCKETS, --sockets SOCKETS
                        Number of sockets (connections) to use. Default is 150.
  -t TIME, --time TIME  Period of time in seconds that the program will wait before
                        performing another round of byte sending. Default is 10.
  -b BYTES, --bytes BYTES
                        Number of bytes that will be sent per round. Use it in
                        combination with -t, --time option in order to the set the
                        bandwidth. Default is 1.
  -l LENGTH, --length LENGTH
                        Content-Length value (bytes) in HTTP POST request. Default is
                        64.
  -x PROXY, --proxy PROXY
                        Send requests through a Socks5 proxy, e.g: 127.0.0.1:1080
  -v, --verbose         Give details about actions being performed.
  --version             show program's version number and exit

Example

usage_example

Disclaimer

Please, use this code for educational purposes only. I am not responsible for any malicious use that may be made of it.

License & copyright

© Sergio Garcia Lopez

Licensed under the MIT License

rudy's People

Contributors

sergidelta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rudy's Issues

Socket count: 0

When I set the socket count to a 100 and run it, it just says Sending bytes to HTTP POST body... Socket count: 0

Question

How much time does it take to attack a highly protected server?

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.