Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkarp/malwaredevseries
- Owner: darkarp
- Created: 2021-10-03T23:57:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T20:16:55.000Z (over 2 years ago)
- Last Synced: 2024-10-14T07:09:32.878Z (3 months ago)
- Topics: malware, reverse-shell, rust, twitch, youtube
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 55
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...