From a32f695a8a8c9ea101e729e4d8d9def370cc7616 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Tue, 24 Oct 2023 17:07:23 +0530 Subject: [PATCH] Add info about the glob `*` --- Writeup - Week 1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writeup - Week 1.md b/Writeup - Week 1.md index a780af6..10802c8 100644 --- a/Writeup - Week 1.md +++ b/Writeup - Week 1.md @@ -136,7 +136,7 @@ inhere/-file08: data inhere/-file09: data ``` -The `file` command allows us to determine the file type of a file without directly using `cat` on it. We can see that there's only one file (`-file07`) with the label `ASCII text` attached to it, meaning it only contains human-readable characters. We cat the file and get the password for the next level +Here, `inhere/*` means we're runnign `file` on every file inside the `inhere` directory. The `file` command allows us to determine the file type of a file without directly using `cat` on it. We can see that there's only one file (`-file07`) with the label `ASCII text` attached to it, meaning it only contains human-readable characters. We cat the file and get the password for the next level ``` bandit4@bandit:~$ cat inhere/-file07