Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexylan/phpav
PHP CLI Virus/Malware Scanner
https://github.com/nexylan/phpav
Last synced: 3 months ago
JSON representation
PHP CLI Virus/Malware Scanner
- Host: GitHub
- URL: https://github.com/nexylan/phpav
- Owner: nexylan
- License: mit
- Created: 2014-12-25T19:35:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T11:32:30.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T17:22:25.087Z (9 months ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 26
- Watchers: 8
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHPAV
=====PHP CLI Virus/Malware Scanner
A simple console framework for detected infected PHP files among Web servers.
@copyright [Nexylan.com](http://www.nexylan.com) - 2016
Installation
---You can install it globally thanks to composer:
```bash
composer global require nexylan/phpav
```Usage
---
### via CLI```bash
phpav /path/to/scan
```Inspiration
---### Websites
- [Malicious Code Scanner](https://github.com/mikestowe/Malicious-Code-Scanner)
- [PHP Shell Detector](https://github.com/emposha/PHP-Shell-Detector)
- [Obfuscalp](https://github.com/Orbixx/Obfuscalp)
- [Tripwire](https://github.com/lucanos/Tripwire)
- [Malicious](https://github.com/krismas/Malicious)### Security informations
- [How to Tell if Your PHP Site has been Hacked or Compromised](http://www.gregfreeman.org/2013/how-to-tell-if-your-php-site-has-been-compromised)
- [Exploitable PHP functions](http://stackoverflow.com/questions/3115559/exploitable-php-functions)
- [Code injection – a simple PHP virus carried in a JPEG image](http://php.webtutor.pl/en/2011/05/13/php-code-injection-a-simple-virus-written-in-php-and-carried-in-a-jpeg-image)TODO
---
- Plugins management
- Detect more shell scripts
- Create whitelist database
- Automatic fix/quarantine
- DocDisclaimer
---
This software is provided "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. In no event shall the author be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if the author has been advised of the possibility of such damages.