Merge pull request #905 from projectdiscovery/sftp-credentials-exposure

Adding SFTP credentials exposure
patch-1
PD-Team 2021-02-20 19:50:11 +05:30 committed by GitHub
commit f502284ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 3 deletions

View File

@ -37,13 +37,10 @@ An overview of the nuclei template directory including number of templates assoc
| Templates | Counts | Templates | Counts | Templates | Counts |
| -------------- | ------------------------------ | --------------- | ------------------------------- | ---------------- | ------------------------------ |
| cves | 200 | vulnerabilities | 92 | exposed-panels | 74 |
| exposures | 47 | technologies | 46 | misconfiguration | 43 |
| workflows | 21 | miscellaneous | 12 | default-logins | 10 |
| exposed-tokens | 9 | dns | 6 | fuzzing | 4 |
| helpers | 2 | takeovers | 1 | - | - |
**61 directories, 576 files**.
</td>
</tr>

View File

@ -0,0 +1,24 @@
id: sftp-credentials-exposure
info:
name: SFTP credentials exposure
author: sheikhrishad
severity: medium
tags: config,ftp
requests:
- method: GET
path:
- "{{BaseURL}}/sftp-config.json"
matchers-condition: and
matchers:
- type: word
words:
- "file_permissions"
- "extra_list_connections"
condition: and
- type: status
status:
- 200