sandeep 2021-06-04 20:00:36 +05:30
commit e4c1927a2f
2 changed files with 29 additions and 2 deletions

View File

@ -39,12 +39,12 @@ An overview of the nuclei template directory including number of templates assoc
| Templates | Counts | Templates | Counts | Templates | Counts |
| ---------------- | ------------------------------ | --------------- | ------------------------------- | -------------- | ---------------------------- |
| cves | 328 | vulnerabilities | 173 | exposed-panels | 145 |
| takeovers | 67 | exposures | 104 | technologies | 98 |
| takeovers | 67 | exposures | 105 | technologies | 98 |
| misconfiguration | 65 | workflows | 32 | miscellaneous | 22 |
| default-logins | 30 | exposed-tokens | 0 | dns | 9 |
| fuzzing | 9 | helpers | 8 | iot | 12 |
**111 directories, 1200 files**.
**111 directories, 1201 files**.
</td>
</tr>

View File

@ -0,0 +1,27 @@
id: zend-config-file
info:
name: Zend Configuration File
author: pdteam
severity: high
tags: config,exposure,zend,php
requests:
- method: GET
path:
- "{{BaseURL}}/application/configs/application.ini"
matchers-condition: and
matchers:
- type: word
words:
- "resources.db.params.password"
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200