commit
4a2546b9aa
|
@ -37,13 +37,13 @@ An overview of the nuclei template directory including number of templates assoc
|
|||
|
||||
| Templates | Counts | Templates | Counts | Templates | Counts |
|
||||
| -------------- | ------------------------------ | --------------- | ------------------------------- | ---------------- | ------------------------------ |
|
||||
| cves | 218 | vulnerabilities | 104 | exposed-panels | 89 |
|
||||
| cves | 218 | vulnerabilities | 104 | exposed-panels | 90 |
|
||||
| exposures | 55 | technologies | 47 | misconfiguration | 49 |
|
||||
| workflows | 23 | miscellaneous | 16 | default-logins | 16 |
|
||||
| exposed-tokens | 9 | dns | 6 | fuzzing | 4 |
|
||||
| helpers | 2 | takeovers | 1 | - | - |
|
||||
|
||||
**68 directories, 652 files**.
|
||||
**68 directories, 653 files**.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
id: hivemanager-login-panel
|
||||
info:
|
||||
name: HiveManager Login panel
|
||||
author: binaryfigments
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/hm/login.action'
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "HiveManager Login"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue