From cfefff87fbf86a9816061efa072de66e7e108238 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sun, 17 Nov 2024 17:54:20 +0100 Subject: [PATCH] Update README.mdx --- level01/README.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/level01/README.mdx b/level01/README.mdx index 5cfa69d..5ac4739 100644 --- a/level01/README.mdx +++ b/level01/README.mdx @@ -7,9 +7,7 @@ Login > Password: x24ti5gi3x0ol2eh4esiuxias ``` -Idea - -- Look at `/etc/passwd` +Look at `/etc/passwd` ```b > grep -i flag01 /etc/passwd @@ -23,7 +21,7 @@ flag01:42hDRfypTqqnw:3001:3001::/home/flag/flag01:/bin/bash > john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}') ``` -- Download and use `john` +Download and use `john` ```b > wget https://download.openwall.net/pub/projects/john/contrib/macosx/john-1.8.0.9-jumbo-macosx_sse4.zip