Code Monkey home page Code Monkey logo

lori's Introduction

lori

Build Status codecov dependency status

lori is a low-bandwidth layer-7 HTTP DOS tool that handles connections in parallel. Written with 100% Safe Rust

๐ŸŽ Features

  • Fully Configurable via structopt
  • Colored logs, via pretty_env_logger
  • Create/Recreate sockets in parallel via rayon
  • Low-bandwidth usage
  • Built in DNS
  • SSL (Coming Soon)

๐Ÿ–ง DOS Modes

  • Slow HTTP (Slowloris): Holds connections open by slowly completing the http request after sending a complete header.
  • Slow POST: Sends a POST request with a content length of 1m and then sends random data at a rate of 1 byte / .
  • [WIP] Slow READ: Requests a file larger than a servers given send buffer (~65Kb - 124Kb) and then reads the result at a user defined rate.

๐Ÿ“ฆ Installation

The installation of lori is easy if you have cargo installed.

git clone https://github.com/ajmwagar/lori
cd lori
cargo install --path .
lori --help

๐Ÿ’ฏ Usage

# Start a Slowloris attack on 0.0.0.0:8080 with 200 concurrent connections
lori 0.0.0.0 -p 8080 -s 200

# Start a HTTP POST attack on 0.0.0.0:80 with 150 concurrent connections
lori 0.0.0.0 --post

# Start a Slow READ attack on 0.0.0.0:80 with 150 concurrent connections and a read buffer of 8 bytes
lori 0.0.0.0 --read -b 8

# Print a help menu
lori --help

Disclaimer

Any actions and or activities related to the code provided is solely your responsibility.The misuse of the information in this website can result in criminal charges brought against the persons in question. The authors will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this tool to break the law.

lori's People

Contributors

ajmwagar avatar

Watchers

James Cloos 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.