From d904967c3b36f7b2a3996344cdf07da0ebd4c374 Mon Sep 17 00:00:00 2001 From: nuoxoxo Date: Fri, 15 Nov 2024 23:34:51 +0000 Subject: [PATCH] show READMEs daily --- README.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mdx b/README.mdx index 2a1396a..cba44d8 100644 --- a/README.mdx +++ b/README.mdx @@ -66,7 +66,9 @@ $ cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}' 😀 if we have john we'll able to do: $ john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}') ``` + - get and use `john` on host: + ``` $ wget https://download.openwall.net/pub/projects/john/contrib/macosx/john-1.8.0.9-jumbo-macosx_sse4.zip $ tar -xvf john-1.8.0.9-jumbo-macosx_sse4.zip @@ -74,7 +76,9 @@ $ cd john-1.8.0.9-jumbo-macosx_sse4 $ echo 42hDRfypTqqnw $ __test $ ./john --show __test ``` + - VM + ``` $ su flag01 Password: abcdefg