Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1001 Bytes

Dont-use-client-side.md

File metadata and controls

15 lines (10 loc) · 1001 Bytes

Dont-use-client-side

Challenge Description

Can you break into this super secure portal? https://jupiter.challenges.picoctf.org/problem/17682/ or http://jupiter.challenges.picoctf.org:17682

My Solution Flowchart

  1. I visited the webpage and there was a input field for entering password to verify. image

  2. Then I opened the network tab and found a HTML file. There was a verify function written inside the script tag. Inside that function, there was nested if conditions. image

  3. Then I just read the verify function attentively and understand all the conditions. I wrote the flag manually and put it in the input and clicked verify button to check and it worked. image