From e27e514e892e8a00c10214a096b4dc90a3f9957d Mon Sep 17 00:00:00 2001 From: Twilight <31920608+LoneTwilight@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:47:02 +0800 Subject: [PATCH] Update writeup.md --- challenges/misc/Chef/writeup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/misc/Chef/writeup.md b/challenges/misc/Chef/writeup.md index 4c8444f..38fb000 100644 --- a/challenges/misc/Chef/writeup.md +++ b/challenges/misc/Chef/writeup.md @@ -4,7 +4,7 @@ To crack the password, we can attempt to guess it. However, that can take a long First, we will run the command ``zip2john TopSecret.zip > myzip`` as seen in the following screenshot. Running this command will covert it into a format that can be cracked using John The Ripper. -![[cimg-1]] +![[challenges/misc/Chef/images/cimg-1.png]] Once done, we can use any wordlist. In this example, we will be using ``rockyou.txt`` which can be found in the ``/usr/share/wordlists/rockyou.txt`` if you are using Kali Linux. You may choose your own wordlist for this challenge. The command will be: