Use Flag re to extract flags from lines

Issue #40 resolved
Flozza created an issue

Sometimes flags are given with junk around them. Use the regex to extract them using grouping. We could also experiment with splits so we could extract multiple flags on a single line.

The one thing we will not do is extract flags split across lines (unlikely we will get those, get your exploit in line!)

Comments (1)

  1. Log in to comment