nuclei-templates/exposures/files/filezilla.yaml

29 lines
502 B
YAML
Raw Normal View History

2020-07-27 07:25:54 +00:00
id: filezilla-exposed
info:
name: Filezilla
author: amsda
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/filezilla.xml"
- "{{BaseURL}}/sitemanager.xml"
- "{{BaseURL}}/FileZilla.xml"
2020-07-28 14:12:45 +00:00
matchers-condition: and
2020-07-27 07:25:54 +00:00
matchers:
- type: word
words:
- "<FileZilla"
2020-07-28 14:12:45 +00:00
- "<Servers>"
condition: and
- type: word
words:
- xml
part: header
- type: status
status:
- 200