Socket
Socket
Sign inDemoInstall

captcha-harvester

Package Overview
Dependencies
249
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    captcha-harvester

Node cli to casually harvest captchas from supremenewyork


Version published
Weekly downloads
12
increased by140%
Maintainers
1
Install size
332 MB
Created
Weekly downloads
 

Readme

Source

npm deps Install Size Downloads

About

captcha-harvester spins up a localhost server to harvest captchas from supremenewyork. Uses puppeteer project to open chromium browsers. Google account one click support via cookies. Cookies can be retrieved via a basic request to localhost:3001/fetch. Captcha tokens are removed on successful fetch.

How to install

Installing from npm is the easiest way to get up and running.

npm: npm install captcha-harvester -g

yarn: yarn global add captcha-harvester

Commands

captcha-harvester supports a few commands to make things easy.

  • captcha-harvester -h|--help - Returns all available commands.
  • captcha-harvester init|initialize - Initialize captcha preferences.
  • captcha-harvester sg|setgoogle - Set Google account to be used.
  • captcha-harvester hc|harvestcaptcha --set [url] [sitekey] - Starts localhost server to harvest captcha tokens.

Getting started

After installation to increase our likelihood of getting one-clicks, we are going to first initalize captcha-harvester with captcha-harvester init then we can run captcha-harvester sg to set the google account we are going to use. Your Google account information is stored locally in your appdata path.

captcha-harvester init
captcha-harvester sg
captcha-harvester hc

You now have a captcha-harvester running at localhost:3001. To retrieve captcha tokens make a request to loclahost:3001/fetch.

Keywords

FAQs

Last updated on 23 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc