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
- Host: GitHub
- URL: https://github.com/boomzero/captchasolve
- Owner: boomzero
- Created: 2024-08-14T04:53:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T06:22:47.000Z (over 1 year ago)
- Last Synced: 2025-02-11T07:25:34.077Z (over 1 year ago)
- Topics: captcha-solver, cloudflare-workers, xmoj
- Language: TypeScript
- Homepage: https://captchasolve.xmoj-bbs.me
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 "@-"
```