Installing BingoC2

Requirements

Installation

Ensure you are in the root directory of the repository, and run make. This should install the bingo-server and bingo-client commands into your path. If not, they will be installed into BingoC2/Bin/

Steps

sudo apt update
sudo apt install make mingw-w64
unzip BingoC2-Framework_<VERSION>.zip
cd BingoC2-Framework
make

Last updated