hc0n Christmas CTF - 2019
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
I started enumerating the machine using my tool :
There are 2 ports open: 80 (HTTP) and 22 (SSH)
In the web page you can register new users, and I noticed that the length of the cookie depends on the length of the username indicated:
And if you change some byte of the cookie you get this error:
Set user admin:
With this information and I was able to exploit it: