Login check failed for login script
Hi,
I am trying to login to my app. I have the below code in "Login script.js file"
document.getElementById( 'signInFormUsername' ).value = '[email blocked]';
document.getElementById( 'signInFormPassword' ).value = 'password';
document.getElementsByName( 'signInSubmitButton' )[0].click();
Below is the command line that I tried:
arachni --plugin=login_script:script="login Script.js" --report-save-path=output.afr https:///dashboard check="Home" --scope-exclude-pattern=Logout --session-check-pattern="Home" --session-check-url="https:///dashboard"
When I execute the command line I get the error "The script was executed successfully, but the login check failed.."
The website uses "aws cognito". Can this impact the login?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac