Is it possible to Keycheck for unknown Success

Hello, im testing in reset password page i want to know if email is registered or not but the problem status says “Email sent” only and there nothing say invalid or error message to use in keycheck as im beginner on openbullet i dont know if this possible or not

screenshot of status on reset password page https://i.imgur.com/uB1gw13.png

Use a keycheck and add a success key for “Email Sent”
If you’re talking about checking if the email is valid, then enter a random email ([email protected]) and check what the output says

1 Like

i got same message “Email Sent” when i use registered email and unregistered email thats why i have no idea what to put in keycheck :frowning:

if this is happening this is probably a site defense to avoid bruteforce

so in this case there no solution for it?

try to see if there is any difference in the headers or status code, if not I really think there is no solution

1 Like

Unfortunately there no differant in header status code : 200 always same, in registered email and unregistered :frowning:

Try if its possible trough registering, maybe it checks the email when u type in the email before u even hit the register button. Or to prevent it from registering accounts u can send a existing email but also a password that does not match validation and see if it gives the email already exists error before the password error and like that u need to mess around with other inputs.

1 Like

Hi magmah thanks for your idea everything goes ok but there recaptcha in sign up

g-recaptcha-response:

03AKH6MRGq_Q2VD1ulfoJM9dSRKVlZy5C-gigdsJjNjfIxeRroIroBc45xR75Ptb0PP9fe533IastSrfQspPLjpqfigFav3_8UMbfOg3e6cy1_d8Ce_6lfDQtp_1XopnRI3T0Hz1a0NInLz6VPWKe9znbMUQAIr99psGeegc1CEMWnjqYw7UI5K_dNQDBF_3KxmczP1XTkCADg8WkQuvJFVuiviEw9Ydz8s0uv5ViJh5SrDeXWbDQJ7VLuuwL1izwRfOPEGtBheD9Cw37F75obFIH1kGJuS7xZULiWHoLFW-38yLVTh87xSOUsTbZ852mExT8wQSzLmXdlnoAiVpaQdCPW6D-7bUYr7wkylRpDHiARS1uESCOXnysDaMaxw50GkG7HTq7VDlTgLTU4btADzlnZekiBe3XK_wGQT-xj9LzKRvp8D8rBynwtcopqOOlOO2BxBa0gtDCsCq8EDyAnGRDeY0fFRno7vVEExMlbPsMXmwNYzn7NRN2lytmkDWDhyRY5nyWHxPlr4n0mHTEkWN1KuDo3SIUr2a3ohdeHZyuNnsoAkxN5BtE

if this can be solved with openbullet please let me know thankyou