https://github.com/emrekybs/nim-shell
Reverse shell that can bypass windows defender detection
https://github.com/emrekybs/nim-shell
bypass defender reverse-shell windows
Last synced: 9 months ago
JSON representation
Reverse shell that can bypass windows defender detection
- Host: GitHub
- URL: https://github.com/emrekybs/nim-shell
- Owner: emrekybs
- License: mit
- Created: 2023-11-27T23:24:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T22:07:42.000Z (over 2 years ago)
- Last Synced: 2025-04-01T08:44:24.965Z (about 1 year ago)
- Topics: bypass, defender, reverse-shell, windows
- Language: Nim
- Homepage:
- Size: 1.87 MB
- Stars: 163
- Watchers: 3
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
# Nim-Shell
Reverse shell that can bypass EDR and windows defender detection
# Please do not upload to VirusTotal
# 𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦
$ 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
$ nc -nvlp 4444