Last updated 2 years ago
ls |wc -l
2
webserver.log
Inside the webserver.log we can identify that the attacks happened on 18.11.2022 meaning:
18.11.2022
Friday
10.10.249.191
Search for Santa and List with grep results in:
Santa
List
grep "santa" webserver.log |grep list
santaslist.txt
grep -ri "thm{" .
r -> recursive
i -> ignore case
. -> local folder
THM{STOLENSANTASLIST}