Merge branch 'master' into gitlab-snippets

patch-1
PD-Team 2021-03-07 18:51:50 +05:30 committed by GitHub
commit 9429fa6b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 6 deletions

View File

@ -35,15 +35,13 @@ An overview of the nuclei template directory including number of templates assoc
<tr>
<td>
| Templates | Counts | Templates | Counts | Templates | Counts |
| -------------- | ------------------------------ | --------------- | ------------------------------- | ---------------- | ------------------------------ |
| cves | 229 | vulnerabilities | 105 | exposed-panels | 100 |
| exposures | 60 | technologies | 50 | misconfiguration | 51 |
| workflows | 23 | miscellaneous | 16 | default-logins | 17 |
=======
| exposures | 60 | technologies | 50 | misconfiguration | 50 |
| workflows | 23 | miscellaneous | 16 | default-logins | 18 |
| exposed-tokens | 9 | dns | 6 | fuzzing | 4 |
| helpers | 2 | takeovers | 1 | - | - |
**71 directories, 686 files**.
**72 directories, 686 files**.
</td>
</tr>

View File

@ -0,0 +1,31 @@
id: nexus-default-password
info:
name: Nexus Default Password
author: pikpikcu
severity: high
tags: nexus,dlogin
requests:
- raw:
- |
POST /service/rapture/session HTTP/1.1
Host: {{Hostname}}
Content-Length: 43
X-Nexus-UI: true
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Connection: close
username=YWRtaW4%3D&password=YWRtaW4xMjM%3D
matchers-condition: and
matchers:
- type: status
status:
- 204
- type: word
words:
- "Server: Nexus"
- "NXSESSIONID"
part: header
condition: and