-
Notifications
You must be signed in to change notification settings - Fork 198
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
head tampering #33
Comments
It's an auxiliary module and doesn't show up in the main list of options, however if you use the flag --aux-list you will see it. It should be as simple as appending --verb-tamper to the options supplied. |
* src/core/auxengine.py -- Auxiliary modules can now enable parameter passing via the enable_args flag. Flag arguments will then be passed into the module via the fingerengine.options argument. * src/platform/jboss/auxiliary/verb_tamper.py -- Few more fixes to this and an enabling of enable_args so that we don't confuse the deployer. Not sure why this was so broken...
Hey @cnilsecure This issue prompted me to look into the module, and I discovered a few bugs. These have been patched up and added to the dev branch, so please check that out. I've also added an example in the JBoss wiki for clarification. An example of the module is as follows:
Let me know if you have any other questions, and thanks for the report! |
Sorry to bother you again.. |
Good point; I'll have to think about its implementation, but I agree it should support all interfaces. |
I saw you mention an option called --verb-tamper in order to bypass jboss 4.X auth
but in the help itself there is no mentioning how to use this option.
can you please give more details regarding on how to use it?
The text was updated successfully, but these errors were encountered: