Using grep and find to find information in files quickly.
Using the grep command, "grep 'THM' access.log", I was able to find the first flag TryHackMe was asking for.
grep 'THM' access.log
Last updated 3 years ago