Skip to content

Commit

Permalink
better additional template list, added core dump (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Nov 2, 2023
1 parent 07c8aa9 commit b798143
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,9 @@ class Nuclei:
"NUCLEI_ADDITIONAL_TEMPLATES",
default=",".join(
[
"vulnerabilities/generic/basic-xss-prober.yaml",
"exposures/configs/ftp-credentials-exposure.yaml",
"http/vulnerabilities/generic/basic-xss-prober.yaml",
"http/exposures/configs/ftp-credentials-exposure.yaml",
"http/exposures/files/core-dump.yaml",
"http/misconfiguration/server-status.yaml",
"http/misconfiguration/server-status-localhost.yaml",
"http/misconfiguration/shell-history.yaml",
Expand All @@ -355,7 +356,7 @@ class Nuclei:
"http/misconfiguration/proxy/open-proxy-external.yaml",
"http/exposures/logs/roundcube-log-disclosure.yaml",
"http/exposures/files/ds-store-file.yaml",
"misconfiguration/elasticsearch.yaml",
"http/misconfiguration/elasticsearch.yaml",
]
),
cast=decouple.Csv(str),
Expand Down

0 comments on commit b798143

Please sign in to comment.