General Skills Level 2 100 points

Regex Master - Log File Analysis

Mission

The file /app/access.log contains thousands of access log entries. Extract all entries where the IP address starts with "192.168.1." AND the status code is 404. Conditions: - IP address: 192.168.1.xxx - Status code: 404 - The number of matching lines is the flag Hint: Use grep with regular expressions

#regex#grep#log-analysis#linux

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag