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

RITRedteam/moonshine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published