MatchTheRegex
Author: Sunday Jacob Nwanyim | 100 points
Last updated
Author: Sunday Jacob Nwanyim | 100 points
Last updated
How about trying to match a regular expression
The website is running here.
For this challenge, we are given a simple submit box webpage.
Upon entered a string of text into the box and clicking submit, we are greeted with a error window.
We can examine the source code by right clicking the page or by using (Crtl+U). From here we find the JavaScript hard-coded into the page.
We are given the regular expression we have to match in the comments of the JavaScript. Here we have to match ^p.....F!?
, which obviously matches the name of the CTF: picoCTF.
The flag is picoCTF{succ3ssfully_matchtheregex_f89ea585}