2023-02-12 08:43:38 +00:00
|
|
|
id: tls-sni-proxy
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: TLS SNI Proxy Detection
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://www.invicti.com/blog/web-security/ssrf-vulnerabilities-caused-by-sni-proxy-misconfigurations/
|
|
|
|
- https://www.bamsoftware.com/computers/sniproxy/
|
|
|
|
tags: ssrf,oast,tls,sni,proxy
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-02-12 08:43:38 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-12 08:43:38 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
@tls-sni: interactsh-url
|
|
|
|
GET HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol # Confirms the DNS Interaction
|
|
|
|
words:
|
|
|
|
- "dns"
|