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
||| VERY AGGRESSIVE | Search for all functions/exploits on lists and all malware signatures without restrictions |
89
-
|`--agile`| -a | MEDIUM | Search for some specific exploits on lists with some restrictions and all malware signatures (on Wordpress and others platform could find more malware and more false positive) |
90
-
|`--only-signatures`| -s | NORMAL | Search for all malware signatures (could be perfect for Wordpress and others platform for have less false positive) |
91
-
|`--only-exploits`| -e | AGGRESSIVE | Search for exploits on lists |
92
-
|`--only-functions`| -f | MEDIUM | Search for all functions on lists (on some obfuscated code can't be detected) |
||| VERY AGGRESSIVE | Search for all functions/exploits on lists and all malware signatures without restrictions |
91
+
|`--agile`| -a | MEDIUM | Search for some specific exploits on lists with some restrictions and all malware signatures (on Wordpress and others platform could find more malware and more false positive) |
92
+
|`--only-signatures`| -s | NORMAL | Search for all malware signatures (could be perfect for Wordpress and others platform for have less false positive) |
93
+
|`--only-exploits`| -e | AGGRESSIVE | Search for exploits on lists |
94
+
|`--only-functions`| -f | MEDIUM | Search for all functions on lists (on some obfuscated code can't be detected) |
93
95
94
96
### Suggestions
95
97
@@ -106,6 +108,7 @@ You could find some false positive during scanning. For this you can choice the
106
108
Then if you run the scanner on a Wordpress project or others common platforms type `--only-signatures` or `--agile` as argument for a check with less false positive.
107
109
108
110
#### Examples:
111
+
109
112
```
110
113
php -d disable_functions='' scanner -s
111
114
php -d disable_functions='' scanner -a
@@ -114,6 +117,7 @@ php -d disable_functions='' scanner -a
114
117
## Detection Options
115
118
116
119
When a malware is detected you will have the following choices (except when scanner is in report scan mode `--report`):
120
+
117
121
- Delete file
118
122
- Move to quarantine `(move to ./quarantine)`
119
123
- Try remove evil code
@@ -126,7 +130,7 @@ When a malware is detected you will have the following choices (except when scan
126
130
127
131
## Usage
128
132
129
-
```
133
+
```
130
134
Arguments:
131
135
<path> - Define the path to scan (default: current directory)
132
136
@@ -153,27 +157,29 @@ Flags:
153
157
--list - Get default exploit and functions list
154
158
--list-exploits - Get default exploits list
155
159
--list-functions - Get default functions lists
156
-
157
-
Notes:
160
+
161
+
Notes:
158
162
For open files with nano or vim run the scripts with "-d disable_functions=''"
0 commit comments