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

curl -X POST -d "username=myUsername&password=myPassword" https://example.com/login

0
Protected
0

Solved with burpsuite, by converting the request into a POST request and then adding username and password manually. can anyone explain how to do with curl?

0

solved with curl as well.

0

Solved with curl

0

use burpsuite to run post request or curl

0

solved with burpsuite

0

C:\Users\User>curl -d "username=admin&password=71urlkufpsdnlkadsf" http://165.227.106.113/post.php

1
Protected
0
Protected
0