Completed
To anyone who allready figured the payload but can't get past the login function

Try using curl instead for the basic http authentication

curl http://user:password@host

#web
Author
When you need more in-depth answers
Contact the Dreamhack team and mentors directly!
Answers 1

Or else, using Postman can be very useful.
image.png
You can choose which kind of authorization token to use, and what value to send. Postman will automatically set up the payload and send to the server.

2025.03.05. 23:06