-
-
Notifications
You must be signed in to change notification settings - Fork 41
Installation
andrei edited this page Jul 29, 2022
·
5 revisions
- Install git, nim and the mingw toolchain (for windows implant compilation):
apt install git nim mingw-w64 - Clone the repo:
git clone https://github.com/d4rckh/nimc2 - Cd into the repo:
cd nimc2 - Install all the required packages & compile:
nimble build - Execute the nimc2 server by running the binary
./nimc2(you might need to runchmod +x ./nimc2)