New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fcap

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

fcap

A FCaptcha Module, that handles all that request shit and gives you important info.

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

npm version npm downloads creator

INFO :

FCap is a dumb package to solve HCaptcha tasks for cheap, to purchase use https://fcaptcha.mysellix.io/

Installation

npm install fcap

Example :

let {fCap} = require(`fcap`)

let cap = new fCap(`API KEY`);

let sleep = (milliseconds) => {return new Promise(resolve => {setTimeout(resolve, milliseconds);});};

(async () => {

    let task = await cap.solve({
        "host": "https://discord.com/register",
        "sitekey": "4c672d35-0701-42b2-88c3-78380b0db560",
        "proxy": "user:pass@host:port"
    })
    
    console.log(`${task.state} # ${task.captcha_key || "Captcha_key Not Found"} in ${task.time || "Unknown"} seconds.`)
})()

Keywords

fCap

FAQs

Package last updated on 21 May 2024

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