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 df11aa6 commit 6f6963b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions level00/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ $ ssh level00@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242

# 00

Login

```b
> ssh level00@$(ifconfig|grep 'inet '|awk 'NR==2 {print $2}') -p 4242
> Password: level00
```

Ideas

- `ls` `pwd`
Expand Down

0 comments on commit 6f6963b

Please sign in to comment.