POST Practice
40 points Medium

This website requires authentication, via POST. However, it seems as if someone has defaced our site. Maybe there is still some way to authenticate? http://165.227.106.113/post.php

Flag
Rating 4.44
5
4
3
2
1

Discussion

Easy

0

i had to first install curl in system and then send a post request to the site. the site was down so had to take reference from sites to get the userid and password. but learnt a lot

0

Wayyyy to easy, should be easy difficulty, all I did is download a html source code viewer apk and view the source code, login, copy the flag and done!

0
Protected
0

This one is broken, don't pull your hair out over it, Ended up checkin g amedium walkthrough, I did everything right and it's returning weird HTML when just sending the POST request should give you the flag.

0

site doesn't work

0

site doesn't work

0

Not bad

0

curl it

0

light work no reaction

0

Im about to skip this one I don't know what to do

0

The prompt gives you a hint, "there has to be another way to auth". Another hint is the error page when you are trying to access: "This site takes POST data that you have not submitted!". Check out cURL or Postman it may help you with this.

1