wahyuhadi / nuc-fuzzing-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upstream proxy service to help create nuclei template for fuzzing attack

Template design in template.txt


  • you can modify this template
id: {{.Name}}
info:
  name: {{ .TempName }}
  author: Rahmat Wahyu Hadi
  severity: info

requests:
  - raw:
      - |
        {{ .Raw }}

    payloads:
      path: {{ .Payload }}
    matchers-condition: or
    matchers:
      - type: status
        part: header
        status:
          - 500
          - 503
      - type: regex
        regex:
          # MySQL
          - "SQL syntax.*?MySQL"
          - "Warning.*?\\Wmysqli?_"
          - "MySQLSyntaxErrorException"
          ...

Default fuzzing payload in payload/default.txt


Video

Toturial

About


Languages

Language:Go 100.0%