nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

[FEATURE] specify POST data for scanning

Open s0i37 opened this issue 11 months ago • 4 comments

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

s0i37 avatar Jan 29 '25 14:01 s0i37

Thanks so much for your feature request @s0i37 - we'll take a look into this!

GeorginaReeder avatar Jan 30 '25 11:01 GeorginaReeder

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!

github-actions[bot] avatar May 25 '25 00:05 github-actions[bot]

ping

s0i37 avatar May 26 '25 09:05 s0i37

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!

github-actions[bot] avatar Aug 31 '25 00:08 github-actions[bot]