Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
captcha-solver-provider-anti-captcha
Advanced tools
Captcha solver provider for the anti-captcha service.
Captcha solver provider for the anti-captcha service.
This module requires node >= 8
.
npm install --save captcha-solver-provider-anti-captcha
Extends: CaptchaSolverProvider
Captcha solver provider for the anti-captcha service.
Type: function (opts)
Provider name.
Type: string
Set containing task types supported by this provider.
Creates a new captcha solving task.
Type: function (opts)
opts
object Options
opts.type
string Type of captcha to solveopts.image
string? Captcha image to process encoded as a base64 stringopts.websiteURL
string? Website URL for nocaptcha, recaptcha, and funcaptchaopts.websiteKey
string? Recaptcha website keyopts.websiteSToken
string? Secret token for old versions of Recaptchaopts.websitePublicKey
string? Funcaptcha public keyopts.proxyType
string? Proxy type (http/socks4/socks5)opts.proxyAddress
string? Proxy IP address (ipv4/ipv6)opts.proxyPort
(string | number)? Proxy portopts.proxyLogin
string? Proxy login for basic authopts.proxyPassword
string? Proxy passwordopts.userAgent
string? Browser's User-Agent to emulateopts.cookies
string? Additional cookies to emulateFetches the result of a previously created captcha solving task.
Type: function (taskId)
taskId
string Unique task identifierUsing this software to violate the terms and conditions of any third-party service is strictly against the intent of this software. By using this software, you are acknowledging this fact and absolving the author or any potential liability or wrongdoing it may cause. This software is meant for testing and experimental purposes only, so please act responsibly.
MIT © Travis Fischer
FAQs
Captcha solver provider for the anti-captcha service.
We found that captcha-solver-provider-anti-captcha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.