wellcome to picoCTF challange , this challanges are very simple, so without any intro lests go to the challange
Overview of picoCTF Unminify Challange
challange : Unminify
Author : Jeffery John
Description
I don’t like scrolling down to read the code of my website, so I’ve squished it. As a bonus, my pages load faster!
Additional details will be available after launching your challenge instance.
Hints
- Try CTRL+U / ⌘+U in your browser to view the page source. You can also add ‘view-source:’ before the URL, or try
curl <URL>
in your shell. - Minification reduces the size of code, but does not change its functionality.
- What tools do developers use when working on a website? Many text editors and browsers include formatting.

just right click and view the source code you can get the flag

and you have another option , use curl
curl <url> | grep picoCTF{

we got our flag
thank you reading my blog
My other picoCTF blogs
- n0s4n1ty 1 CTF Writeup: Web Exploitation Challenge Walkthrough
- Unlocking the Secrets Information picoCTF Walkthrough
- picoCTf verify 2024
- PHP Shell Command Execution: Gain Shell Access Through URL
- 10 Best Final Year Cybersecurity Project Ideas with source code.
- Pickle Rick TryHackMe Walkthrough Conquer the Challenges!
- picoCTF heapdump challenge writeup