A small reverse shell made in NIM, compatible with Windows and Nix.
If you want to compile a Windows and Nix version of the NimShell you can use the build.sh
script
or if you prefer building for a specific platform you can use the following commands:
nim c --app:gui -d:mingw nimshell.nim
nim c --app:gui -d:release nimshell.nim