28 lines
761 B
YAML
28 lines
761 B
YAML
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/
|
|
metadata:
|
|
max-request: 1
|
|
tags: ssrf,oast,tls,sni,proxy
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@tls-sni: interactsh-url
|
|
GET HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the DNS Interaction
|
|
words:
|
|
- "dns"
|
|
|
|
# digest: 490a00463044021f708b2b861e39a22f0f8c9c9da42b7ca842f6ebbd3abd1f02c079cbb9242428022100e89769ac5ef484390166cbf352ef2edaaa10850aeb2bcd4ee5385d4463b72c96:922c64590222798bb761d5b6d8e72950
|