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
Suppose we have following JSON
{ "a": 1, "b": { "c": 2, "hiddenName": "value" <---- I want to discover nested params } }
Can I fuzz params in b JSON object?
The text was updated successfully, but these errors were encountered:
+1
Although it's even simpler in my case, as the sent payload is:
[ { "foo":"bar" } ]
But because ParamMiner will not send the array (square brackets), the server will simply reject every request.
Sorry, something went wrong.
No branches or pull requests
Suppose we have following JSON
Can I fuzz params in b JSON object?
The text was updated successfully, but these errors were encountered: