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/
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: ssrf,oast,tls,sni,proxy
|
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:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "dns"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044021f708b2b861e39a22f0f8c9c9da42b7ca842f6ebbd3abd1f02c079cbb9242428022100e89769ac5ef484390166cbf352ef2edaaa10850aeb2bcd4ee5385d4463b72c96:922c64590222798bb761d5b6d8e72950
|