콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Honeypot Toolkit

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

Honeypot Toolkit

작성자: Jeff Sterup
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

This plugin allows you to automatically insert your Project Honeypot links into all of your pages and block IP addresses that are listed on the Http:BL list from Project Honeypot. There is an option to block IP addresses that have been blocked by Spamcop using their blacklist and the SANS Internet Storm Center API as well.
To prevent bots from using brute force attacks and scanning your site there is an option to block users that fail to login a set number of times or use blocked user names. You can also block IP addresses that generate a large number of 404 errors. This plugin will also prevent WordPress User Enumeration and automatically block anyone attempting it.

스크린샷

  • Settings page
  • Blocked list page
  • Activity page
  • Whitelist page

설치

  1. Extract the downloaded Zip file.
  2. Upload the ‘honeypot-toolkit’ directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Use the menu item called Honeypot Toolkit to get the plugin set up.

You should set up an account on the project honeypot website at https://www.projecthoneypot.org if you want to use Project Honeypot.

FAQ

Where do I get the script for my honeypot?

You must sign up for an account on https://www.projecthoneypot.org. Then go to https://www.projecthoneypot.org/manage_honey_pots.php to set up your honeypot and follow the instructions. After the script has been placed on your site enter the url of your script on the Honeypot Toolkit settings page.

후기

Amazing! A must have for every site!

dichternebel 2023년 11월 11일
This plugin does the job very well. Besides using Project Honyepot and Spamcop, I really love the additional Login and 404 handling that protects from brute force attacks. In combination with a 2FA login plugin this makes me finally feel a lot safer using Wordpress. Thanks a lot!

Unfortunately does not work

thorsten107 2023년 1월 6일
Nevertheless, 10 messages come to spam on day via the contact form. This plugin does not block anything

Still works

Andrea 2021년 12월 1일
with version 5.8.2 (also multiste)

Does all it is designed to do

ogbcashdown 2021년 4월 24일
Has been very effective in blocking malicious traffic to my site.

No logs in Honeypot activity list

Boretsyan 2021년 2월 14일
Hi there, I have installed Honeypot Toolkit plugin on my website, the status is: @ – Honey Pot Active but I haven’t any data in activity list in plugin. I have verified script and the dedicated link is on all my pages but now activity yet! What should I do to enable this plugin and make it working?

Lots of fun using the Honeypot

caffeinefiend 2019년 12월 21일
I’m really enjoying using the Honeypot. In the past i was using cloudflare and plugins just to block the little blights. Now its a enjoyable sport to see how many of the pests i caught each morning. So to me this is much like going fishing, but here we are just catching the invasive pests. The plugin works really well and even though my version of Wordpress is quite a bit newer (5.3.2) than the supported i’ve had no problems at all. Its nice to run a plugin that benefits the larger community whilst making everything so simple to install and use. I’ve even taken to using an advertisement manager plugin to switch the trap links and allow me to change my trap bait as i call it. Like i said its a great sport!
모든 7 평가 읽기

기여자 & 개발자

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

기여자
  • Jeff Sterup

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

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

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

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

변경이력

5.0.4

Added option to allow IP V6 address checking to be turned off for the Internet Storm Center API as they can report false positives.
Changed from using count to using attacks variable in Internet Storm Center API response.

5.0.3

Added check for 429 response from sans and code to respect their retry time.

5.0.2

Fixing database error on activation for multisite installs.

5.0.1

Added option to automatically retrieve the IP ranges for Googlebot and Bingbot from their developer sites and add them to the allowlist.
Added text length restriction to IP note textareas.

5.0

Added ability to use SANS Internet Storm Center API to block malicious visitors
Changed default HTTP response code to 403
Renamed whitelist to allowlist and blacklist/blocked list to blocklist to create better naming consistency
Added versioning to admin.css to bust cache and force loading of new CSS rules
Fixed typos in settings page help dialog

4.5.2

Updating help text for the settings page.
Adding documentation link to plugin meta.

4.5.1

Replacing single settings template that somehow disappeared during 4.5 update.

4.5

Updating URLs in readme to point to new site.
Bumped tested version of WordPress

4.4.4

Fixed typo in 4.4.3. Used _transient_timeout instead of _site_transient_timeout

4.4.3

Changing transients to use site transients for better compatibility with multisite installs
Added check for transients to ensure that they expire rather than living forever
Added check for empty array when no honeypot positions are selected

4.4.2

Added DNS_A argument to dns_get_record calls to only pull A records since that is all the plugin uses.
Made the logic a little more efficient for deciding if a DNS record was returned.

4.4.1

Added check to make sure honeypot link isn’t included in post excerpt if the_content hook is used.

4.4

Changed the way activity count is updated to use the primary key so the database table will not get locked.

4.3.1

Fixed missing ajax save function for content honeypot.
Fixed check on settings page to make sure honeypot locations have been saved.

4.3

Added options to set the locations where the honeypot will appear.

4.2.2

Fixed PHP warning when checking for a temporary whitelist entry and one doesn’t exist.

4.2.1

Fixed call to explode that was missing the delimiter

4.2

Changed how the server variables are handled. The variables can be a comma delimited list.
Added rel=”nofollow” to honeypot links.

4.1.2

Fixed deprecated message for PHP 7.x

4.1.1

Fixed issue on multisite installs where the plugin would check for temporary whitelist entries in a database table prefixed with the current site DB prefix. Changed $wpdb->prefix to $wpdb->base_prefix

4.1

Added functionality to temporarily whitelist an IP if it has passed the Project Honeypot and Spamcop blacklist checks. This prevents the same IP being checked multiple times while a user is visiting a site.
Fix for dropdown css on IP list pages.

4.0.9

Added the ability to enter a . in the band username field.
Added functionality to automatically whitelist the web servers IP address so it doesn’t block itself while doing a health check.

4.0.8

Improved input validation and sanatization.
Added a checkbox to the IP lists so all entries can be selected.
Added functionality to submit the search query when the enter key is pressed in the search box.
Changed the way notes are stored so line breaks will not be stripped.

4.0.7

Fixing bug with login monitoring. IP v6 addresses were not properly being blocked.
Added better notes when a user is blocked.

4.0.6

Updating scripts to use my new domain name for documentation links so plugins like wordfence don’t alert users.
Updating readme to reflect compatibility with WP 5.1.

4.0.5

Fixed styling issue with jQuery UI dialog.
Changed IP links in the admin to go to domaintools.com since they can handle IPv6 addresses.

4.0.4

Changed from using wp_get_sites to get_sites to remove a deprecated message and stop using a deprecated function.
Changed functionality when updating the check interval for Project Honeypot and Spamcop lists. Now it will reset the timeout when a new interval is set.

4.0.3

Improved functionality to check blocked IP addresses on the SPamcop and Project Honeypot lists.

4.0.2

Fixed typo to correct DB prefix in activate function

4.0.1

Made change to ensure the activate function is called when a new version is released.

4.0

Added support for blocking IPv6 addresses.
Added better support for blocking proxy addresses.
Changed validation functionality to use filter_var for IP addresses.

3.2.3

Added temporary patch for IP v6 addresses.

3.2.2

Fixed bug with transient set and get for blacklist check.

3.2.1

Fixed bug that prevented IPs on the blacklist from being removed if they weren’t on the Spamcop or Project Honeypot lists anymore.
Fixed a bug that moved the dialog box above the top of the screen during an ajax call.

3.2

Changed the process to hide usernames so that it processes 100 at a time. This way it doesn’t fail if there is a large number of users.
Hid the option to show IP lists on individual sites from the settings page if the site is not a multisite install.

3.1

Forced user nicenames to be md5 hashed when usernames are hidden regardless of whether they match the user login or not.

3.0

Added option to change an authors user nicename to an md5 hash to hide their real username.
Changed the plugin to be a network only plugin. Now all IP lists are managed at the network level for multisite installs.

Full Changelog

https://www.sterup.com/wordpress-plugins/honeypot-toolkit/changelog/

기초

  • 버전 5.0.4
  • 최근 업데이트: 1개월 전
  • 활성화된 설치 400+
  • 워드프레스 버전 4.6.0 또는 그 이상
  • 다음까지 시험됨: 6.9.4
  • 언어

    Dutch (Belgium), English (US), 그리고 Swedish.

    자국어로 번역하기

  • 태그:
    brute force protectionhoneypotlogin monitorproject honeypotspam prevention
  • 고급 보기

평점

별 5점 만점에 4.5점.
  • 7/5-별점 후기 별 5개 7
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 1/1-별점 후기 별 1개 1

리뷰 추가하기

모든 리뷰 보기

기여자

  • Jeff Sterup

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.