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

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

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

0

I only use Burp suite

0

easy

0

Hint: use curl -X POST -d

0

remind you that these challenges were made long before AI came out so I would assume without AI performing the correct POST in your linux terminal would have been a bit more challenging.

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