Linux 软件免费装

VigilanTor

开发者 drew010
更新时间 2023年10月20日 03:59
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.3.2
版权: GPLv3
版权网址: 版权信息

标签

comments captcha spam security registration block proxy tor tor blocker

下载

1.3 1.3.10 1.3.11 1.0 1.1 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.2

详情介绍:

Tor is an invaluable tool for protecting free-speech, privacy, and preventing surveillance but when abused it can protect the identity of malicious users and make tracking their activities more difficult. "Hackers" might use Tor to run security scans on your website or spam websites with comments and fake registrations. The purpose of this plugin is to give you the power to block certain Tor activity from your WordPress site. Features include: This plugin is compatible with BuddyPress, the popular Login With Ajax plugin, and hCaptcha. If there is a feature missing that you would like, request it! If you opt to use the real-time blocking, each IP address looked up is cached for 5 minutes for efficiency. The Tor IP lists that are downloaded only contain "exit node" IP addresses so it is relatively small and the list is searched using a binary search so the plugin is very fast! This plugin also adds two shortcodes which can be used to display specific content to Tor or non-Tor users. Shortcode usage: [tor_users]Hi, I see you're using Tor. I support privacy and free-speech too! Visitors not using Tor will not see this message.[/tor_users] [non_tor_users]Defend yourself against tracking and surveillance. Circumvent censorship. Visit torproject.org to learn more. Visitors already using Tor will not see this message.[/non_tor_users] Support Tor Tor is a great thing. If you agree, consider volunteering, donating to the Tor project, or expand the Tor network by sponsoring a Tor relay which will be maintained by the plugin author. Support this plugin The author of this plugin values Tor as well as the security of your website. Considerable effort went into the development of this plugin as well as the code and infrastructure that provides you with the up-to-date exit lists. You can support this plugin by installing it, rating it positively, donating to the author, or sponsoring a Tor relay which will be operated by the plugin developer in your honor.

安装:

Installation is simple
  1. Download the plugin and extract contents to a folder named vigilantor in your /wp-content/plugins/ directory
  2. 通过 WordPress 的的“Plugins”菜单激活插件
  3. Customize the settings from your WordPress administration panel
Or, from the WordPress admin screen:
  1. Navigate to Plugins >> Add new
  2. Search for VigilanTor and click Install Now!

屏幕截图:

  • Flagged users who registered using Tor (compatible with BuddyPress)
  • Message shown when Tor users are blocked from logging in
  • Blocked login integrating with Ajax login plugins
  • Message shown when Tor users attempt to register (compatible with BuddyPress)
  • Blocking a comment from a Tor user
  • Total site block showing generic message to Tor users
  • Total site block showing a custom page to Tor users (works with most themes)
  • CAPTCHA protection for total site block when no block page is specified
  • CAPTCHA protection added to the block page

升级注意事项:

1.0
  • None!

常见问题:

How does this plugin work?

This plugin detects Tor users by using a pre-downloaded list of Tor IP addresses. One nice thing about the Tor network is that it is very easy to get lists of IP addresses that allow Tor users to access the internet. When a user visits your site and tries to perform one of the restricted actions, their IP is checked against the list of known Tor exit IP addresses. If it's a match, they won't be allowed to do what they were trying to do.

Where do the exit lists come from?

Exit lists are served from these domains:

One of these lists is maintained by us. You can see the contents here. Please be kind if you choose to use it for purposes other than this plugin.

How often are the exit lists updated?

You can choose to update the exit lists every 10, 20, 30, 60, 120, or 360 minutes. Updating every 30 or 60 minutes is recommended.

How does the real time checking work?

The real-time checking is very fast since it uses the public Tor DNS exit list service run by the Tor project. A small DNS request is sent that contains the visitor's IP address which is compared to a list of observed exit relays. The DNS request will yield a positive response from the service if the criteria matches. Since DNS uses UDP and the packets are small, this is typically a fast and efficient way to perform the check.

How does the CAPTCHA protection work?

In order to use the optional CAPTCHA protection, first install the "hCaptcha for Wordpress" plugin and enable the "Block Tor users from all of WordPress" configuration option in VigilanTor. When a Tor user visits your site, they will be presented with a CAPTCHA challenge. After correctly solving the CAPTCHA, a session cookie will be set in the browser containing a secret token (stored in the WP database) that bypasses the Tor blocking. The cookie is saved in the database for 1 hour, and it's value is changed on each visit to prevent the cookie from being used by multiple browsers.

What PHP version does VigilanTor require?

VigilanTor should work with PHP 5.6 or greater. It has been tested on PHP 5.6, 7.0 - 7.4, and 8.0. If you run into any problems, please report them here. This plugin is not compatible with any PHP 4 version!

更新日志:

1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3 1.2 1.1 1.0