PicoCTF Web Exploitation [Easy]Easy
Insp3ct0r
#tutorial
Challenge Description
Solution and Analysis
Visit the site given in the challenge description. Right click on the page and click on inspect. Just go thru the html code in the inspector tab to get the first part of the flag as shown below
To get the 2nd part in the inspect tab itself, click on style editor to view the css codes. Click on the mycss.css in the left subpanel, scroll down to get the 2nd flag.
for the 3rd and final part of the flag, we can see that the JS source code is named myjs.js, simply go to /myjs.js in the URL tab to get the final part of the flag
Combine all 3 flags and submit it to complete the challenge