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