mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
849 B
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...
Feel free to modify and update it for your usage.