PostPractise - Web
Intro
While browsing through the CTFLearn medium level challenges this challenge ciught my eye. So I thought why not I try my hand at this
Problem
At first sight I was very cofused on what to do to solve this problem till i inspected the webpage to find the username and password commented out. It seemed from here on it was an uphill battle
Solution
After messing around with python a bit I came accross ‘curl’ which seem to be the way to solve this challenge
1
$ curl http://165.227.106.113/post.php -d "username=admin&password=71urlkufpsdnlkadsf"
Just using the admin and password identified before when I inspected the page and I got the flag
Flag: CTFLearn{p0st_d4t4_4ll_d4y}
This post is licensed under CC BY 4.0 by the author.