few updates

patch-1
sandeep 2021-02-20 22:41:54 +05:30
parent 6ace5ab376
commit 6f74d31e0b
3 changed files with 28 additions and 1 deletions

View File

@ -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

View File

@ -18,8 +18,8 @@ requests:
words: words:
- "file_permissions" - "file_permissions"
- "extra_list_connections" - "extra_list_connections"
- "password"
part: body part: body
condtion: and
- type: status - type: status
status: status:

View File

@ -20,6 +20,7 @@ requests:
- "<rootManagerName>" - "<rootManagerName>"
- "<rootManagerPassword>" - "<rootManagerPassword>"
part: body part: body
condition: and
- type: status - type: status
status: status: