Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Nuclei additional templates, blocklisted templates and translations #612

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ class Nuclei:
"http/exposed-panels/kentico-login.yaml",
"http/exposed-panels/liferay-portal.yaml",
"http/exposed-panels/magnolia-panel.yaml",
"http/exposed-panels/neos-panel.yaml",
"http/exposed-panels/netlify-cms.yaml",
"http/exposed-panels/strapi-panel.yaml",
"http/exposed-panels/tikiwiki-cms.yaml",
Expand Down Expand Up @@ -353,6 +354,7 @@ class Nuclei:
"http/exposures/files/core-dump.yaml",
"http/misconfiguration/server-status.yaml",
"http/misconfiguration/server-status-localhost.yaml",
"http/misconfiguration/db-command-history.yaml",
"http/misconfiguration/shell-history.yaml",
"http/misconfiguration/springboot/springboot-env.yaml",
"http/misconfiguration/springboot/springboot-threaddump.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,4 +702,10 @@
"OpenStack Dashboard login panel was detected.": "wykryto panel logowania OpenStack Dashboard.",
"http/exposed-panels/uptime-kuma-panel.yaml": "wykryto panel Uptime Kuma.",
"http/exposed-panels/portainer-panel.yaml": "wykryto panel logowania narzędzia Portainer.",
"Plesk login panel was detected.": "wykryto panel logowania Plesk.",
"H2 Console Web login panel was detected.": "wykryto panel logowania H2 Console Web.",
"Redash login panel was detected.": "wykryto panel logowania Redash.",
"http/exposed-panels/bitwarden-vault-panel.yaml": "wykryto panel Bitwarden Vault.",
"Bitdefender GravityZone panel was detected.": "wykryto panel Bitdefender GravityZone.",
"Kerio Connect login panel was detected.": "wykryto panel logowania Kerio Connect.",
}
Loading