Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 764 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 764 Bytes

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