- Q2
- Q3
- Q5
- Q6
- Q7
- Q8
To answer this use
lscommand on home folder
With previous command you answer the Q3.
Display server log file in console where you see dates and check the week day and you can answer the question.
With displaying the server log file we can see that logs contains only one IP address.
grep -v 404 webserver.logTo display all lines that does not include 404 requests and see only succesful ones and you can then easly see
grep -i THM *.log
grep through all log files in folder to find the flag.
No comments:
Post a Comment