Skip to content

Commit 7541952

Browse files
Merge pull request #107 from tomkowa64/master
Include amwscan command execution problems workaround in README
2 parents 8aac06e + 2ea0568 commit 7541952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ php amwscan --exploits="double_var2" --functions="eval, str_replace"
144144
php amwscan --ignore-paths="/my/path/*.log,/my/path/*/cache/*"
145145
```
146146
147+
#### Doesn't work?
148+
In case above command doesn't work, you can use script responsible for malware scan manually by executing:
149+
`php dist/scanner <path>`
150+
147151
To check all options check the [Documentation](https://marcocesarato.github.io/PHP-Antimalware-Scanner/options)
148152
149153
### Suggestions

0 commit comments

Comments
 (0)