SK
skulltech/DeathByCaptcha-CLI
A CLI client for the DeathByCaptcha API
DeathByCaptcha-CLI
A CLI client for the DeathByCaptcha API
Installation
$ git clone https://github.com/SkullTech/DeathByCaptcha-CLI.git
$ cd DeathByCaptcha-CLI
$ pip3 install -r requirements.txtUsage
$ python3 dbcscript.py -h
usage: dbcscript.py [-h] {text,image} file
positional arguments:
{text,image} Which type of CAPTCHA
file Filename of CAPTCHA image
optional arguments:
-h, --help show this help message and exitExample usages
For conventional text-based CAPTCHA
$ python3 dbcscript.py text captcha-conventional.jpg
[*] Your balance is 688.5848 US cents
[*] CAPTCHA 29683296 solved: following findingFor image-based reCAPTCHA
$ python3 dbcscript.py image captcha-images.jpg
[*] Your balance is 688.3801 US cents
[*] CAPTCHA 1407357462 solved: [[75,237],[188,201],[180,440]]On this page
Contributors
Created October 4, 2017
Updated December 9, 2025