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
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
6 days ago
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