add readme
This commit is contained in:
parent
e580efbfb7
commit
36067fb456
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Reference in a new issue