You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could solve this by providing a full example value for the requestBody schema in my OpenAPI spec under the example field (look at https://github.com/orgs/projectdiscovery/discussions/7083)
Please add more options as -var for requestBody values or add specific files which Nuclei will check while scanning
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used to start scanning OpenAPI via Nuclei 3.4.10:
nuclei -l openapi.json -im openapi -c 50 -bulk-size 50 -rate-limit 200 -srespWhile scanning Nuclei is using
required_openapi_params.yamlvariables to set them into OpenAPI endpoints like this:but Nuclei doesn't set these values into requestBody params:
I could solve this by providing a full example value for the requestBody schema in my OpenAPI spec under the example field (look at https://github.com/orgs/projectdiscovery/discussions/7083)
Please add more options as
-varfor requestBody values or add specific files which Nuclei will check while scanningBeta Was this translation helpful? Give feedback.
All reactions