Skip to content

error in coustom template #4274

Closed Answered by ehsandeep
r0x5r asked this question in Q&A
Apr 30, 2022 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

there was typo the format in last comment, below example should work.

id: ssrf-head-poc

info:
  name: ssrf
  author: rohit
  severity: critical
  tags: ssrf

requests:
  - raw:
      - |
        GET /?cfbr=12.00 HTTP/1.1
        Host: {{Hostname}}
        {{header}}: {{interactsh-url}}

    payloads:
      header: /home/kali/nuclei-templates/helpers/payloads/request-headers.txt

    attack: clusterbomb
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"
          - "dns"
        condition: or

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ehsandeep
Comment options

Answer selected by olearycrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants