Skip to content
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

Add 'Guess body parameters' to context menu for GET requests #40

Open
MMquant opened this issue Oct 2, 2020 · 2 comments
Open

Add 'Guess body parameters' to context menu for GET requests #40

MMquant opened this issue Oct 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@MMquant
Copy link

MMquant commented Oct 2, 2020

Suppose I have a GET request which I'm inspecting from the Target tab

GET /error/HTTP_VARIANT_ALSO_VARIES.html.var HTTP/1.1
Host: 111.222.22.107

when I want to guess body parameters I have to send it to Repeater, change request method and add a dummy parameter to the request body.

POST /error/HTTP_VARIANT_ALSO_VARIES.html.var HTTP/1.1
Host: 193.33.22.107
Content-Type: application/x-www-form-urlencoded
Content-Length: 0

a=1

Now right-click context menu offers Guess body parameters.

Wouldn't be handy if I could choose Guess body parameters directly from Target tab even on GET requests?

@albinowax
Copy link
Contributor

If you choose 'Guess body parameters' on a GET request would you expect Param Miner to change the method to POST? Or use a fat-GET?

@albinowax albinowax added the enhancement New feature or request label Oct 2, 2020
@MMquant
Copy link
Author

MMquant commented Oct 2, 2020

Yes, I would expect Param Miner to change the method to POST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants