├── README.md ├── lang ├── chinese.php ├── french.php ├── german.php ├── italian.php ├── pt_BR.php ├── russian.php └── spanish.php ├── media ├── script.js └── style.css ├── shelldetect.db ├── shelldetect.ini ├── shelldetect.php └── version ├── app └── db /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/README.md -------------------------------------------------------------------------------- /lang/chinese.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/chinese.php -------------------------------------------------------------------------------- /lang/french.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/french.php -------------------------------------------------------------------------------- /lang/german.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/german.php -------------------------------------------------------------------------------- /lang/italian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/italian.php -------------------------------------------------------------------------------- /lang/pt_BR.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/pt_BR.php -------------------------------------------------------------------------------- /lang/russian.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/russian.php -------------------------------------------------------------------------------- /lang/spanish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/lang/spanish.php -------------------------------------------------------------------------------- /media/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/media/script.js -------------------------------------------------------------------------------- /media/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/media/style.css -------------------------------------------------------------------------------- /shelldetect.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/shelldetect.db -------------------------------------------------------------------------------- /shelldetect.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/shelldetect.ini -------------------------------------------------------------------------------- /shelldetect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emposha/PHP-Shell-Detector/HEAD/shelldetect.php -------------------------------------------------------------------------------- /version/app: -------------------------------------------------------------------------------- 1 | 1.66 -------------------------------------------------------------------------------- /version/db: -------------------------------------------------------------------------------- 1 | 1405674947 --------------------------------------------------------------------------------