Skip to content

Commit

Permalink
More sus tpl (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Aug 5, 2024
1 parent 526a2ec commit b9a4011
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
8 changes: 8 additions & 0 deletions artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ class Nuclei:
"http/vulnerabilities/tongda/tongda-auth-bypass.yaml",
"http/vulnerabilities/wordpress/wp-xmlrpc-brute-force.yaml",
"javascript/default-logins/ssh-default-logins.yaml",
# Mostly Moodle config
"http/exposures/configs/behat-config.yaml",
]
),
cast=decouple.Csv(str),
Expand Down Expand Up @@ -544,6 +546,12 @@ class Nuclei:
# Until https://github.com/CERT-Polska/Artemis/issues/899 gets fixed, let's review
# these manually.
"group:sql-injection",
# Sometimes a source of FPs
"http/cves/2023/CVE-2023-35161.yaml",
"http/cves/2020/CVE-2020-2096.yaml",
"http/cves/2020/CVE-2020-6171.yaml",
"http/cves/2020/CVE-2020-35848.yaml",
"http/exposed-panels/fireware-xtm-user-authentication.yaml",
]
),
cast=decouple.Csv(str),
Expand Down
Loading

0 comments on commit b9a4011

Please sign in to comment.