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
- Host: GitHub
- URL: https://github.com/netcode/xshellme
- Owner: netcode
- Created: 2012-02-08T11:18:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-10T20:59:57.000Z (over 14 years ago)
- Last Synced: 2025-03-30T08:11:25.263Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');