Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
github.com/aasaam/rest-captcha
For see available options
docker run --rm ghcr.io/aasaam/rest-captcha:latest -h
# Usage of ./rest-captcha:
# -auth-password string
# Basic authentication password
# -auth-username string
# Basic authentication username
# -base-url string
# Base URL for routes (default "/")
# -listen string
# Application listen address (default "0.0.0.0:4000")
# -return-value
# Return value on generation
# -test-image
# Expose /test-image for testing image
It's generate captcha image via ID, base64 encoded image and value of captcha:
curl -X POST -H 'Content-type: application/json' -d '{"lang":"fa","ttl":30, "level": "1", "quality": 10}' http://rest-captcha:4000/new
curl -X POST -H 'Content-type: application/json' -d '{"id":"UNIQUE_IDENTIFIER","value":999999}' http://rest-captcha:4000/solve
Currently following language are supported:
en
English (It's default/fallback language for invalid language code)fa
Persianar
ArabicFAQs
Unknown package
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.