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

No way this challenge is medium difficulty. However, using Python to solve it made the challenge funnier

0
Protected
0

this challenge help me know what different between body and header parameters, good

0

Nice, i think it is not even medium

-1

culr :)

0

super easy.....easier than easy

0

curl is amazing :)

0

curl will help you out

0

EZZZYY

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