nuclei-templates/http/exposures/files/crossdomain-xml.yaml

25 lines
513 B
YAML
Raw Normal View History

2021-08-13 17:49:41 +00:00
id: insecure-crossdomain
info:
2021-08-14 09:12:16 +00:00
name: Insecure cross-domain.xml file
2021-08-14 10:15:34 +00:00
author: Borna Nematzadeh,nadino
2021-08-13 18:25:10 +00:00
severity: info
reference:
- https://www.acunetix.com/vulnerabilities/web/insecure-crossdomain-xml-file
2022-10-13 10:12:07 +00:00
tags: exposure,generic,files
2021-08-14 09:12:16 +00:00
http:
2021-08-13 17:49:41 +00:00
- method: GET
2021-08-14 09:12:16 +00:00
path:
2021-08-13 17:49:41 +00:00
- "{{BaseURL}}/crossdomain.xml"
2021-08-14 09:12:16 +00:00
matchers-condition: and
2021-08-13 17:49:41 +00:00
matchers:
2021-08-14 09:12:16 +00:00
- type: status
2021-08-13 17:49:41 +00:00
status:
- 200
- type: word
2021-08-14 09:12:16 +00:00
part: body
words:
2021-08-13 17:49:41 +00:00
- '<allow-access-from domain="*"/>'