An open API service indexing awesome lists of open source software.

https://github.com/boomzero/captchasolve

Solve https://www.xmoj.tech/vcode.php captchas
https://github.com/boomzero/captchasolve

captcha-solver cloudflare-workers xmoj

Last synced: over 1 year ago
JSON representation

Solve https://www.xmoj.tech/vcode.php captchas

Awesome Lists containing this project

README

          

# captchaSolve
## How to test
```bash
curl -s https://www.xmoj.tech/vcode.php | \
curl -X POST https://captchasolve.xmoj-script.workers.dev \
-H "Content-Type: application/octet-stream" \
--data-binary "@-"
```