From 9091da64ee11863b6b92a7f38281f23a86f0d99f Mon Sep 17 00:00:00 2001 From: nuoxoxo Date: Sat, 16 Nov 2024 22:22:26 +0000 Subject: [PATCH] show READMEs daily --- README.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.mdx b/README.mdx index 29d6d87..2d5f642 100644 --- a/README.mdx +++ b/README.mdx @@ -62,30 +62,30 @@ Password: nottoohardhere - Legacy folder `/etc/passwd` ```b -$ cat /etc/passwd -$ cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}' +> cat /etc/passwd +> 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}') +### observation + 😀 if we have john we'll able to do: + > john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}') ``` - Use our own _`do_john`_ script ```b -$ chmod +x do_john.sh -$ ./do_john.sh +> chmod +x do_john.sh +> ./do_john.sh ``` - or download and use _`john`_ ```b -$ 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 -$ cd john-1.8.0.9-jumbo-macosx_sse4 -$ echo 42hDRfypTqqnw > __test -$ ./john __test -$ ./john --show __test +> 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 +> cd john-1.8.0.9-jumbo-macosx_sse4 +> echo 42hDRfypTqqnw > __test +> ./john __test +> ./john --show __test ``` # 01 - token