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

Protected
0

you can also solve this the hard way lol. create an HTML form that post to post.php, edit the site's HTML using inspect element. input the credentials. there you go

0

you can also solve this the hard way lol. create an HTML form that post to post.php, edit the site's HTML using inspect element. input the credentials. there you go

0

This would be a very funny human error if it wasn't a fabricated challenge

0

good

0

good

0

Nice Challenge

0

if you have background knowledge of how to use the command, this can be as simple as writing a few commands

0

if you have background knowledge of how to use the command, this can be as simple as writing a few commands

0

you can solve it different ways i tried curl and running a python script in my terminal (wsl) and both worked and you can use burp-suite also or anything really or even using console in developer tools and making a js script . or even Using an HTML File making a button with a functional js on it so when clicked it'll grab the flag for you. The key here is To be creative solve it different ways and search and understand what you are doing

0