picoCTF - Web Exploitation - Search source
Contents
Web Exploitation - Search Source - writeup
description
The developer of this website mistakenly left an important artifact in the website source, can you find it? The website is here
writeup
I was not able to find anything interesting on the website by just looking at the source code in the browser.
So let’s clone the website first using HTTrack so we can take a look at the full source.
|
|
Let’s use grep recursively to find the flag inside all of the files of the webroot.
|
|
We found the flag inside the file css/style.css on line 328.
Flag:
|
|