From 44e4ff870c2e2b36ffd833d50832ed019098ff5e Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 20 Dec 2022 13:21:21 +0100 Subject: [PATCH] docs(inspector-image): improve audit format --- .../inspector-image/audit/README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/subjects/cybersecurity/inspector-image/audit/README.md b/subjects/cybersecurity/inspector-image/audit/README.md index b20e5937..2e16a513 100644 --- a/subjects/cybersecurity/inspector-image/audit/README.md +++ b/subjects/cybersecurity/inspector-image/audit/README.md @@ -1,7 +1,5 @@ #### General -Knowledge-Check: - ###### Is the student able to explain clearly what steganography means? ###### Is the student able to explain clearly how some information can be hidden in normal files? @@ -13,21 +11,21 @@ Knowledge-Check: Files that must be inside your repository: - Your program source code. + - a README.md file, Which clearly explains how to use the program. ###### Does the required files present? -##### Evaluate the student's submission - -The student must run his program with the first argument -map, and the second argument the image.jpeg file. You can find that [here](../resources/image.jpeg). +##### Ask the student to run his program with the first argument -map, and the second argument the image.jpeg file. You can find that at this path: `../resources/image.jpeg` ###### Compare the result to that of an online exif metadata viewer, does the result correspond to 32 Latitude, and 34 Longitude? -The executant must execute his program again, with the argument -steg instead of -map, and a PGP key should be displayed -A PGP key begins with ------BEGIN PGP PUBLIC KEY BLOCK----- -and ends with ------END PGP PUBLIC KEY BLOCK----- +##### Ask the student to execute his program again, with the argument -steg instead of -map, and a PGP key should be displayed + +> A PGP key begins with +> -----BEGIN PGP PUBLIC KEY BLOCK----- +> and ends with +> -----END PGP PUBLIC KEY BLOCK----- ###### Is the PGP key exactly the same as you can see in the topic?