Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 15, 2024
1 parent bd66137 commit 4207d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion level01/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ $ john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}')
$ 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
$ echo 42hDRfypTqqnw > __test
$ ./john __test
$ ./john --show __test
```

Expand Down

0 comments on commit 4207d6d

Please sign in to comment.