update docs

This commit is contained in:
bfu4 2022-03-23 16:16:05 +00:00
parent 5e7c7ff277
commit 0943510fb5

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