SiteGuard WP Plugin

Wordpress Plugin
Download latest - 1.7.3

Developers

jp-secure

Download Stats

Today 316
Yesterday 387
Last Week 2,435
All Time 462,770
Banner 772x250

You can find docs, FAQ and more detailed information on English Page Japanese Page.

Simply install the SiteGuard WP Plugin, WordPress security is improved. This plugin is a security plugin that specializes in the login attack of brute force, such as protection and management capabilities.

Notes

  • It does not support the multisite function of WordPress.
  • It only supports Apache 1.3, 2.x for Web servers.
  • To use the CAPTCHA function, the expansion library mbstring and gd should be installed on php.
  • To use the management page filter function and login page change function, mod_rewrite should be loaded on Apache.
  • To use the WAF Tuning Support, WAF ( SiteGuard Server Edition ) should be installed on Apache.

There are the following functions.

  • Admin Page IP Filter

It is the function for the protection against the attack to the management page (under wp-admin.) To the access from the connection source IP address which does not login to the management page, 404 (Not Found) is returned. At the login, the connection source IP address is recorded and the access to that page is allowed. The connection source IP address which does not login for more than 24 hours is sequentially deleted. The URL (under wp-admin) where this function is excluded can be specified.

  • Rename Login

It is the function to decrease the vulnerability against an illegal login attempt attack such as a brute force attack or a password list attack. The login page name (wp-login.php) is changed. The initial value is login_<5 random digits> but it can be changed to a favorite name.

  • CAPTCHA

It is the function to decrease the vulnerability against an illegal login attempt attack such as a brute force attack or a password list attack, or to receive less comment spam. For the character of CAPTCHA, hiragana and alphanumeric characters can be selected.

  • Login Lock

It is the function to decrease the vulnerability against an illegal login attempt attack such as a brute force attack or a password list attack. Especially, it is the function to prevent an automated attack. The connection source IP address the number of login failure of which reaches the specified number within the specified period is blocked for the specified time. Each user account is not locked.

  • Login Alert

It is the function to make it easier to notice unauthorized login. E-mail will be sent to a login user when logged in. If you receive an e-mail to there is no logged-in idea, please suspect unauthorized login.

  • Fail Once

It is the function to decrease the vulnerability against a password list attack. Even is the login input is correct, the first login must fail. After 5 seconds and later within 60 seconds, another correct login input make login succeed. At the first login failure, the following error message is displayed.

  • Disable Pingback

The pingback function is disabled and its abuse is prevented.

  • Block Author Query

Prevents leakage of user names due to "/?author=" access.

  • Updates Notify

Basic of security is that always you use the latest version. If WordPress core, plugins, and themes updates are needed , sends email to notify administrators.

  • WAF Tuning Support

It is the function to create the rule to avoid the false detection in WordPress (including 403 error occurrence with normal access,) if WAF ( SiteGuard Server Edition ) by EG Secure Solutions is installed on a Web server. WAF prevents the attack from the outside against the Web server, but for some WordPress or plugin functions, WAF may detect the attack which is actually not attack and block the function. By creating the WAF exclude rule, the WAF protection function can be activated while the false detection for the specified function is prevented.

Translate

If you have created your own language pack, or have an update of an existing one, you can send gettext PO and MO files to sgdev@jp-secure.com so that We can bundle it into SiteGuard WP Plugin. You can download the latest POT file, and PO files in each language.


Releases (24 )

Version Release Date Change Log
1.7.3 2022-11-14
  • Fix an issue where password reset could not be sent from the management page when CAPTCHA was enabled
1.7.2 2022-10-18
  • Reviewed and modified source code related to security
1.7.1 2022-10-04
  • Fix the problem that a syntax error occurs in PHP5.6 or earlier
1.7.0 2022-10-03
  • Removed ability to get client IP address from X-Forwarded-For due to IP spoofing risk
1.6.1 2022-03-23
  • Fix the problem that an error occurs when suppressing the redirect from the management page to the login page
1.6.0 2021-05-12
  • Add the "Block Author Query" feature
1.5.2 2020-08-13
  • Fix a syntax error before php5.4
1.5.1 2020-08-11
  • Fix a server error when mod_access_compat is not loaded in apache2.4
  • In the Admin Page IP Filter function, fix an issue where site health loopback requests fail
1.5.0 2020-03-31
  • Do not redirect from admin page to login page.
  • Add site-health.php to the initial value of the exclusion path.
1.4.3 2018-06-05
  • * Fix bug in 1.4.2 "NoticeUse of undefined constant HTTPS"
1.2.3 2015-08-12
  • Fix bug that you can not reply comments from the dashboard, if the CAPTCHA is enabled
  • Fix bug that the login page is displayed in '/wp-login' even if the Rename Login is enabled
1.2.2 2015-06-12
  • Fix bug that XML-RPC access which doesn't need login is recorded as the nameless login history
  • Disabling the all functions when installed in multisite environment
  • Disabling the several functions when settings of .htaccess was eliminated
1.2.1 2015-04-24
  • Supported with WP 4.2
1.2.0 2015-04-21
  • Add the "Updates Notify" feature
  • Fix bug that login via XML-RPC to fail, if the CAPTCHA is enabled
  • Fix bug that sometimes can't login when you enable the Fail once
1.1.2 2014-12-19
  • Supported with WP 4.1
  • Disabling the Admin IP Filter function by default
1.1.1 2014-11-17
  • Fix bug that can not save "Login Alert" settings
  • Add the "Login Alert" notification variables, IP Address, User-Agent and Referer
1.1.0 2014-11-14
  • Add the "Login Alert" feature
  • Add the function of inform the new Login page URL by e-mail
  • Fix bug that work "Fail Once" even when the password is a mistake
  • Fix bug that even if the "Rename Login" has been enabled, and have specified a permanent link to the non-standard, jump to the new login page in /login
1.0.6 2014-11-08
  • Supported with Apache 1.3
  • Fix garbling of CAPTCHA by environment
  • Fix input check of Rename login path
  • Fix some other bugs
1.0.5 2014-11-01
  • Add display a warning about changing the login page URL, when activate the plugin
1.0.4 2014-10-31
  • Fix bug that fails to update .htaccess, if there is no WordPress settings in .htaccess
1.0.3 2014-10-30
  • Fix a problem that "Rename Login" does not work, if you change Permalink settings
  • Fix the collision of class name of Really Simple CAPTCHA
1.0.2 2014-10-28
  • Fix a minor html escape leakage
  • Reduced the problem of affinity with other plugin [WordPress HTTPS (SSL)]
1.0.1 2014-10-22
  • Tested with WP 4.0.
1.0.0 2014-10-22
  • 2014-10-24 First release