Added proftpd-config
parent
af351ebc12
commit
3f0806abbd
|
@ -0,0 +1,24 @@
|
||||||
|
id: proftpd-config
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ProFTPD Config file disclosure
|
||||||
|
author: sheikhrishad
|
||||||
|
severity: low
|
||||||
|
tags: config,exposure,proftpd
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/proftpd.conf"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "ProFTPD"
|
||||||
|
- "ServerName"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue