Subscribe

View this package for all CentOS/RHEL versions →

How to install nginx-honeypot in CentOS/RHEL 10 (noarch)

NGINX honeypot - detect malicious bots (and optionally firewall-ban them)

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install nginx-honeypot

Description

NGINX honeypot with lots of "honey" for bad bots. A map of bot-bait request URIs (phpMyAdmin probes, .env grabs, exploit paths) makes NGINX return 410 Gone, cutting server load and log noise. The package is config-only and needs nothing but nginx. Banning the offending IP is optional and opt-in: a free fcgiwrap + ipset path, and a Pro path that bans from one directive via nginx-module-nftset-access. Both are documented in the README.

RPMs

Danila Vershinin (2026-05-27) - Initial package