mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
|
#!/usr/bin/env php
|
||
|
|
<?php
|
||
|
|
require_once __DIR__.'/scan.php';
|
||
|
|
new MalwareScanner();
|