Skip to content

Commit

Permalink
show READMEs daily
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 15, 2024
1 parent 322a07e commit d904967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,19 @@ $ 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
$ cd john-1.8.0.9-jumbo-macosx_sse4
$ echo 42hDRfypTqqnw $ __test
$ ./john --show __test
```

- VM

```
$ su flag01
Password: abcdefg
Expand Down

0 comments on commit d904967

Please sign in to comment.