Mimic Guard

설명

Mimic Guard is an anti-spam plugin for WordPress mail and contact forms. It uses dynamic honeypots, submission time monitoring, and integration with major form plugins to reduce automated bot submissions.

  • Honeypot — Detects bots that fill hidden form fields
  • Time check — Flags submissions that are unrealistically fast after the form is shown
  • Form integration — Works with WPForms, Contact Form 7, comments, and more
  • Page caching — Optional AJAX honeypot injection when HTML is cached
  • Privacy — Optional IP anonymization when logging events

Configure minimum submission time, token lifetime, log list size, and more from the admin screens.

설치

  1. Upload the plugin folder to /wp-content/plugins/mimicguard/ or install from the ZIP file.
  2. Activate Mimic Guard on the Plugins screen in WordPress.
  3. Open the Mimic Guard menu to review settings and logs.

FAQ

I use a full-page caching plugin

Enable “Insert honeypot via AJAX (cache-friendly)” so honeypots can still be loaded even when HTML is cached.

Legitimate submissions are being blocked

Try increasing the minimum submission time slightly, or disable “Require time-check token” if you do not need it.

Where are logs stored?

In a dedicated database table. You can run cleanup from the admin area based on retention settings.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Mimic Guard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Mimic Guard”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Mimic Guard”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.3

Reduced honeypot false positives from browser/password manager autofill by hardening honeypot field attributes and narrowing dynamic prefix checks; also improved detailed block reason logging and frontend guard checks.

1.3.2

Further hardening for WordPress.org review: sanitize request data used for spam checks, escape admin template output, sanitize server variables for IP logging, Prime Form AJAX callback naming, remove bundled PHPUnit bootstrap from the distribution package.

1.3.1

WordPress.org review: enqueue scripts, sanitization/escaping, readme contributor, translations loading.

1.3.0

Internal improvements, security, and code quality updates.