Code Monkey home page Code Monkey logo

captcha-harvester's Introduction

Manual Captcha Harvester

IMPORTANT NOTE

This will NOT work on supreme. This is because supreme check the domain the captcha is solved on. Using this harvesting method, all captchas are harvested on cartchefs.supremenewyork.com instead of supremenewyork.com so supreme will give you a checkout error when using those tokens. The alternative is to set this harvester up on another server, change the hosts file of that server to be 127.0.0.1 supremenewyork.com and use something like nginx or ngrok to make the /token endpoint externally accessible. If you try change the host file to 127.0.0.1 supremenewyork.com on the same PC your supreme bot is running on, your cart/checkout requests will go to your localhost IP, not the supreme servers. The other alternative is to use a chrome extension to harvest (like BNB do) or to create some kinda of standalone harvester (like OSS or slayer).

Description

This simple script allows the user to manually harvest captchas and request them from the local server when needed. The token management is handled entirely by the server.

Requirements

  • Python 3+ The following modules must also be installed and can be with pip e.g. pip install colorama
  • colorama
  • termcolor
  • flask

Instructions

  • The most important step is to know how to edit your hosts file. You can find out how to do this with a simple google search. You will need to add an entry to your hosts file like so 127.0.0.1 cartchefs.DOMAIN-HERE - replacing DOMAIN-HERE with the domain you are harvesting for e.g. supremenewyork.com or adidas.com or sneakersnstuff.com
  • Open config.json in an editor such as atom or sublime and make the necessary changes to the file. Making sure the domain is entered without the www and the sitekey is correct and the latest one available
  • cd into the directory of the repository
  • python main.py to run the script

To request tokens from the server, you must send a GET request to http://cartchefs.DOMAIN-HERE:5000/token. The token that is set to expire next will be returned in text format. It is advised to only request tokens from the server right when you are about to use them. The alternative is to call the sendToken function from your own script

FAQ

  • The captcha solving page will not load... attempt to reload it manually and check you edited your hosts file correctly
  • Can you help me... yeah I probably could but I likely won't so try work out your own issues xox

captcha-harvester's People

Contributors

ryan9918 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.