MCPcopy Index your code
hub / github.com/darkarp/MalwareDevSeries

github.com/darkarp/MalwareDevSeries @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
38 symbols 90 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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...

Core symbols most depended-on inside this repo

write
called by 8
client/src/models.rs
read
called by 5
server/src/models.rs
read
called by 4
client/src/models.rs
substr_exists
called by 4
client/src/models.rs
disconnected
called by 4
server/src/commands.rs
write
called by 3
server/src/models.rs
find_between
called by 2
client/src/models.rs
find_position
called by 2
client/src/models.rs

Shape

Function 34
Method 3
Class 1

Languages

Rust100%

Modules by API surface

server/src/models.rs8 symbols
server/src/commands.rs8 symbols
client/src/models.rs8 symbols
client/src/commands.rs6 symbols
server/src/main.rs4 symbols
xorcrypt/src/lib.rs3 symbols
client/src/main.rs1 symbols

For agents

$ claude mcp add MalwareDevSeries \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact