How to install nginx-honeypot in CentOS/RHEL 10 (noarch)
NGINX honeypot - detect malicious bots (and optionally firewall-ban them)
License: MIT
https://github.com/dvershinin/nginx-honeypot
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
nginx-honeypot-1.0.0-1.el10.noarch
[16 KiB]
Danila Vershinin (2026-05-27)
—
- Initial package