Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1201

Python Query on Captchas

by Blepop - 10 March, 2022 - 07:01 PM
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.052
Posts
2.148
Threads
5 Years of service
#1
How do we bypass them in python ?

Like people be making hcaptcha bypass / recaptcha bypass configs 

isnt there any way we can do it in python since a lot of these sites now are having captchas 
is there no way around it

obv using app apis could be one but i need something on the web part like idk request/response thing and some magic and boom we bypassed it

call me dumb SadNigga
[Image: G3RU3aI.gif]
Ad by firewizard 

Join for Daily Bulk Drops 
This post is by a banned member (Virus) - Unhide
Virus  
Supreme
1.472
Posts
320
Threads
4 Years of service
#2
dumbbbbbb
[Image: Comp-1-4.gif]

NO LONGER OWN THE USER 'vir.us' ON DISCORD. DM ME IF YOU NEED MY NEW ONE
UHQ RDP's here https://wehost.gg/panel/aff.php?aff=2

JOIN FOR INBOXED UNRAPED FA https://t.me/nfafashop
[Image: CcvUenP.gif]
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.052
Posts
2.148
Threads
5 Years of service
#3
(10 March, 2022 - 07:02 PM)MesvaksManager Wrote: Show More
dumbbbbbb

sadnigga2  [Image: feelssadman.png] [Image: feelssadman.png]
[Image: G3RU3aI.gif]
Ad by firewizard 

Join for Daily Bulk Drops 
This post is by a banned member (UberFuck) - Unhide
UberFuck  
Godlike
1.557
Posts
375
Threads
5 Years of service
#4
(10 March, 2022 - 07:01 PM)Blepop Wrote: Show More
How do we bypass them in python ?

Like people be making hcaptcha bypass / recaptcha bypass configs 

isnt there any way we can do it in python since a lot of these sites now are having captchas 
is there no way around it

obv using app apis could be one but i need something on the web part like idk request/response thing and some magic and boom we bypassed it

call me dumb SadNigga

So, just talking about google recaptchas.  I haven't had to solve an hcaptcha on a site I'm targeting.

As far as I know, we can only really (efficiently) bypass the hidden recaptchas.  The main gist is that you need to grab the google anchor url, and parse the token from the reply content.  Then submit the token in a post request to the /reload endpoint, and pass a few additional parameters in the payload.  I'd recommend looking at https://jctf.team/BSidesTLV-2019/Break-the-ReCaptcha/ and https://discourse.openbullet.dev/t/guide...backs/3252.  Both helped me get a grasp on wtf was going on.

To do the recaptchas w/ images you can solve them using selenium and a speech recognition service / module....which is kinda gay, but it works on a limited basis.  This solution is slow as fuck and shreds proxies like a blender on turbo mode.

For an easy solution to hidden recaptchas, you can look at https://github.com/xcscxr/Recaptcha-v3-b...tcha-v3.py or take a look at my thread here, where I've taken that code and improved on it some.
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.052
Posts
2.148
Threads
5 Years of service
#5
(10 March, 2022 - 08:29 PM)foxegado Wrote: Show More
(10 March, 2022 - 07:01 PM)Blepop Wrote: Show More
How do we bypass them in python ?

Like people be making hcaptcha bypass / recaptcha bypass configs 

isnt there any way we can do it in python since a lot of these sites now are having captchas 
is there no way around it

obv using app apis could be one but i need something on the web part like idk request/response thing and some magic and boom we bypassed it

call me dumb SadNigga

So, just talking about google recaptchas.  I haven't had to solve an hcaptcha on a site I'm targeting.

As far as I know, we can only really (efficiently) bypass the hidden recaptchas.  The main gist is that you need to grab the google anchor url, and parse the token from the reply content.  Then submit the token in a post request to the /reload endpoint, and pass a few additional parameters in the payload.  I'd recommend looking at https://jctf.team/BSidesTLV-2019/Break-the-ReCaptcha/ and https://discourse.openbullet.dev/t/guide...backs/3252.  Both helped me get a grasp on wtf was going on.

To do the recaptchas w/ images you can solve them using selenium and a speech recognition service / module....which is kinda gay, but it works on a limited basis.  This solution is slow as fuck and shreds proxies like a blender on turbo mode.

For an easy solution to hidden recaptchas, you can look at https://github.com/xcscxr/Recaptcha-v3-b...tcha-v3.py or take a look at my thread here, where I've taken that code and improved on it some.

a good tut is what i was looking for 
thanks sheepe sheepe
[Image: G3RU3aI.gif]
Ad by firewizard 

Join for Daily Bulk Drops 

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)