mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 19:17:14 +00:00
Add backslashed spaces
This commit is contained in:
parent
49da155175
commit
da50a15fac
1 changed files with 7 additions and 0 deletions
|
|
@ -96,6 +96,13 @@ bandit2@bandit:~$ cat "spaces in this filename"
|
|||
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG
|
||||
```
|
||||
|
||||
We can also use backslashed spaces `\ ` instead.
|
||||
|
||||
```
|
||||
bandit2@bandit:~$ cat spaces\ in\ this\ filename
|
||||
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG
|
||||
```
|
||||
|
||||
We ssh into the next level, enter the password given (`aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG`) into the prompt, and finish the second stage.
|
||||
|
||||
# Level 3 → 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue