#My very first Rust program: Tor powered remote administration tool

4 messages · Page 1 of 1 (latest)

blazing monolith
#

Have been reading about Rust for weeks. And this weekend was the first time I wished to actually program something, and I made a remote administration tool enabled by Tor: https://github.com/zarkones/OnionC2

The Rust part of the code isn't the best; so please, feel free to criticize it harshly, as that would help me to learn better. 🙂

bleak wren
#

The agent looks fine, I don't see any major issues, although malware probably isn't allowed in the rust discord ferrisClueless

blazing monolith
# bleak wren The agent looks fine, I don't see any major issues, although malware probably is...

Hi. Thanks for taking an interested in the code. I wouldn't necessarily call it malware. Since at the end of the day it's all about the intentions that make it so.

I'm simply a security professional who's crafting open-source offensive tooling for the past 4 years. That said; I stay away from implementing malicious features such is DoS and such, and focus on stuff which could be useful during an actual pentest and adversary simulation. Cheers. 🙂

tired burrow
#

I use Go and I'm learning Rust for offensive tooling as well. This looks great man, good job.