Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 03: Catch me

In this challenge we have to catch a button but it always gets away when we get near it. Using the developer console we can simulate a button click and get the flag:

$('button').click()