HTTP-Shell: Multiplatform Reverse Connection Tool

HTTP-Shell is a multiplatform reverse shell. This tool helps you obtain a shell-like interface on a reverse connection over HTTP. Unlike other reverse shells, the main goal of the tool is to be used in conjunction with Microsoft Dev Tunnels in order to get a connection as close as possible to a legitimate one. This shell …

PowerMeUp : A Small Library Of Powershell Scripts For Post Exploitation That You May Need Or Use!

This is a powershell reverse shell that executes the commands and or scripts that you add to the powerreverse.ps1 file as well as a small library of Post-Exploitation scripts. This also can be used for post exploitation and lateral movement even. Please use at your own risk I am not and will not be responsible …

Reverse_SSH : SSH Based Reverse Shell

Want to use SSH for reverse shells? Now you can using reverse_SSH. Setup Docker: docker run -p3232:2222 -e EXTERNAL_ADDRESS=<your_external_address>:3232 -e SEED_AUTHORIZED_KEYS=”$(cat ~/.ssh/id_ed25519.pub)” -v data:/data reversessh/reverse_ssh Manual: git clone https://github.com/NHAS/reverse_ssh cd reverse_ssh make cd bin/ # start the server cp ~/.ssh/id_ed25519.pub authorized_keys ./server 0.0.0.0:3232 Running # copy client to your target then connect it to the …

Tornado : Anonymously Reverse Shell Over Tor Network Using Hidden Services Without Port forwarding

Tornado is implements tor network with metasploit-framework tool and msfvenom module, you can easily create hidden services for your localhost .onion domain without portforwarding. If you have experience different remote administration tools, probably you know you need forward port with virtual private network or ngrok but in this sense with tornado, the tor network offers …

XC : A Small Reverse Shell For Linux And Windows

XC is a Netcat like reverse shell for Linux & Windows. Features Windows Usage:└ Shared Commands: !exit!upload uploads a file to the target!download downloads a file from the target!lfwd local portforwarding (like ssh -L)!rfwd remote portforwarding (like ssh -R)!lsfwd lists active forwards!rmfwd removes forward by index!plugins lists available plugins!plugin execute a plugin!spawn spawns another client …

Mediator : An Extensible, End-To-End Encrypted Reverse Shell With A Novel Approach To Its Architecture

Mediator is an end-to-end encrypted reverse shell in which the operator and the shell connect to a “mediator” server that bridges the connections. This removes the need for the operator/handler to set up port forwarding in order to listen for the connection. Mediator also allows you to create plugins to expand the functionality of the …

PwnLnX : An Advanced Multi-Threaded, Multi-Client Python Reverse Shell For Hacking Linux Systems

PwnLnX is an advanced multi-threaded, multi-client python reverse shell for hacking Linux systems. There’s still more work to do so feel free to help out with the development. Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a computer network without authorization or permission is illegal. Getting Started Please follow these …

Girsh : Automatically Spawn A Reverse Shell Fully Interactive

With Girsh, just run it and it will detect the OS and execute the correct commands to upgrade it to a full interactive reverse shell. For a Linux Get the terminal’s size Spawn a tty using python2.7, python3 and python Change the terminal as raw For a Windows Dowload ConPTY on the same machine and …

Sak1to-Shell : Multi-threaded C2 Server & Reverse Shell Client Written In Pure C

Sak1to-Shell is a multi-threaded c2 server and reverse TCP shell client written in pure C (Windows). Command List list: list available connections.interact [id]: interact with client.download [filename]: download a file from client.upload [filename]: upload a file to client.background: background client.exit: terminate client or server.cd [dir]: change directory on client

EvilDLL – Malicious DLL (Reverse Shell) Generator For DLL Hijacking

EvilDLL is a malicious DLL (Reverse Shell) generator for DLL hijacking. Features Reverse TCP Port Forwarding using Ngrok.io Custom Port Forwarding option (LHOST,LPORT) Example of DLL Hijacking included (Half-Life Launcher file) Tested on Win7 (7601), Windows 10 Requirements Mingw-w64 compiler: apt-get install mingw-w64 Ngrok Authtoken (for TCP Tunneling): Sign up at: https://ngrok.com/signup Your auth token …