Merge pull request #1000 from projectdiscovery/hivemanager

Adding hivemanager-login-panel
patch-1
PD-Team 2021-03-02 18:01:21 +05:30 committed by GitHub
commit 4a2546b9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View File

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

View File

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