Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Feb 12, 2019
1 parent 4b2135c commit 28a3cc3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@

**Author:** Marco Cesarato

This package can scan PHP written in php for scan your project files to find malicious code.
## PHP Malware Scanner Free Tool

This package, written in php, can scan PHP files and analyze your project for find malicious code inside it.
It provides a text terminal console interface to scan files in a given directory and find PHP code files the seem to contain malicious code.
The package can also scan the PHP files without outputting anything to the terminal console. In that case the results are stored in a log file.
This scanner can work on your own php projects and a lot of others platform.
This scanner can work on your own php projects and on a lot of others platform.
Use this command `php -d disable_functions` for run the program without issues

## Requirements

- php 5+

## Wordpress and others

This can work on WordPress and others platform but need the following suggestion.

__Suggestion:__ if you run the scanner on a Wordpress project type _--agile_ as argument for a check with less false positive.

## Install

1. Copy the 'HTTPS clone URL' link using the clipboard icon at the bottom right of the page’s side-bar, pictured below.
Expand All @@ -49,6 +45,12 @@ For test detection of malwares you can try detect they from this collection:

https://github.com/marcocesarato/PHP-Malware-Collection

## Scan WordPress or others platforms

This scanner can work on WordPress and others platform but need the following suggestion for have less false positive detections.

__Suggestion:__ if you run the scanner on a Wordpress project type _--agile_ as argument for a check with less false positive.

## Usage

```
Expand Down

0 comments on commit 28a3cc3

Please sign in to comment.