commit
8b651ae77b
22
README.md
22
README.md
|
@ -42,18 +42,18 @@ An overview of the nuclei template project, including statistics on unique tags,
|
|||
|
||||
| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT |
|
||||
|-----------|-------|---------------|-------|------------------|-------|----------|-------|---------|-------|
|
||||
| cve | 843 | dhiyaneshdk | 300 | cves | 847 | info | 806 | http | 2286 |
|
||||
| lfi | 348 | daffainfo | 290 | vulnerabilities | 332 | high | 655 | file | 51 |
|
||||
| panel | 292 | pikpikcu | 281 | exposed-panels | 286 | medium | 483 | network | 46 |
|
||||
| xss | 260 | pdteam | 202 | technologies | 203 | critical | 299 | dns | 12 |
|
||||
| wordpress | 260 | geeknik | 166 | exposures | 199 | low | 157 | | |
|
||||
| exposure | 248 | dwisiswant0 | 152 | misconfiguration | 143 | | | | |
|
||||
| rce | 218 | gy741 | 83 | token-spray | 83 | | | | |
|
||||
| tech | 197 | pussycat0x | 76 | takeovers | 66 | | | | |
|
||||
| wp-plugin | 180 | princechaddha | 67 | default-logins | 60 | | | | |
|
||||
| cve2020 | 166 | madrobot | 63 | file | 51 | | | | |
|
||||
| cve | 852 | dhiyaneshdk | 309 | cves | 856 | info | 833 | http | 2326 |
|
||||
| lfi | 350 | daffainfo | 304 | vulnerabilities | 333 | high | 659 | file | 57 |
|
||||
| panel | 295 | pikpikcu | 281 | exposed-panels | 289 | medium | 493 | network | 46 |
|
||||
| xss | 266 | pdteam | 208 | technologies | 210 | critical | 303 | dns | 12 |
|
||||
| wordpress | 262 | geeknik | 172 | exposures | 199 | low | 158 | | |
|
||||
| exposure | 250 | dwisiswant0 | 152 | misconfiguration | 148 | | | | |
|
||||
| rce | 221 | gy741 | 85 | token-spray | 98 | | | | |
|
||||
| tech | 204 | pussycat0x | 76 | takeovers | 66 | | | | |
|
||||
| wp-plugin | 180 | princechaddha | 67 | default-logins | 61 | | | | |
|
||||
| cve2021 | 166 | madrobot | 65 | file | 57 | | | | |
|
||||
|
||||
**178 directories, 2459 files**.
|
||||
**181 directories, 2509 files**.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
1913
TEMPLATES-STATS.md
1913
TEMPLATES-STATS.md
File diff suppressed because it is too large
Load Diff
20
TOP-10.md
20
TOP-10.md
|
@ -1,12 +1,12 @@
|
|||
| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT |
|
||||
|-----------|-------|---------------|-------|------------------|-------|----------|-------|---------|-------|
|
||||
| cve | 843 | dhiyaneshdk | 300 | cves | 847 | info | 806 | http | 2286 |
|
||||
| lfi | 348 | daffainfo | 290 | vulnerabilities | 332 | high | 655 | file | 51 |
|
||||
| panel | 292 | pikpikcu | 281 | exposed-panels | 286 | medium | 483 | network | 46 |
|
||||
| xss | 260 | pdteam | 202 | technologies | 203 | critical | 299 | dns | 12 |
|
||||
| wordpress | 260 | geeknik | 166 | exposures | 199 | low | 157 | | |
|
||||
| exposure | 248 | dwisiswant0 | 152 | misconfiguration | 143 | | | | |
|
||||
| rce | 218 | gy741 | 83 | token-spray | 83 | | | | |
|
||||
| tech | 197 | pussycat0x | 76 | takeovers | 66 | | | | |
|
||||
| wp-plugin | 180 | princechaddha | 67 | default-logins | 60 | | | | |
|
||||
| cve2020 | 166 | madrobot | 63 | file | 51 | | | | |
|
||||
| cve | 852 | dhiyaneshdk | 309 | cves | 856 | info | 833 | http | 2326 |
|
||||
| lfi | 350 | daffainfo | 304 | vulnerabilities | 333 | high | 659 | file | 57 |
|
||||
| panel | 295 | pikpikcu | 281 | exposed-panels | 289 | medium | 493 | network | 46 |
|
||||
| xss | 266 | pdteam | 208 | technologies | 210 | critical | 303 | dns | 12 |
|
||||
| wordpress | 262 | geeknik | 172 | exposures | 199 | low | 158 | | |
|
||||
| exposure | 250 | dwisiswant0 | 152 | misconfiguration | 148 | | | | |
|
||||
| rce | 221 | gy741 | 85 | token-spray | 98 | | | | |
|
||||
| tech | 204 | pussycat0x | 76 | takeovers | 66 | | | | |
|
||||
| wp-plugin | 180 | princechaddha | 67 | default-logins | 61 | | | | |
|
||||
| cve2021 | 166 | madrobot | 65 | file | 57 | | | | |
|
||||
|
|
|
@ -25,7 +25,7 @@ requests:
|
|||
|
||||
- type: regex
|
||||
regex:
|
||||
- "admin:.*:"
|
||||
- "admin:.*:*sh$"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
|
@ -60,4 +60,4 @@ requests:
|
|||
part: interactsh_request
|
||||
group: 1
|
||||
regex:
|
||||
- '([a-z0-9]+)\.([a-z0-9]+)\.interactsh\.com'
|
||||
- '([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z]+)'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
id: wordpress-panel
|
||||
id: wordpress-login
|
||||
|
||||
info:
|
||||
name: WordPress Panel
|
||||
author: github.com/its0x08
|
||||
name: WordPress login
|
||||
author: its0x08
|
||||
severity: info
|
||||
tags: panel
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ info:
|
|||
name: GitLab - User Enumeration
|
||||
severity: info
|
||||
reference: https://github.com/danielmiessler/SecLists/blob/master/Usernames/Names/malenames-usa-top1000.txt
|
||||
tags: gitlab,enum,misconfig
|
||||
tags: gitlab,enum,misconfig,fuzz
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
id: rdf-user-enumeration
|
||||
id: wordpress-rdf-user-enum
|
||||
|
||||
info:
|
||||
name: Wordpress RDF User Enumeration
|
||||
author: r3dg33k
|
||||
severity: info
|
||||
tags: wordpress
|
||||
tags: wordpress,enum
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -36,4 +36,4 @@ requests:
|
|||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '<dc:creator><!\[CDATA\[([a-z]+)\]\]><\/dc:creator>'
|
||||
- '<dc\:creator><\!\[CDATA\[(.*?)\]\]></dc'
|
Loading…
Reference in New Issue