Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- Doc

Disclaimer
---
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.