36 lines
747 B
YAML
36 lines
747 B
YAML
id: filezilla-exposed
|
|
|
|
info:
|
|
name: Filezilla
|
|
author: amsda
|
|
severity: medium
|
|
metadata:
|
|
max-request: 3
|
|
tags: exposure,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/filezilla.xml"
|
|
- "{{BaseURL}}/sitemanager.xml"
|
|
- "{{BaseURL}}/FileZilla.xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<FileZilla"
|
|
- "<Servers>"
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- xml
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402202f796fb96ec1ca95e7dd9600b324b8026f564847dbfc635f398d36583450548002201f7d029f1360b4d9dd1d70b83e10ef637f6b623a27114a0e4dfa1dcd66bd9f95:922c64590222798bb761d5b6d8e72950
|