mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 19:17:14 +00:00
Add info about the glob *
This commit is contained in:
parent
ab28613e00
commit
a32f695a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue