bl/docs/help.txt

22 lines
596 B
Plaintext
Raw Normal View History

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