Bypass hCaptcha with Vision AI using yolov5
pip install Captcha-Impulse
If the requested label is not in the trained model the library will reload the captcha until it find an available label.
Name | Status |
---|---|
Airplane | ✅ |
Seaplane | ❌ |
Bus | ✅ |
Boat | ✅ |
Bridge | ❌ |
Bicycle | ✅ |
Car | ✅ |
Chimneys | ❌ |
Crosswalks | ❌ |
Fire hydrants | ✅ |
Mountain | Hill | ❌ |
Motorcycle | ✅ |
Palm tree | ❌ |
Stairs | ❌ |
Taxis | ❌ |
Train | ✅ |
Truck | ✅ |
Tractor | ❌ |
Traffic lights | ✅ |
from impulse import Solver
from selenium import webdriver
if __name__ == '__main__':
driver = webdriver.Chrome()
driver.get("http://democaptcha.com/demo-form-eng/hcaptcha.html")
solver = Solver(driver)
solver.run()
1- Add ReCaptcha