From 76cb1ba190a29e8c62b77fb8dcf47bb90b58af96 Mon Sep 17 00:00:00 2001 From: kazet Date: Tue, 7 Nov 2023 09:17:34 +0100 Subject: [PATCH] more php source matching (#626) --- artemis/reporting/modules/bruter/classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis/reporting/modules/bruter/classifier.py b/artemis/reporting/modules/bruter/classifier.py index 6ff505f24..1f9b5f666 100644 --- a/artemis/reporting/modules/bruter/classifier.py +++ b/artemis/reporting/modules/bruter/classifier.py @@ -144,7 +144,7 @@ def is_php_source(found_url: FoundURL) -> bool: if ".php" not in path and ".inc" not in path and not path.endswith("/"): return False - if "