Skip to content

injekt666/NimTeleBackdoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NimTeleBackdoor

a simple backdoor for Windows programmed in Nim that uses Telegram bot as a C2 server

Prerequisites

Cross-Compile on linux

sudo apt install gcc-mingw-w64-x86-64 gcc-mingw-w64-i686

nim c -d:mingw -d:release -d:ssl --app:gui --opt:size main.nim # 64-bit

nim c -d:mingw -d:release -d:ssl --cpu:i386 --app:gui --opt:size main.nim # 32-bit

TODO

  • Adding a keylogger
  • Adding encryption
  • Improving shellcode injection
  • Linking openssl statically
  • TLS Callback anti-debugging

About

a simple backdoor in Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 100.0%