Bypass captcha during web scraping

Text-based Captcha

Image-based Captcha

Bypassing CAPTCHAs with Headless Chrome using puppeteer

Solving a Geetest Slider Captcha with Puppeteer

Slide Captcha

Icon Captcha

requests with opencv

文字点选验证码的破解方法

selenium with service provider
1
2
3
4
5
img_elem = driver.find_element(By.CSS_SELECTOR, '')
img_elem.screenshot('captcha.png')
# 调用打码平台,如快识别、超级鹰,获取坐标
for (x, y) in coordinates:
	ActionChains(driver).move_to_element_with_offset(img_elem, x, y).click().perform()

Audio-based Captcha

ReCaptcha vs. Captcha

How to bypass reCAPTCHA with Puppeteer and Headless Chrome

Service provider

2Captcha

超级鹰

Captcha Test

GeeTest Adaptive CAPTCHA Examples

网易易盾 行为式验证码