[FEATURE] specify POST data for scanning
Describe your feature request
Please add cli parameter for specify post-data params. I have found only way with openapi:
nuclei -duc -l openapi.yaml -im openapi -dast -id sqli-error-based
openapi.yaml
servers:
- url: "http://127.0.0.1"
paths:
/test/path:
post:
parameters:
- name: "auth"
in: "query"
schema:
type: "string"
example: "yes"
- name: "register"
in: "query"
schema:
type: "string"
example: "no"
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
type: "object"
properties:
user:
type: "string"
pass:
type: "string"
role:
type: "integer"
Describe the use case of the feature
Most of the entry points of a modern web application are in POST parameters
Describe alternatives you've considered
No response
Additional context
No response
Thanks so much for your feature request @s0i37 - we'll take a look into this!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!
ping
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!