We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the payload position defaults to the end of the URL. Being able to specify a custom payload position would be beneficial in certain cases.
For example: ./nomore -u example.com/organization/100/user/200?foo=bar
./nomore -u example.com/organization/100/user/200?foo=bar
In this case, one may want to target the "organization ID" (100) and/or the "user ID" (200) instead of inserting payloads at the end.
An added bonus would be if it was possible to specify multiple positions.
The text was updated successfully, but these errors were encountered:
devploit
No branches or pull requests
Currently, the payload position defaults to the end of the URL. Being able to specify a custom payload position would be beneficial in certain cases.
For example:
./nomore -u example.com/organization/100/user/200?foo=bar
In this case, one may want to target the "organization ID" (100) and/or the "user ID" (200) instead of inserting payloads at the end.
An added bonus would be if it was possible to specify multiple positions.
The text was updated successfully, but these errors were encountered: