few updates
parent
6ace5ab376
commit
6f74d31e0b
|
@ -0,0 +1,26 @@
|
|||
id: ftp-credentials-exposure
|
||||
|
||||
info:
|
||||
name: FTP credentials exposure
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
tags: config,ftp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ftpsync.settings"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "host"
|
||||
- "username"
|
||||
- "password"
|
||||
part: body
|
||||
condtion: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -18,8 +18,8 @@ requests:
|
|||
words:
|
||||
- "file_permissions"
|
||||
- "extra_list_connections"
|
||||
- "password"
|
||||
part: body
|
||||
condtion: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
|
@ -20,6 +20,7 @@ requests:
|
|||
- "<rootManagerName>"
|
||||
- "<rootManagerPassword>"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue