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 17, 2024
1 parent a2d58be commit 9557c1b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ OR

# 02

Login

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

- New stuff
- `realpath` - get the full absolute filepath
- `scp` - secure copy - `scp username@ip:path _local_`
Expand Down Expand Up @@ -196,15 +203,6 @@ print('res/', res)
# ft_waNDReL0L
```

- token

```b
> su flag02
Password: ft_waNDReL0L
> su level03
> Password: kooda2puivaav1idi4f57q8iq
```


# 03

Expand Down

0 comments on commit 9557c1b

Please sign in to comment.