- Go to the given site and inspect it.
- Get the
username
andpassword
from the HTML comments. - Make a POST request:
- Using Postman, Thunder Client, or similar; sending
username
andpassword
as Form data. - Use the following
curl
command:curl -d "username=<username>&password=<password>" -X POST <given site>
- Using Postman, Thunder Client, or similar; sending