Drive Badger: open source platform for covert data exfiltration operations, ranging from small computers to big servers.

contact@drivebadger.com

You can find detailed install manual here.

Below, it's the full installation script, that you should run on your Linux terminal:

sudo su -

# now you should become root

apt update
apt install git

git clone https://github.com/drivebadger/drivebadger /opt/drivebadger
git clone https://github.com/drivebadger/hook-wcxftp /opt/drivebadger/hooks/hook-wcxftp
git clone https://github.com/drivebadger/hook-fstab /opt/drivebadger/hooks/hook-fstab
git clone https://github.com/drivebadger/exclude-windows /opt/drivebadger/config/exclude-windows
git clone https://github.com/drivebadger/exclude-macos /opt/drivebadger/config/exclude-macos
git clone https://github.com/drivebadger/exclude-linux /opt/drivebadger/config/exclude-linux
git clone https://github.com/drivebadger/exclude-antivirus /opt/drivebadger/config/exclude-antivirus
git clone https://github.com/drivebadger/exclude-software /opt/drivebadger/config/exclude-software
git clone https://github.com/drivebadger/exclude-devel /opt/drivebadger/config/exclude-devel
git clone https://github.com/drivebadger/exclude-user /opt/drivebadger/config/exclude-user
git clone https://github.com/drivebadger/exclude-erp /opt/drivebadger/config/exclude-erp
git clone https://github.com/drivebadger/ignore-known /opt/drivebadger/config/ignore-known
git clone https://github.com/drivebadger/ext-mobile-drivers /opt/drivebadger/external/ext-mobile-drivers
git clone https://github.com/drivebadger/ext-veracrypt /opt/drivebadger/external/ext-veracrypt

# at this point you need to install your own repositories:
# - lists of drive encryption keys; example: https://github.com/drivebadger/keys-bitlocker-demo
# - configuration of your target drives; example: https://github.com/drivebadger/target-demo
# - any custom hooks, injectors and other functional extensions (if you have any)

cd /opt/drivebadger/setup/mobile && ./install.sh