[ solution ] PicoCTF 2014 Web Exploitation : Internet Inspection - 30
- REVO
- Jun 16, 2015
- 1 min read
Problem :
On his computer, your father left open a browser with the Thyrin Lab Website. Can you find the hidden access code?
Points : 30
Hint :
The browser's ' Inspect Elements ' should help !
Solution :
On clicking on the provided link , we are taken to a website Thyrin Lab Website where the information needed is been covered by an overlapping image.
Just by looking at the overlapped image , we can be sure that it can be accessed using ' Inspect Elements ' option. Inspecting the image , we get :


And there , inside the ' contents ' division ,we find the flag.
flag :
flag_56894b52ab4fe12c02c4c29b8c6853e9f24894a2
Comentarios