Skip to content

LvMalware/vbshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBShell

A simple C2 written with VBScript agents

This is a toy C2 program with VBScript agents that run natively (i.e no additional installation is necessary) on windows and communicate via HTTP(S) to a Perl-based controller.

Installation

  1. Clone the repository and install the server dependencies (linux-only)
git clone https://github.com/lvmalware/vbshell
cd vbshell
cpanm --installdeps .
  1. Run the server using Morbo
morbo -l http://*:3000 -m production server.pl #you might want to change the port 3000 to something else
  1. Edit the vbshell.vbs file and change the value of CALLBACKURL to your C2 server's url
CALLBACKURL = "http://my.server.tld"
  1. Obfuscate the script somehow (optional)

  2. Copy the vbshell.vbs file to your target and run it

  3. Have fun