easyswoole有后门?
2022-07-21 本文已影响0人
andycheng
火绒安全扫描结果
image.png
CommandInterface
<?php
namespace EasySwoole\Bridge;
use Swoole\Coroutine\Socket;
interface CommandInterface
{
public function commandName():string;
public function exec(Package $package,Package $responsePackage,Socket $socket);
}