skulltech / DeathByCaptcha-CLI

A CLI client for the DeathByCaptcha API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.txt

Usage

$ 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 exit

Example usages

For conventional text-based CAPTCHA

$ python3 dbcscript.py text captcha-conventional.jpg
[*] Your balance is 688.5848 US cents
[*] CAPTCHA 29683296 solved: following finding

For 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]]

About

A CLI client for the DeathByCaptcha API


Languages

Language:Python 100.0%