From da50a15fac2c781d6232acb7937c43fba2991994 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sat, 21 Oct 2023 21:49:42 +0530 Subject: [PATCH] Add backslashed spaces --- Writeup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Writeup.md b/Writeup.md index 065a148..71cac2a 100644 --- a/Writeup.md +++ b/Writeup.md @@ -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