Skip to content

Commit

Permalink
chore(release): 0.8.1.241
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 16, 2021
1 parent aca0cff commit 3839a3b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*.log
*.logs
dist/*.html
scanner-whitelist.json

vendor/**
.idea

.php_cs.cache
.php_cs.cache
cghooks.lock

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ For open files with nano or vim run the scripts with "php -d disable_functions='
On programmatically silent mode and auto skip are automatically enabled.

```php
use marcocesarato\amwscan\Scanner;
use AMWScan\Scanner;

$app = new Scanner();
$report = $app->setPathScan("my/path/to/scan")
Expand Down
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@
"type": "console",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"keywords": [
"antimalware",
"amwscan",
"scanner",
"antivirus",
"malware",
"virus",
"exploit",
"signatures",
"functions",
"eval",
"base64",
"deobfuscated",
"deobfuscator",
"deobfuscation",
"decode",
"obfuscated",
"obfuscation",
"evil",
"evil-code",
"code",
"analysis",
"tool",
"cleaner",
"backdoor",
"shell",
"scan",
"scanning"
],
"authors": [
{
"name": "Marco Cesarato",
Expand Down

0 comments on commit 3839a3b

Please sign in to comment.