Skip to content

Latest commit

 

History

History

3 . Insp3ct0r

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Insp3ct0r

Description

Title is inspector , So i think inspect all pages and source of this website. Source attached from picoCTF

Step - 1 :

  • Visiting the website, we right click and choose to view source code, getting the first third of the flag, included as a html comment: Result image
  • When i got the 1st part of flag in the 31 th line on Source Page
    • <!-- Html is neat. Anyways have 1/3 of the flag: picoCTF{tru3_d3 -->

Step - 2 :

  • Then Inspect the site Ctrl + Shift + I and Click on the style editor
  • I got the Second pard of flag in 51 line on mycss.css

image

Step - 3 :

image

Thanks to all