Open MASSI22 opened 2 years ago
hi can help me how i can use your script with selenium
This script is useless with selenium. If the site you are testing has this vulnerability, you can just write a script using selenium and it shouldn't ask to solve recaptcha.
the website have recaptcha v3 score 0,9
Le ven. 25 mars 2022 à 23:19, fulltimedev @.***> a écrit :
hi can help me how i can use your script with selenium
This script is useless with selenium. If the site you are testing has this vulnerability, you can just write a script using selenium and it shouldn't ask to solve recaptcha.
— Reply to this email directly, view it on GitHub https://github.com/fulltimedev/bypassV3/issues/1#issuecomment-1079484218, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLO663VP5H7EMHVKIBVGTVBY3X5ANCNFSM5RVMJMUQ . You are receiving this because you authored the thread.Message ID: @.***>
the website have recaptcha v3 score 0,9 Le ven. 25 mars 2022 à 23:19, fulltimedev @.> a écrit : … hi can help me how i can use your script with selenium This script is useless with selenium. If the site you are testing has this vulnerability, you can just write a script using selenium and it shouldn't ask to solve recaptcha. — Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLO663VP5H7EMHVKIBVGTVBY3X5ANCNFSM5RVMJMUQ . You are receiving this because you authored the thread.Message ID: @.>
Score is too high and likely it won't work. The threshold has to be set close 0 in order to work. Assuming you are trying to login to a website, try to make like 5-10 requests through your browser and see if it asks to solve recaptcha. If it does, the example I provided on the script won't work and you may have to actually use a recaptcha solver such as 2captcha. If it doesn't ask to solve recaptcha, then it may work but you have to test it or you can just write a selenium program for automation and should work fine since it won't ask for recaptcha to be solved. Hope that made sense.
When i use selenium mostly i get badscore 0.3 and 0.7 2captcha and anticaptcha not helpful
Le sam. 26 mars 2022 à 00:08, fulltimedev @.***> a écrit :
the website have recaptcha v3 score 0,9 Le ven. 25 mars 2022 à 23:19, fulltimedev @.
> a écrit : … <#m3732399847339143247> hi can help me how i can use your script with selenium This script is useless with selenium. If the site you are testing has this vulnerability, you can just write a script using selenium and it shouldn't ask to solve recaptcha. — Reply to this email directly, view it on GitHub <#1 (comment) https://github.com/fulltimedev/bypassV3/issues/1#issuecomment-1079484218>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLO663VP5H7EMHVKIBVGTVBY3X5ANCNFSM5RVMJMUQ https://github.com/notifications/unsubscribe-auth/ANZLO663VP5H7EMHVKIBVGTVBY3X5ANCNFSM5RVMJMUQ . You are receiving this because you authored the thread.Message ID: @.>
Score is too high and likely it won't work. The threshold has to be set close 0 in order to work. Assuming you are trying to login to a website, try to make like 5-10 requests through your browser and see if it asks to solve recaptcha. If it does, the example I provided on the script won't work and you may have to actually use a recaptcha solver such as 2captcha. If it doesn't ask to solve recaptcha, then it may work but you have to test it or you can just write a selenium program for automation and should work fine since it won't ask for recaptcha to be solved. Hope that made sense.
— Reply to this email directly, view it on GitHub https://github.com/fulltimedev/bypassV3/issues/1#issuecomment-1079505871, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLO67TYWGXZ74KNMZRJTLVBZBPXANCNFSM5RVMJMUQ . You are receiving this because you authored the thread.Message ID: @.***>
hi can help me how i can use your script with selenium