SSRF via Proxy Unsafe
ID: ssrf-via-proxy
Severity: unknown
Author: geeknik,petergrifin
Tags: ssrf,proxy,oast,fuzz,fuzzing
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: ssrf-via-proxy
info: name: SSRF via Proxy Unsafe author: geeknik,petergrifin severity: unknown reference: - https://github.com/geeknik/the-nuclei-templates/blob/main/ssrf-by-proxy.yaml - https://twitter.com/HusseiN98D/status/1649006265450782720 - https://twitter.com/ImoJOnDz/status/1649089777629827072 metadata: max-request: 9 tags: ssrf,proxy,oast,fuzz,fuzzing
http: - payloads: verb: - GET - HEAD - POST - PUT - DELETE - CONNECT - OPTIONS - TRACE - PATCH raw: - |+ {{verb}} http://127.0.0.1:22 HTTP/1.1 Host: {{Hostname}}
stop-at-first-match: true unsafe: true
matchers-condition: and matchers: - type: word part: body words: - "Protocol mismatch" - "OpenSSH" condition: and
- type: status status: - 200# digest: 4b0a00483046022100abad31f5d701b1d6a2459e424213054ad099bccc330f45eb968b985a32816324022100eece8f2f818916d4bf68f0bff4837e71f19dae88ff14a7f89850df480823e17a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/fuzzing/ssrf-via-proxy.yaml"