Can you break into this super secure portal? https://jupiter.challenges.picoctf.org/problem/17682/ or http://jupiter.challenges.picoctf.org:17682
-
I visited the webpage and there was a input field for entering password to verify.
-
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.
-
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.