]> git.mxchange.org Git - ctracker.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2020 23:09:33 +0000 (01:09 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2020 23:09:33 +0000 (01:09 +0200)
- maybe lame but those statements shall never happen in a user-agent string

Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index 1dc02b16b723680f9b4ef918a7918893d324a5bb..7dc5c477d748689e003a53a8f94b6cef7ed2b311 100644 (file)
@@ -168,6 +168,9 @@ function initCrackerTrackerArrays () {
 
        // BLock these words found in User-Agent
        $GLOBALS['ctracker_ua_blacklist'] = [
+               // SQL commands
+               'drop database', 'drop table',
+
                // Compiler/interpreter
                'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/python', 'bin/tclsh',
                'bin/tclsh', 'bin/nasm', '/perl', 'wget ', 'system(', 'curl ',