Replies: 1 comment
|
Hi! This is a known limitation in how Nuclei handles OpenAPI A few things to try:
This issue may also be worth tracking as a bug/feature request in the projectdiscovery/nuclei repo if it's not yet documented behavior. |
|
Hi! This is a known limitation in how Nuclei handles OpenAPI A few things to try:
This issue may also be worth tracking as a bug/feature request in the projectdiscovery/nuclei repo if it's not yet documented behavior. |
Uh oh!
There was an error while loading. Please reload this page.
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:
How can I solve this problem?
required_openapi_params.yaml:All reactions