An open API service indexing awesome lists of open source software.

https://github.com/netcode/xshellme

php shell detector and removal
https://github.com/netcode/xshellme

Last synced: about 1 year ago
JSON representation

php shell detector and removal

Awesome Lists containing this project

README

          

XSHELL ME
===================

XShellMe is a php script that helps you to scan your website searching for
malicious codes and web shells which can harm your website
XShellMe published under MIT License
for more info

Usage
-------

* upload the script to your root directory usually public_html
* run it by call the script via browser or via terminal:

php xshell.php

* you can change the scan specified directory by modify xshell.php like that:

$xshell = new xShellMe();
$xshell->start('myFolder');