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 16, 2024
1 parent 02941cf commit 9be83f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Password: nottoohardhere

# 01

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

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

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

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

0 comments on commit 9be83f2

Please sign in to comment.