Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
/ hcap-solver Public archive

Simple Solver for Hcaptcha - Proxied/Proxyless (PATCHED)

Notifications You must be signed in to change notification settings

9P9/hcap-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hcap-solver (PATCHED)

Simple hcap solver

Uses Request Library unlike other variations of this solver

Example Usage

const { bypass } = require(`./solver.js`);

//Site Key | Host | Agent (Remove "agent" if you aren't using proxies)
bypass("51829642-2cda-4b09-896c-594f89d700cc", "democaptcha.com", agent).then(r => {
    try{
        //Output: P0_eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...
        var token = r[`generated_pass_UUID`];
    } catch(error) {
        //Failed HCAP
        console.log(error);
    }
})

About

Simple Solver for Hcaptcha - Proxied/Proxyless (PATCHED)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages