Update crossdomin-xml.yaml
parent
e6d9a1ec90
commit
d13bc82a2e
|
@ -1,25 +1,23 @@
|
|||
id: insecure-crossdomain
|
||||
|
||||
info:
|
||||
name: Insecure cross-domain.xml file
|
||||
name: Insecure cross-domain.xml file
|
||||
author: Borna Nematzadeh
|
||||
severity: info
|
||||
reference: https://www.acunetix.com/vulnerabilities/web/insecure-crossdomain-xml-file
|
||||
reference: https://www.acunetix.com/vulnerabilities/web/insecure-crossdomain-xml-file
|
||||
tags: exposure
|
||||
|
||||
requests:
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
path:
|
||||
- "{{BaseURL}}/crossdomain.xml"
|
||||
|
||||
matchers-condition: and
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
part: body
|
||||
words:
|
||||
- '<allow-access-from domain="*"/>'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue