Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek committed Jan 4, 2024
2 parents 53fb5ba + b0ba127 commit d4da7ba
Show file tree
Hide file tree
Showing 2,278 changed files with 16,369 additions and 9,000 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4 # checkout the repository content
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10' # install the python version needed
- name: install python packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cve2json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-db-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'projectdiscovery/nuclei-templates'
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/template-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand All @@ -25,5 +25,5 @@ jobs:
- name: Template Validation
run: |
cp -r ${{ github.workspace }} $HOME
nuclei -duc -validate -allow-local-file-access
nuclei -duc -validate -w ./workflows -allow-local-file-access
nuclei -duc -validate -allow-local-file-access -et /home/runner/nuclei-templates/config/.git -et /home/runner/nuclei-templates/config
nuclei -duc -validate -w ./workflows -allow-local-file-access -et /home/runner/nuclei-templates/config/.git -et /home/runner/nuclei-templates/config
2 changes: 1 addition & 1 deletion .github/workflows/templateman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down
32 changes: 32 additions & 0 deletions .github/workflows/templates-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Sync Repositories Workflow
on:
push:
paths:
- '.new-additions'
- 'http/cves/2015/CVE-2015-2794.yaml'
- 'http/cves/2023/CVE-2023-42343.yaml'
- 'http/cves/2023/CVE-2023-46574.yaml'
- 'http/exposures/docker-daemon-exposed.yaml'
- 'http/token-spray/api-openai.yaml'
- 'http/vulnerabilities/ruijie/ruijie-nmc-sync-rce.yaml'
- 'http/vulnerabilities/ruijie/ruijie-rg-eg-web-mis-rce.yaml'
- 'http/vulnerabilities/yonyou/yonyou-ksoa-dept-sqli.yaml'
- 'cloud/enum/aws-app-enum.yaml'
- 'cloud/enum/aws-s3-bucket-enum.yaml'
- 'cloud/enum/azure-db-enum.yaml'
- 'cloud/enum/azure-vm-cloud-enum.yaml'
- 'cloud/enum/azure-website-enum.yaml'
- 'cloud/enum/gcp-app-engine-enum.yaml'
- 'cloud/enum/gcp-bucket-enum.yaml'
- 'cloud/enum/gcp-firebase-app-enum.yaml'
- 'cloud/enum/gcp-firebase-rtdb-enum.yaml'
- 'http/cves/2023/CVE-2023-41109.yaml'
- 'network/misconfig/erlang-daemon.yaml'
workflow_dispatch:
jobs:
triggerRemoteWorkflow:
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Workflow with curl
run: |
curl -i -s -k -X 'POST' -H 'Host: api.github.com' -H "Authorization: token ${{ secrets.GTOKEN }}" --data-binary $'{\"ref\":\"main\"}' 'https://api.github.com/repos/projectdiscovery/early-templates/actions/workflows/reposync.yml/dispatches'
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-plugins-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Install Python3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: |
Expand Down
60 changes: 27 additions & 33 deletions .new-additions
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
headless/cves/2018/CVE-2018-25031.yaml
http/cves/2023/CVE-2023-22232.yaml
http/cves/2023/CVE-2023-3368.yaml
http/cves/2023/CVE-2023-36144.yaml
http/cves/2023/CVE-2023-39002.yaml
http/cves/2023/CVE-2023-43177.yaml
http/cves/2023/CVE-2023-49070.yaml
http/cves/2023/CVE-2023-5556.yaml
http/cves/2023/CVE-2023-6018.yaml
http/cves/2023/CVE-2023-6020.yaml
http/cves/2023/CVE-2023-6021.yaml
http/cves/2023/CVE-2023-6380.yaml
http/default-logins/dataease/dataease-default-login.yaml
http/default-logins/splunk/splunk-default-login.yaml
http/exposed-panels/dataease-panel.yaml
http/exposed-panels/reportico-admin-panel.yaml
http/exposed-panels/tailon-panel.yaml
http/exposures/configs/dompdf-config.yaml
http/misconfiguration/installer/businesso-installer.yaml
http/misconfiguration/installer/chamilo-installer.yaml
http/misconfiguration/installer/knowledgetree-installer.yaml
http/misconfiguration/installer/phpgedview-installer.yaml
http/misconfiguration/installer/wowcms-installer.yaml
http/misconfiguration/secnet-info-leak.yaml
http/technologies/element-web-detect.yaml
http/technologies/matrix-homeserver-detect.yaml
http/vulnerabilities/dahua/dahua-wpms-lfi.yaml
http/vulnerabilities/dahua/dahua-wpms-rce.yaml
http/vulnerabilities/ecstatic/node-ecstatic-listing.yaml
http/vulnerabilities/huawei/huawei-authhttp-lfi.yaml
http/vulnerabilities/other/yibao-sqli.yaml
http/vulnerabilities/other/yunanbao-rce.yaml
javascript/cves/2023/CVE-2023-46604.yaml
cloud/enum/aws-app-enum.yaml
cloud/enum/aws-s3-bucket-enum.yaml
cloud/enum/azure-db-enum.yaml
cloud/enum/azure-vm-cloud-enum.yaml
cloud/enum/azure-website-enum.yaml
cloud/enum/gcp-app-engine-enum.yaml
cloud/enum/gcp-bucket-enum.yaml
cloud/enum/gcp-firebase-app-enum.yaml
cloud/enum/gcp-firebase-rtdb-enum.yaml
code/cves/2019/CVE-2019-14287.yaml
code/cves/2021/CVE-2021-3156.yaml
http/cves/2015/CVE-2015-2794.yaml
http/cves/2020/CVE-2020-12124.yaml
http/cves/2023/CVE-2023-41109.yaml
http/cves/2023/CVE-2023-42343.yaml
http/cves/2023/CVE-2023-46574.yaml
http/cves/2023/CVE-2023-50968.yaml
http/cves/2023/CVE-2023-51467.yaml
http/exposures/docker-daemon-exposed.yaml
http/misconfiguration/cookies-without-httponly.yaml
http/misconfiguration/php/php-composer-binary.yaml
http/token-spray/api-openai.yaml
http/vulnerabilities/dahua/dahua-icc-backdoor-user.yaml
http/vulnerabilities/ruijie/ruijie-nmc-sync-rce.yaml
http/vulnerabilities/ruijie/ruijie-rg-eg-web-mis-rce.yaml
http/vulnerabilities/yonyou/yonyou-ksoa-dept-sqli.yaml
network/misconfig/erlang-daemon.yaml
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ An overview of the nuclei template project, including statistics on unique tags,

## Nuclei Templates Top 10 statistics

| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT |
|-----------|-------|--------------|-------|-------------------|-------|----------|-------|------|-------|
| cve | 2271 | dhiyaneshdk | 1109 | http | 6856 | info | 3326 | file | 312 |
| panel | 1034 | dwisiswant0 | 800 | file | 312 | high | 1439 | dns | 18 |
| wordpress | 929 | daffainfo | 787 | workflows | 191 | medium | 1429 | | |
| xss | 845 | pikpikcu | 353 | network | 133 | critical | 906 | | |
| exposure | 833 | pussycat0x | 307 | ssl | 27 | low | 245 | | |
| wp-plugin | 811 | ritikchaddha | 293 | javascript | 20 | unknown | 32 | | |
| osint | 675 | pdteam | 283 | dns | 17 | | | | |
| tech | 645 | ricardomaia | 229 | headless | 10 | | | | |
| lfi | 614 | geeknik | 221 | code | 2 | | | | |
| edb | 598 | theamanrawat | 221 | contributors.json | 1 | | | | |

**525 directories, 7843 files**.
| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT |
|-----------|-------|--------------|-------|------------|-------|----------|-------|------|-------|
| cve | 2296 | dhiyaneshdk | 1123 | http | 6913 | info | 3337 | file | 312 |
| panel | 1038 | dwisiswant0 | 801 | file | 312 | high | 1458 | dns | 18 |
| wordpress | 938 | daffainfo | 788 | workflows | 191 | medium | 1439 | | |
| xss | 848 | pikpikcu | 353 | network | 131 | critical | 919 | | |
| exposure | 844 | pussycat0x | 307 | ssl | 27 | low | 248 | | |
| wp-plugin | 812 | ritikchaddha | 298 | javascript | 21 | unknown | 34 | | |
| osint | 677 | pdteam | 286 | dns | 17 | | | | |
| tech | 649 | ricardomaia | 229 | headless | 11 | | | | |
| lfi | 619 | geeknik | 224 | code | 3 | | | | |
| edb | 598 | theamanrawat | 221 | cves.json | 1 | | | | |

**534 directories, 7902 files**.

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATES-STATS.json

Large diffs are not rendered by default.

0 comments on commit d4da7ba

Please sign in to comment.