Giter VIP home page Giter VIP logo

monsoon's People

Contributors

erikgeiser avatar fd0 avatar inverse avatar rtpt-alexanderneumann avatar rtpt-erikgeiser avatar rtpt-romankarwacik avatar

Stargazers

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

Watchers

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

monsoon's Issues

Multiple FUZZ keywords?

Hi :D,
is there a way to use multiple keywords?, something like this:

monsoon -f usernames.txt:FUZZ1 -f passwords.txt:FUZZ2 -XPOST -u http://example.com -d 'username=FUZZ1&password=FUZZ2'

-it would also be interesting to have a proxy option

best regards :D

range of letters with encoders?

monsoon fuzz --replace FUZZ1:range:97-98:%c --replace FUZZ2:range:35-38:%c 'http://example.local/user?id=FUZZ1FUZZ2'

 status   header     body   value    extract

    404      173       17   [a, %]  
    404      173       17   [a, $]  
    404      173       17   [a, &]  
    404      173       17   [a, #]  
    404      173       17   [b, &]  
    404      173       17   [b, #]  
    404      173       17   [b, %]  
    404      173       17   [b, $] 

good work, your tool is excellent, I just wanted to add here this functionality that I have not seen documented in the tool, interesting results appear when replacing %c by %q or %T or %U xd. Regards

it would be nice if you could add options to encode the payloads, something like this:

--replace FUZZ:range:1-100:base64-md5-url_encode which transforms the numbers from 1 to 100 in base64, md5 and then url_encode ๐Ÿค” ๐Ÿ˜ƒ ...

The show-status / hide-status flags don't work with multiple status codes

Monsoon doesn't show matched responses if multiple status codes are specified.

For example a similar command to the one below shows that multiple responses have been seen with status code 302 (in the status code display on the bottom), however no results are shown in the results table.
$ monsoon fuzz https://example.com/FUZZ -f wordlist.txt --show-status 301,302

If I specify only a single status code or a range as follows, then the results table is populated.
$ monsoon fuzz https://example.com/FUZZ -f wordlist.txt --show-status 302
$ monsoon fuzz https://example.com/FUZZ -f wordlist.txt --show-status 301-302

No bug - filter the file size

Hello,

In order to enhance the fuzzer's effectiveness, it is crucial to incorporate a file size filtering option. Neglecting this feature can render the fuzzer's response futile at times, as illustrated in the attached image.

Cheers

Screenshot 2023-07-12 at 16 58 03

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.