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 17, 2024
1 parent b079fee commit f68ccad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions level01/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
> john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}')
```

- Use our own _`do_john`_ script
- Use `john`

```b
> ./do_john.sh
OR
> 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
OR
> ./do_john.sh
```

- token
Expand Down

0 comments on commit f68ccad

Please sign in to comment.