Giter VIP home page Giter VIP logo

wtfuzz's Issues

Query parameter fuzzing

At the moment, we only fuzz immediately after the url, we need some way to fuzz other things. Something like wtfuzz http://my-url-here.com/somedata?i=$1&q=$2 where $1 and $2 indicates we should fuzz those locations in the url.

Add flag for http method

Feature: -m http_method where http_method=GET|POST|PUT|PATCH
Relates to #4

A user would use this flag to force the requests to be a different http method other than GET

Flag for mapping codes to colours

Feature: -c pairs where pairs is zero or more of the following [http_statuscode, color] and colour is one of red|green|yellow|blue|black|magenta|cyan|white as used by crayons

A user might want to customize the status codes they see most often.

Auto-detect whether we need to prepend protocol

At the moment, wtfuzz requires the inclusion of http:// or https:// before a url so that requests doesn't error. This should be detected and added/prompted so that we don't crash.

Either:

wtfuzz myurlhere.com words.txt
Did you mean [1] http or [2] https? 
>> 1

or

wtfuzz myurlhere.com words.txt
Prepending protocol: http://myurlhere.com

Add flag for request body

Feature: -b http_body where http_body is the body of the requests being sent.
Relates to #3

If -m POST|PATCH|PUT is set, then we need someway of specifying the http body.

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.