]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_detector.php
Continued:
[ctracker.git] / 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 ',