bl/docs/help.txt
2022-03-23 16:16:05 +00:00

22 lines
596 B
Plaintext

= HELP
Feeling stuck? There's actually a cheatsheet!
Command Cheatsheet: http://files.matacyber.com/docs/cheatsheet.txt
Binary Source Code: http://files.matacyber.com/code/bof.s
To get the files, run:
curl <url> --output <name-your-file-here>
For example:
+-------------------------------------------------------------------------------+
| curl http://files.matacyber.com/code/bof.s --output ./bof.s |
| |
| and |
| |
| curl http://files.matacyber.com/docs/cheatsheet.txt --output ./cheatsheet.txt |
+-------------------------------------------------------+