Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 453 Bytes

114.md

File metadata and controls

10 lines (9 loc) · 453 Bytes
  1. Go to the given site and inspect it.
  2. Get the username and password from the HTML comments.
  3. Make a POST request:
    • Using Postman, Thunder Client, or similar; sending username and password as Form data.
    • Use the following curl command:
      curl -d "username=<username>&password=<password>" -X POST <given site>