├── machine_learning_model.py ├── pic ├── sample_test.png ├── test.png └── vector.png ├── readme.md └── shell ├── normal-asp-code-0.asp ├── normal-jsp-code-0.jsp ├── normal-php-code-0.php ├── normal-php-code-1.php ├── normal-php-code-2.php ├── normal-php-code-3.php ├── shell-asp-eval-0.asp ├── shell-jsp-command-0.jsp ├── shell-php-assert-0.php ├── shell-php-assert-1.php ├── shell-php-assert-2.php ├── shell-php-assert-3.php ├── shell-php-assert-4.php ├── shell-php-call_user_func-0.php ├── shell-php-copy-0.php ├── shell-php-create_function-0.php ├── shell-php-create_function-1.php ├── shell-php-create_function-2.php ├── shell-php-create_function-3.php ├── shell-php-eval-0.php ├── shell-php-eval-1.php ├── shell-php-eval-2.php ├── shell-php-eval-3.php ├── shell-php-eval-4.php ├── shell-php-eval-5.php ├── shell-php-eval-6.php ├── shell-php-fwrite-0.php ├── shell-php-include-0.php ├── shell-php-include-1.php ├── shell-php-include-5.php ├── shell-php-popen-0.php ├── shell-php-preg_replace-0.php ├── shell-php-preg_replace-1.php ├── shell-php-preg_replace-2.php ├── shell-php-require-0.php ├── shell-php-require-4.php └── shell-php-system-0.php /machine_learning_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/machine_learning_model.py -------------------------------------------------------------------------------- /pic/sample_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/pic/sample_test.png -------------------------------------------------------------------------------- /pic/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/pic/test.png -------------------------------------------------------------------------------- /pic/vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/pic/vector.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/readme.md -------------------------------------------------------------------------------- /shell/normal-asp-code-0.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/normal-asp-code-0.asp -------------------------------------------------------------------------------- /shell/normal-jsp-code-0.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/normal-jsp-code-0.jsp -------------------------------------------------------------------------------- /shell/normal-php-code-0.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /shell/normal-php-code-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/normal-php-code-1.php -------------------------------------------------------------------------------- /shell/normal-php-code-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/normal-php-code-2.php -------------------------------------------------------------------------------- /shell/normal-php-code-3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/normal-php-code-3.php -------------------------------------------------------------------------------- /shell/shell-asp-eval-0.asp: -------------------------------------------------------------------------------- 1 | <% eval request("chopper") %> -------------------------------------------------------------------------------- /shell/shell-jsp-command-0.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-jsp-command-0.jsp -------------------------------------------------------------------------------- /shell/shell-php-assert-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-assert-0.php -------------------------------------------------------------------------------- /shell/shell-php-assert-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-assert-1.php -------------------------------------------------------------------------------- /shell/shell-php-assert-2.php: -------------------------------------------------------------------------------- 1 | 2 | 5 | -------------------------------------------------------------------------------- /shell/shell-php-assert-3.php: -------------------------------------------------------------------------------- 1 | 2 | 5 | -------------------------------------------------------------------------------- /shell/shell-php-assert-4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-assert-4.php -------------------------------------------------------------------------------- /shell/shell-php-call_user_func-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-call_user_func-0.php -------------------------------------------------------------------------------- /shell/shell-php-copy-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-copy-0.php -------------------------------------------------------------------------------- /shell/shell-php-create_function-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-create_function-0.php -------------------------------------------------------------------------------- /shell/shell-php-create_function-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-create_function-1.php -------------------------------------------------------------------------------- /shell/shell-php-create_function-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-create_function-2.php -------------------------------------------------------------------------------- /shell/shell-php-create_function-3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-create_function-3.php -------------------------------------------------------------------------------- /shell/shell-php-eval-0.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /shell/shell-php-eval-1.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/shell-php-eval-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-eval-2.php -------------------------------------------------------------------------------- /shell/shell-php-eval-3.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/shell-php-eval-4.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/shell-php-eval-5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-eval-5.php -------------------------------------------------------------------------------- /shell/shell-php-eval-6.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /shell/shell-php-fwrite-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-fwrite-0.php -------------------------------------------------------------------------------- /shell/shell-php-include-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-include-0.php -------------------------------------------------------------------------------- /shell/shell-php-include-1.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /shell/shell-php-include-5.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /shell/shell-php-popen-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-popen-0.php -------------------------------------------------------------------------------- /shell/shell-php-preg_replace-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-preg_replace-0.php -------------------------------------------------------------------------------- /shell/shell-php-preg_replace-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lcatro/WebShell-Detect-By-Machine-Learning/HEAD/shell/shell-php-preg_replace-1.php -------------------------------------------------------------------------------- /shell/shell-php-preg_replace-2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/shell-php-require-0.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /shell/shell-php-require-4.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /shell/shell-php-system-0.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | --------------------------------------------------------------------------------