Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T22:07:42.000Z (12 months ago)
- Last Synced: 2024-02-04T22:50:04.563Z (12 months ago)
- Topics: bypass, defender, reverse-shell, windows
- Language: Nim
- Homepage:
- Size: 1.87 MB
- Stars: 67
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![EmreKybs](https://img.shields.io/badge/MadeBy-Emrekybs-yellow)
# 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.nimChange 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