CTF · picoCTF · Web Exploitation

Insp3ct0r

Description: – Kishor Balan tipped us off that the following code may need inspection: https://jupiter.challenges.picoctf.org/problem/44924/ (link) or http://jupiter.challenges.picoctf.org:44924 Points: 40 Hints:- 1. How do you inspect web code on a browser? 2. There’s 3 parts The Walkthrough: –  The web interface look like this: So here we see a website with not much content and… Continue reading Insp3ct0r

CTF · picoCTF · Web Exploitation

Cookies

Challenge Description:- Who doesn’t love cookies? Try to figure out the best one. Points: 40 The Walkthrough: –  The challenge name is “Cookies” so let’s look at cookies. The cookie set in name=-1 so let’s try changing it to 1 using Cookie editor Extension or you can also use burpsuit. (https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/). There is a change… Continue reading Cookies