cleantalk/spbct-heuristic-analyser
Composer 安装命令:
composer require cleantalk/spbct-heuristic-analyser
包简介
CleanTalk SPBCT Heuristic Analyser classes
README 文档
README
Install
composer require cleantalk/spbct-heuristic-analyser
Using
<?php // Require composer autoloader require_once 'vendor/autoload.php'; use CleantalkSP\Common\Scanner\HeuristicAnalyser\Controller; use CleantalkSP\Common\Scanner\HeuristicAnalyser\Structures\FileInfo; $file_path = '/bad/index.php'; $root_dir_patn = __DIR__; // Instantiate the scanner module $heuristic_scanner = new Controller(); // Prepare files information $file_to_check = new FileInfo($file_path); $res = $heuristic_scanner->scanFile($file_to_check, $root_dir_patn); var_dump($res); // $res will contain the scanning result var_dump($heuristic_scanner->final_code); // $final_code will contain the de-obfuscated code
统计信息
- 总下载量: 3.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2023-01-30