RITRedteam / moonshine

DEPRECATED: SSH Proxy Server for Red Team

Home Page:https://github.com/RITRedteam/Sangheili

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Moonshine has been replaced with Sangheili as is can proxy any protocol and not just SSH.

Moonshine

Proxy redteam SSH connections going to the blue team and assign a random IP address on the way out.

Usage

To install on a server, run the install script

bash install.sh

Then from a client machine, connect to moonshine by running the following

ssh -A shine@moonshine remotebox

Specify a user and password to use on the remote host

ssh -A shine@moonshine root:toor@remotebox

To create an alias for moonshine

alias moonshine='sshpass -p password ssh -A shine@moonshine'

Run commands on a remote box by doing the following

moonshine root:toor@remotebox ls -al

About

DEPRECATED: SSH Proxy Server for Red Team

https://github.com/RITRedteam/Sangheili


Languages

Language:Python 92.5%Language:Shell 7.5%