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 7a75989 commit 4526947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions level01/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ Password: x24ti5gi3x0ol2eh4esiuxias

- take a look at legacy folder `/etc/passwd`

```
```b
$ cat /etc/passwd
$ cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}'
Expand All @@ -20,7 +20,7 @@ $ john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}')

- get and use `john` on host:

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

0 comments on commit 4526947

Please sign in to comment.