Top "Honeypot" questions

A trap set to detect or deflect attempts to hack a site or system.

Better Honeypot Implementation (Form Anti-Spam)

How do we get rid of these spambots on our site? Every site falls victim to spambots at some point. …

forms spam-prevention honeypot
How can I throttle user login attempts in PHP

I was just reading this post The definitive guide to form-based website authentication on Preventing Rapid-Fire Login Attempts. Best practice #1: …

security throttling honeypot
How effective is the honeypot technique against spam?

By "honeypot", I mean more or less this practice: #Register form <style> .hideme{ display:none; visibility: hidden; } </…

php spam spam-prevention honeypot
How do I add Honey pot fields to my forms?

I've been reading about adding Honey pot fields to my forms for combating bots/spam. Only problem is theirs no …

ruby-on-rails ruby-on-rails-3 devise honeypot
Honeypot implementation

Trying to filter out spam from an online form. I have a hidden div with an input. The idea is …

javascript spam-prevention honeypot
PHP form - with validation honeypot

I have the below for that works well, but is open for spam bots. I want to put in a …

php forms honeypot
iptables: limit the number of logged packets/second

Background. I'm building a firewall/NAT device thats used in honeypot deployments.In simple terms, its configured to work as …

security logging iptables ddos honeypot
Implementing @check_honeypot on Django Wagtail Form

I am trying to implement Honeypot into a Wagtail email form, but I don't understand how to add the @check_…

wagtail honeypot