CSRF Reflected Alert (pwn.college)
Summary
Start
cd /challenge
./server &Finding the sink
curl -s http://challenge.localhost | rg -n "form|input|name=" <form action=login method=post>
Username:<input type=text name=username>
Password:<input type=text name=password>
<input type=submit name=submit value=Login>
</form><hr>The sink (/ephemeral)
The CSRF pivot
Avoiding the pitfall
Final attacker page
Triggering the victim
Last updated