Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkarp/malwaredevseries

Malware develoment in Rust
https://github.com/darkarp/malwaredevseries

malware reverse-shell rust twitch youtube

Last synced: 3 months ago
JSON representation

Malware develoment in Rust

Awesome Lists containing this project

README

        

# Day 6

Today we added persistence to our reverse shell via the command `:p newfile.exe` or `:persist newfile.exe`, which simply creates a copy of the current executable in `%LOCALAPPDATA%` with the name specified and adds it to the `Run` registry key.

Plans for the next streams:
- Refactoring the code to become cleaner
- Creating a little `help` command
- Encrypting strings and decrypting them at runtime
- Add a simple linux version
- Include option to write modules that get injected through commands
- Possible AV evasion tactics
- and much more...