XSS working in browser but not through script
I’m working on a CTF where to obtain the flag I need to trigger the admin user of a Flask app to reveal it.
The way this has to be done is through a CSRF + XSS chain attack, as the validation script first login on the app, then navigates t… Continue reading XSS working in browser but not through script