Files
Whitecat18 28e7fac1d3 Upload
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
2026-06-06 14:53:10 +05:30

849 B

Telegram Operator in Rust

This is a Telegram operator that will:

  • Copy the current executable file to the APPDATA Windows folder
  • Save the APPDATA's executable in the registry for persistence
  • Delete the current executable if it doesn't start from the APPDATA folder
  • Start the program from APPDATA

Note: I coded this a long time ago, so I have no idea about the full functionality of the code. But it works well on modern windows and against antiviruses.

Why this code ? I felt bored, so I decided to play with Telegram bots for a while...

Found my old flow chart. Hope this helps...

image

Feel free to modify and update it for your usage.

Credits / References