diff --git a/Filesystem Imaging & hashing/hashing/CTF_HashMash/README.md b/Filesystem Imaging & hashing/hashing/CTF_HashMash/README.md index 506b693..7b470f0 100644 --- a/Filesystem Imaging & hashing/hashing/CTF_HashMash/README.md +++ b/Filesystem Imaging & hashing/hashing/CTF_HashMash/README.md @@ -9,12 +9,13 @@ To complete this CTF, you can use hashcat and hashid and their subsequent guides [hashid](https://left4code.neocities.org/courses/hash_forensics/hashid.html) **DEPENDENCIES** + This binary depends on `ncurses`, you should download it from the software repository of your choice. For building the project after completion of the game, `ncurses-dev` is required - **CONTROLS** + use W/A/S/D to move use q to quit the game use shift + q to quit the terminal @@ -48,17 +49,17 @@ use shift + q to quit the terminal **NOTE** Do you want the source code? -Upon completing the game, the same password used to get the flag can be used to decrypt the source_code_encrypted.zip.gpg file. +Upon completing the game, the same password used to get the flag can be used to decrypt the `source_code_encrypted.zip.gpg` file. -To build the project, cd into the source_code_encrypted/ directory and run the command: +To build the project, cd into the `source_code_encrypted/` directory and run the command: -#### **make** +#### **`make`** - will make the project -#### **make run** +#### **`make run`** - will run the executable -#### **make clean** +#### **`make clean`** - will remove the executable If you can't complete the CTF and still want the code, send me an [email](https://left4code.neocities.org/left4code_gpg.txt) and I'll send you the zip file with the code in it. Pretty please send me your gpg key first though so I can encrypt before sending.