2021-09-28 09:51:27 +00:00
|
|
|
id: oob-header-based-interaction
|
2021-09-28 09:45:57 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Header Based Generic OOB Interaction
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
|
|
|
description: The remote server fetched a spoofed URL from the request headers.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/PortSwigger/collaborator-everywhere
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: oast,ssrf,generic
|
2021-09-28 09:45:57 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-28 09:45:57 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-09-28 09:45:57 +00:00
|
|
|
headers:
|
|
|
|
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 root@{{interactsh-url}}
|
|
|
|
Referer: http://{{interactsh-url}}/ref
|
|
|
|
Cf-Connecting_ip: spoofed.{{interactsh-url}}
|
|
|
|
X-Real-Ip: spoofed.{{interactsh-url}}
|
|
|
|
From: root@{{interactsh-url}}
|
|
|
|
True-Client-Ip: spoofed.{{interactsh-url}}
|
|
|
|
Client-Ip: spoofed.{{interactsh-url}}
|
|
|
|
Forwarded: for=spoofed.{{interactsh-url}};by=spoofed.{{interactsh-url}};host=spoofed.{{interactsh-url}}
|
|
|
|
X-Client-Ip: spoofed.{{interactsh-url}}
|
|
|
|
X-Originating-Ip: spoofed.{{interactsh-url}}
|
|
|
|
X-Wap-Profile: http://{{interactsh-url}}/wap.xml
|
|
|
|
X-Forwarded-For: spoofed.{{interactsh-url}}
|
|
|
|
Contact: root@{{interactsh-url}}
|
2021-09-29 21:56:16 +00:00
|
|
|
X-Forwarded-Host: spoofed.{{interactsh-url}}
|
|
|
|
X-Host: spoofed.{{interactsh-url}}
|
|
|
|
X-Forwarded-Server: spoofed.{{interactsh-url}}
|
|
|
|
X-HTTP-Host-Override: spoofed.{{interactsh-url}}
|
2022-12-10 22:42:58 +00:00
|
|
|
Profile: http://{{interactsh-url}}/profile.xml
|
2021-09-28 09:45:57 +00:00
|
|
|
Cache-Control: no-transform
|
|
|
|
|
2021-09-29 21:56:16 +00:00
|
|
|
matchers-condition: or
|
2021-09-28 09:45:57 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
name: http
|
|
|
|
words:
|
|
|
|
- "http"
|
2021-09-29 21:56:16 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
name: dns
|
|
|
|
words:
|
|
|
|
- "dns"
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a00473045022100bd3cf08b4348b3c005271dba68fb6b06a15deb5299f2adf45f3013bc27a3a8e502205b6022cd0123b78c69c600889d445b69798da0aff7340952e081a4b542750f12:922c64590222798bb761d5b6d8e72950
|