Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

captcha-harvester

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-harvester

Node cli to casually harvest captchas from supremenewyork

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by21.43%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 23 Jun 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc