Giter Site home page Giter Site logo

httptrash's Introduction

httptrash

Dumb HTTP1 fuzzer

httptrash.py is a mutation-based HTTP1 fuzzer. It takes an HTTP request, mutates it, and sends to an HTTP server. All test cases which the fuzzer generates are reproducible by specifying a number of test case with --test option.

Usage

usage: httptrash.py [-h] [--verbose] [--port PORT] [--host HOST] [--seed SEED]
                 [--test TEST] [--ratio RATIO] [--request REQUEST]

optional arguments:
  -h, --help         show this help message and exit
  --verbose          more logs
  --port PORT        port number
  --host HOST        host name
  --seed SEED        seed for pseudo-random generator
  --test TEST        test range, it can be a number, or an interval
                     "start:end"
  --ratio RATIO      fuzzing ratio range, it can be a number, or an interval
                     "start:end"
  --request REQUEST  path to file with HTTP request to fuzz

Examples

Use build-in HTTP request, generate 10 fuzzed HTTP requests, modify %5 of the original request, send requests to an HTTP server on port 55555

./httptrash.py --port 55555 --ratio 0.05 --test 0:10

Repeat test case #5 from the command above

./httptrash.py --port 55555 --ratio 0.05 --test 5

httptrash's People

Contributors

artem-smotrakov avatar

Watchers

 avatar

Forkers

chimelab

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.