├── README.md ├── hcaptcha ├── __init__.py └── client.py └── main.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qoft/Hcaptcha-exploit/HEAD/README.md -------------------------------------------------------------------------------- /hcaptcha/__init__.py: -------------------------------------------------------------------------------- 1 | from .client import * 2 | -------------------------------------------------------------------------------- /hcaptcha/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qoft/Hcaptcha-exploit/HEAD/hcaptcha/client.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qoft/Hcaptcha-exploit/HEAD/main.py --------------------------------------------------------------------------------