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
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
EASY
Nice Challenge
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
Incorrect difficulty, should be EASY
nerd emoji
curl -X POST -d 'username=<find it>' -d 'password=<find it>' http://165.227.106.113/post.php
2 weeks ago