thing that sends all the computer info to a discord webhook when you run it, intended for trolling virustotal (:
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
malware
trolling tool for virustotal and other malware sandboxes
compiling
set the environment variables ANALYST
to name of place you're uploading to
and WEBHOOK
to a discord webhook encoded in rot47.
then just compile with cargo build --release
(the --release
will ensure
that debug stuff is stripped from the binary)
usage
- get the executable
- upload to sandbox
- morbius
faq
why did you use rot47 on the discord webhook?
idk i was like half asleep at a hotel and wanted to make sure that people didn't get my webhook and i was lazy