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

Is possible to enumerate JSON params in nested JSON objects? #42

Open
MMquant opened this issue Oct 16, 2020 · 1 comment
Open

Is possible to enumerate JSON params in nested JSON objects? #42

MMquant opened this issue Oct 16, 2020 · 1 comment

Comments

@MMquant
Copy link

MMquant commented Oct 16, 2020

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?

@floyd-fuh
Copy link

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants