From 0943510fb5f9443c0a5bf64e84864ff9aa5ef971 Mon Sep 17 00:00:00 2001 From: bfu4 Date: Wed, 23 Mar 2022 16:16:05 +0000 Subject: [PATCH] update docs --- docs/help.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/help.txt b/docs/help.txt index 2e857b1..23ba376 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -3,8 +3,8 @@ Feeling stuck? There's actually a cheatsheet! -Command Cheatsheet: -Binary Source Code: +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 --output For example: -+-------------------------------------------------------+ -| curl /bof.s --output ./bof.s | -| | -| and | -| | -| curl /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 | +-------------------------------------------------------+