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



 2005

Bypass any capatcha with any language for FREE

by OsirusJ - 27 August, 2020 - 12:42 PM
This post is by a banned member (OsirusJ) - Unhide
OsirusJ  
Infinity
145
Posts
76
Threads
4 Years of service
#1
Today I will show you how you can "bypass" reCaptcha from google. It is not a real bypass like anti-captcha or any services could do, but it is a free way to go through %80 of the time the Captcha without doing anything manualy
 
The example that I will show u use C#, but you can ez translate it to any other languages.
We will use an extension, to use extension on selenium we need to download an extension in .crx format (like the Honda).
Then we need to create a ChromOption in order to load the extension :
Code:
ChromeOptions options = new ChromeOptions();
options.AddExtensions(@"your path");
Then just launch a new ChromDriver with the option :
Code:
IWebDriver driver = new ChromeDriver(options);
tempmail.Navigate().GoToUrl("random url");
Now you just need to click on the captcha and then on the little icon the extension displays
Just click on it like you usualy do with selenium :
Code:
driver.FindElement(By.WhateverYouWant("")).Click();
 
 
 
If you have any question just ask me on cracked !
If you want me to post more turorial on C# just let me know (You what to do [Image: timmy.gif] ) !
This post is by a banned member (OsirusJ) - Unhide
OsirusJ  
Infinity
145
Posts
76
Threads
4 Years of service
#2
This is a bump
This post is by a banned member (OsirusJ) - Unhide
OsirusJ  
Infinity
145
Posts
76
Threads
4 Years of service
#3
This is a bump
This post is by a banned member (hoss22) - Unhide
hoss22  
Registered
8
Posts
0
Threads
1 Year of service
#4
good

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)