Add backslashed spaces

This commit is contained in:
lucky-vers 2023-10-21 21:49:42 +05:30
parent 49da155175
commit da50a15fac

View file

@ -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