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 16, 2024
1 parent 76aea61 commit c80ba4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions level01/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ $ cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}'
$ john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}')
```

- get and use `john` on host:
- use our own _`do_john`_ script

```b
$ chmod +x do_john.sh
$ ./do_john.sh
```

OR
- 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
Expand Down

0 comments on commit c80ba4f

Please sign in to comment.