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 translations #614

Merged
merged 1 commit into from
Nov 6, 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
1 change: 1 addition & 0 deletions artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ class Nuclei:
[
"http/vulnerabilities/generic/basic-xss-prober.yaml",
"http/exposures/configs/ftp-credentials-exposure.yaml",
"http/exposures/configs/prometheus-metrics.yaml",
"http/exposures/files/core-dump.yaml",
"http/misconfiguration/server-status.yaml",
"http/misconfiguration/server-status-localhost.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
"A local file inclusion vulnerability in Accent Microcomputers offerings could allow remote attackers to retrieve password files.": "Wykryto podatność Local File Inclusion w oprogramowaniu Accent Microcomputers umożliwiającą atakującemu odczyt dowolnych plików z dysku.",
"http/exposures/configs/zend-config-file.yaml": "Wykryto plik konfiguracyjny systemu Zend zawierający dane logowania do bazy danych."
+ DATA_HIDE_HINT,
"http/exposures/files/core-dump.yaml": "Wykryto plik core dump, mogący zawierać wrażliwe dane." + DATA_HIDE_HINT,
"phpMyAdmin panel was detected.": "wykryto panel logowania narzędzia phpMyAdmin.",
"WordPress login panel was detected.": "wykryto panel logowania systemu WordPress.",
"phpPgAdmin login ipanel was detected.": "wykryto panel logowania narzędzia phpPgAdmin.",
Expand Down