Technical requirements
In this chapter, we will use the Kali Linux (https://www.kali.org/) and Parrot Security OS (https://www.parrotsec.org/) virtual machines for development and demonstration purposes, and Windows 10 (https://www.microsoft.com/en-us/software-download/windows10ISO) as the victim’s machine.
In terms of compiling our examples, I’ll be using MinGW (https://www.mingw-w64.org/) for Linux, which can be installed by running the following command:
$ sudo apt install mingw-*