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

Idea

- Look at `/etc/passwd`
Look at `/etc/passwd`

```b
> grep -i flag01 /etc/passwd
Expand All @@ -23,7 +21,7 @@ flag01:42hDRfypTqqnw:3001:3001::/home/flag/flag01:/bin/bash
> john --show <(cat /etc/passwd | grep -i flag01 | awk -F: '{print $2}')
```

- Download and use `john`
Download and use `john`

```b
> wget https://download.openwall.net/pub/projects/john/contrib/macosx/john-1.8.0.9-jumbo-macosx_sse4.zip
Expand Down

0 comments on commit cfefff8

Please sign in to comment.