nuclei-templates/exposures/files/filezilla.yaml

31 lines
520 B
YAML
Raw Normal View History

2020-07-27 07:25:54 +00:00
id: filezilla-exposed
info:
name: Filezilla
author: amsda
severity: medium
2021-05-29 09:32:33 +00:00
tags: exposure
2021-04-02 13:10:33 +00:00
2020-07-27 07:25:54 +00:00
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