General Skills Level 3 90 points

Regex Expert - Data Validation

Mission

/app/data.txt contains various data formats. Extract lines that satisfy ALL conditions: 1. Contains email format (xxx@yyy.zzz) 2. Contains phone number (xxx-xxxx-xxxx or xxx.xxxx.xxxx) 3. Contains IP address (xxx.xxx.xxx.xxx) 4. Contains date (YYYY-MM-DD format) Lines containing all of these are the flag. Hint: Combine multiple regex patterns

#regex#pattern-matching#data-validation#grep

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag