From: Roland Häder Date: Tue, 13 Aug 2019 20:27:15 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a93f594296675ab7a89983afd24af2dd04366912;p=ctracker.git Continued: - blocked %systemroot% (search is case-insensitive) Signed-off-by: Roland Häder --- diff --git a/libs/lib_detector.php b/libs/lib_detector.php index fa47682..8096763 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -94,7 +94,7 @@ function initCrackerTrackerArrays () { 'bin/tclsh', 'bin/nasm', '/perl', // Windows-related - 'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient', + 'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient', '%systemroot%', // php.ini settings 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',