GithubHelp home page GithubHelp logo

refael613 / httpfuzzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhaskar/httpfuzzer

0.0 1.0 0.0 613 KB

HTTPFuzzer is a simple python script to perform multiple fuzzing techniques for HTTP protocol

License: GNU General Public License v3.0

Python 100.00%

httpfuzzer's Introduction

HTTPFuzzer (beta version)

Simple python HTTP fuzzer

HTTPFuzzer is a simple python script to perform multiple fuzzing techniques for HTTP protocol.

The script can fuzz the following :

  1. HTTP Methods.

    • GET method.
    • HEAD method.
    • POST method.
    • PUT method.
  2. User Agent Header.

  3. HOST header.

and much more soon !

Requirements

you just need to install termcolor to use the script , and you can install it by the following command :

root@kali: pip install termcolor

After installing all the dependencies , you can run this command to start HTTPFuzzer :

root@kali:/opt/HTTPFuzzer# python HTTPFuzzer.py
Usage : # ./fuzzer.py ip port option length

    options :
        all : perform all http fuzzing tests
        methods : perform fuzzing on http methods [GET, POST, PUT, HEAD]
        host : perform fuzzing on HOST header
        ua : perform fuzzing on user agent header

HTTP methods fuzz

using this option you can fuzz all http methods with a pre-defined length entered by the user which is 3000 bytes , and you can use the command as the following :

root@kali:/opt/HTTPFuzzer# python HTTPFuzzer.py 16.173.240.71 8080 methods 3000
HOST header fuzz

using this option you can fuzz host header with a pre-defined length entered by the user which is 3000 bytes , and you can use the command as the following :

root@kali:/opt/HTTPFuzzer# python HTTPFuzzer.py 16.173.240.71 8080 host 3000
User-Agent header fuzz

using this option you can fuzz User-Agent header with a pre-defined length entered by the user which is 3000 bytes , and you can use the command as the following :

root@kali:/opt/HTTPFuzzer# python HTTPFuzzer.py 16.173.240.71 8080 ua 3000

Screenshots

HTTP Methods fuzz

httpfuzzer's People

Contributors

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