Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/s3rj1k/nginx-captcha

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/s3rj1k/nginx-captcha

  • v0.0.0-20201126174622-bb85c140f3a6
  • Source
  • Go
  • Socket score

Version published
Created
Source

Build

Build binaries

make build

Build Deb Package

apt install make devscripts debhelper build-essential dh-systemd
debuild -us -uc -b

Usage

Generate new CAPTHCAs database

./nginx-captcha -generate=$AmountOfCAPTCHAs -db=$PathToDBFile

example:

./nginx-captcha -generate=1000 -db=/var/cache/nginx-captcha/captcha.db

Start nginx-captcha backend

./nginx-captcha -db=/var/cache/nginx-captcha/captcha.db -address=unix:/run/nginx-captcha.sock

Test nginx-captcha backend

curl --unix-socket /run/nginx-captcha.sock http:/example.com

Nginx configuration

The ./nginx dir contains the vhost configuration template.

FAQs

Package last updated on 26 Nov 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc