Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nim-shell — Reverse shell that can bypass windows defender detection | Kitploit
Tools/GitHubGitHub/emrekybs/nim-shell
Payload GenerationExploitationIDS/IPS EvasionPost-ExploitationCommand and ControlRed TeamingRemote Access ToolPayload Development
GitHubemrekybs/nim-shell

nim-shell

Reverse shell that can bypass windows defender detection

View Repository
177304 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

[EmreKybs

Nim-Shell

Reverse shell that can bypass EDR and windows defender detection

Please do not upload to VirusTotal

𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦

root@kitploit:~
$ apt install nim

Compilation

nim c -d:mingw --app:gui nimshell.nim

Change the IP address and port number you want to listen to in the nimshell.nim file according to your device.

and listen

root@kitploit:~
 $ nc -nvlp 4444
Download Tool