-
Notifications
You must be signed in to change notification settings - Fork 41
Multiple FUZZ keywords? #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
At the moment monsoon does not support fuzzing with multiple lists, but it would be possible to rework the internal processing pipeline (docs here) to do that. Monsoon already has proxy support, although it's a bit hidden (in the extended help text of e.g. the
|
Thank you for your response,
best regards |
At the moment you just cannot do that with monsoon. It'd need internal restructuring of the processing pipeline to support that, so somebody needs to step up (or I find some time) to do that :) |
Ah, we can also leave this issue open as a reminder :) |
FYI, I've implemented multiple parameters using the new
It's not released (yet), but you can find the code in the |
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
The text was updated successfully, but these errors were encountered: