Sploitus

Exploit for Nim-Shell - Reverse Shell That Can Bypass Windows Defender Detection

kitploit Β· 2023-12-16

Exploit Code

MARKDOWN36 lines
## https://sploitus.com/exploit?id=KITPLOIT:6860470207008060819
![](https://blogger.googleusercontent.com/img/a/AVvXsEjA4OOLyqJOKkIzObBgTKvN9pXfBYPf_s_giBmPdyHwBKL1OMfJrbAo5DMmgSUkUxZbwtAxXyV4TxUhgCtPU4nzJoC0xbLJltrgrtZBb5opuht8FmNB4uVe7Zdw_aMA4ZMCb5I30JbSRMizQpHIHehlCviTJBf2LFUbxT4jfoaJVAhZWCPYMo8gKzihgG-H=w640-h192)

  


Reverse shell that can bypass windows defender detection

  

    
    
    $ apt install nim  
    

# Compilation

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

![](https://blogger.googleusercontent.com/img/a/AVvXsEjA4OOLyqJOKkIzObBgTKvN9pXfBYPf_s_giBmPdyHwBKL1OMfJrbAo5DMmgSUkUxZbwtAxXyV4TxUhgCtPU4nzJoC0xbLJltrgrtZBb5opuht8FmNB4uVe7Zdw_aMA4ZMCb5I30JbSRMizQpHIHehlCviTJBf2LFUbxT4jfoaJVAhZWCPYMo8gKzihgG-H=w640-h192)

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

![](https://blogger.googleusercontent.com/img/a/AVvXsEirE2jlCWOsiiK0tmCnN24MtHWXS-INsTNAbbUBXN30MXcYBPgGA4l4qiBB-4yexv1Vv7YSp8iOliPbPwxA_g76HokZjXmyXkHqDRTd63b9Q4wjKFNHJv9tmJlO68jeNt110_QBhbtAC_FqenkUKSRU-QAfvHzIuHDvDEL7Y6osNMF3yxbfDQHUKLT4dWoM=w640-h284)

# and listen
    
    
     $ nc -nvlp 4444  
    

  
  


**Download Nim-Shell**