Header Based Generic OOB Interaction
ID: oob-header-based-interaction
Severity: info
Author: pdteam
Tags: oast,ssrf,generic
Description
Section titled “Description”The remote server fetched a spoofed URL from the request headers.
YAML Source
Section titled “YAML Source”id: oob-header-based-interaction
info: name: Header Based Generic OOB Interaction author: pdteam severity: info description: The remote server fetched a spoofed URL from the request headers. reference: - https://github.com/PortSwigger/collaborator-everywhere metadata: max-request: 1 tags: oast,ssrf,generic
http: - method: GET path: - "{{BaseURL}}"
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}} X-Forwarded-Host: spoofed.{{interactsh-url}} X-Host: spoofed.{{interactsh-url}} X-Forwarded-Server: spoofed.{{interactsh-url}} X-HTTP-Host-Override: spoofed.{{interactsh-url}} Profile: http://{{interactsh-url}}/profile.xml Cache-Control: no-transform
matchers-condition: or matchers: - type: word part: interactsh_protocol name: http words: - "http"
- type: word part: interactsh_protocol name: dns words: - "dns"# digest: 490a004630440220025518f635efc84563e14a49296bcb6484efa66f6136132691b497f7d93462ef02207af99d903e02dd06bb14199373670a3730e2af7890739a063dc94d728280d4fb:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/generic/oob-header-based-interaction.yaml"