This one is fairly similar to the previous example. The file size is the dead giveaway though as we run a find through all of the subdirectories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bandit5@melinda:~$ ls | |
inhere | |
bandit5@melinda:~$ find -type f -size 1033c | |
./inhere/maybehere07/.file2 | |
bandit5@melinda:~$ cat ./inhere/maybehere07/.file2 | |
DXjZPULLxYr17uwoI01bNLQbtFemEgo7 |
Moving on...