You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Antimalware Scanner is a free tool to scan PHP files and analyze your project to find any malicious code inside it.
20
20
21
-
It provides an interactive text terminal console interface to scan a file, or all files in a given directory (file paths can be also be managed using `--filter-paths` or `--ignore-paths`), and find PHP code files that seem contain malicious code.
22
-
When a probable malware is detected, will be asked what action to take (like add to whitelist, delete files, try clean infected code etc...).
21
+
It provides an interactive text terminal console interface to scan a file, or all files in a given directory (file paths
22
+
can be also be managed using `--filter-paths` or `--ignore-paths`), and find PHP code files that seem contain malicious
23
+
code. When a probable malware is detected, will be asked what action to take (like add to whitelist, delete files, try
24
+
clean infected code etc...).
23
25
24
-
The package can also scan the PHP files in a report mode (`--report|-r`), so without interact and outputting anything to the terminal console. In that case the results will stored in a report file in html (default) or txt format (`--report-format <format>`).
26
+
The package can also scan the PHP files in a report mode (`--report|-r`), so without interact and outputting anything to
27
+
the terminal console. In that case the results will stored in a report file in html (default) or txt
28
+
format (`--report-format <format>`).
25
29
26
-
This scanner can work on your own php projects and on a lot of others platform using the right combinations of configurations (ex. using `--lite|-l` flag can help to find less false positivity).
30
+
This scanner can work on your own php projects and on a lot of others platform using the right combinations of
31
+
configurations (ex. using `--lite|-l` flag can help to find less false positivity).
27
32
28
-
:warning:*Remember that you will be solely responsible for any damage to your computer system or loss of data that results from such activities.
29
-
You are solely responsible for adequate protection and backup of the data before execute the scanner.*
33
+
:warning:*Remember that you will be solely responsible for any damage to your computer system or loss of data that
34
+
results from such activities. You are solely responsible for adequate protection and backup of the data before execute
35
+
the scanner.*
30
36
31
37
### How to contribute
32
38
33
-
Have an idea? Found a bug? Please raise to [ISSUES](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues) or [PULL REQUEST](https://github.com/marcocesarato/PHP-Antimalware-Scanner/pulls).
34
-
Contributions are welcome and are greatly appreciated! Every little bit helps.
39
+
Have an idea? Found a bug? Please raise to [ISSUES](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues)
40
+
or [PULL REQUEST](https://github.com/marcocesarato/PHP-Antimalware-Scanner/pulls). Contributions are welcome and are
41
+
greatly appreciated! Every little bit helps.
35
42
36
43
## :blue_book: Requirements
37
44
@@ -61,16 +68,16 @@ Go on GitHub page and press on Releases tab or download the raw file from:
| None (`default`) | :red_circle: | Search for all functions, exploits and malware signs without any restrictions |
131
138
|`--only-exploits` or `-e`| :orange_circle: | Search only for exploits definitions |
132
-
|`--lite` or `-l`| :yellow_circle: | Search for exploits with some restrictions and malware signs *(on Wordpress and others platform could detect less false positivity)*|
133
-
|`--only-functions` or `-f`| :yellow_circle: | Search only for functions *(on some obfuscated code functions couldn't be detected)* |
134
-
| `--only-signatures` or `-s` | :green_circle: | Search only for malware signatures *(could be a good solution for Wordpress and others platform to detect less false positivity)* |
139
+
|`--lite` or `-l`| :yellow_circle: | Search for exploits with some restrictions and malware signs *(on
140
+
Wordpress and others platform could detect less false positivity)*|
141
+
|`--only-functions` or `-f`| :yellow_circle: | Search only for functions *(on some obfuscated code functions
142
+
couldn't be detected)* |
143
+
| `--only-signatures` or `-s` | :green_circle: | Search only for malware signatures *(could be a good solution for
144
+
Wordpress and others platform to detect less false positivity)* |
135
145
136
146
### Suggestions
137
147
138
-
If you are running the scanner on a Wordpress project or other popular platform use `--only-signatures` or `--lite` flag for have check with less false positive but
139
-
this could miss some dangerous exploits like `nano`.
148
+
If you are running the scanner on a Wordpress project or other popular platform use `--only-signatures` or `--lite` flag
149
+
for have check with less false positive but this could miss some dangerous exploits like `nano`.
0 commit comments