Title: MJP Security Tools
Author: zackdesign
Published: <strong>7 Tháng 6, 2010</strong>
Last modified: 23 Tháng 2, 2026

---

Tìm kiếm plugin

![](https://s.w.org/plugins/geopattern-icon/mjp-security-plugin.svg)

# MJP Security Tools

 Bởi [zackdesign](https://profiles.wordpress.org/zackdesign/)

[Tải về](https://downloads.wordpress.org/plugin/mjp-security-plugin.2.0.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/mjp-security-plugin/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/mjp-security-plugin/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/mjp-security-plugin/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/mjp-security-plugin/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/mjp-security-plugin/)

## Mô tả

MJP Security Tools is a focused hardening plugin that does four things well:

 * **XSS Database Scanner** — scans every table for `<script>`, `<iframe>`, `onclick`,`
   javascript:` and other injection patterns
 * **POST Request Log** — records all POST data (passwords masked) with IP, user
   agent, and URL for CSRF/audit detection
 * **Failed Login Log** — tracks every failed login attempt with username, IP, and
   timestamp
 * **File Permission Checker** — verifies WordPress root files and directories have
   safe permissions, checks for missing `index.html` files and SVN working copies

**What this plugin does NOT do** (because WordPress core already handles it):

 * SSL enforcement — use `FORCE_SSL_ADMIN` or let WordPress 5.7+ auto-redirect
 * Password strength — WordPress core enforces strong passwords since 4.3
 * Login rate limiting — use a dedicated plugin like Limit Login Attempts Reloaded
 * Version number hiding — marginal benefit, not worth the complexity

**Upgrading from v1.x:**

 * The admin page has moved from jQuery UI tabs to native WordPress nav tabs
 * SSL forcing, password enforcement, login throttling, version hiding, admin username
   changing, database prefix randomization, password reset, and .htaccess generation
   have been removed — WordPress core and dedicated security plugins handle these
   better
 * PHP sessions replaced with WP transients for flash messages
 * Log data is now stored as JSON instead of serialized PHP
 * The Javacrypt client-side crypt(3) script has been removed

## Cài đặt

 1. Upload the `mjp-security-plugin` folder to `/wp-content/plugins/`
 2. Activate through the Plugins menu
 3. Go to Tools > MJP Security Tools

## Hỏi đáp

### What happened to all the other features?

WordPress 6.x handles SSL, password strength, and many security basics natively.
Rather than duplicating core functionality, v2.0.0 focuses on the four features 
that WordPress does NOT provide out of the box: XSS scanning, POST logging, failed
login logging, and file permission checking.

### Is this a replacement for Wordfence/iThemes?

No — those are comprehensive security suites. MJP Security Tools is a lightweight
auditing companion that provides specific database scanning and logging features.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“MJP Security Tools” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ zackdesign ](https://profiles.wordpress.org/zackdesign/)
 *   [ AliasIO ](https://profiles.wordpress.org/elbertf/)

[Dịch “MJP Security Tools” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/mjp-security-plugin)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/mjp-security-plugin/), check
out [SVN repository](https://plugins.svn.wordpress.org/mjp-security-plugin/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/mjp-security-plugin/)
qua [RSS](https://plugins.trac.wordpress.org/log/mjp-security-plugin/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 2.0.0

 * Rewrite: focused on 4 core features — XSS scanner, POST log, failed login log,
   file permissions
 * Removed: SSL forcing, password enforcement, login throttling, version hiding (
   handled by WP core)
 * Removed: Admin username changer, DB prefix randomizer, password reset all users,.
   htaccess generator
 * Removed: jQuery UI 1.8.10 dependency and Javacrypt crypt(3) JavaScript (~500 
   lines)
 * Removed: PHP sessions — uses WP transients for flash messages
 * New: Native WordPress nav-tab interface (no jQuery UI)
 * New: Dedicated CSS/JS assets instead of inline styles and CDN links
 * New: Clear log buttons for POST and failed login logs
 * New: Log data stored as JSON instead of serialized PHP
 * New: File permission scan limited to 2 levels deep (prevents timeout on large
   installs)
 * Fixed: HTML parse error in admin template (missing `>` on div tag)
 * Fixed: Admin page uses dedicated slug instead of `__FILE__`
 * Changed: Requires WordPress 6.0+

#### 1.2.1

 * Fixed PHP 8.1 deprecation: get_option() returning false passed to substr()

#### 1.2.0

 * PHP 8.x compatibility fixes
 * Replaced deprecated functions and constants
 * Tested with WP 6.9.1

#### 1.1

 * Tested in WP 3.3.2

#### 1.0

 * First Release

## Meta

 *  Phiên bản **2.0.0**
 *  Cập nhật lần cuối **2 tháng trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 6.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.9.4**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/mjp-security-plugin/)
 * Thẻ
 * [audit](https://vi.wordpress.org/plugins/tags/audit/)[login](https://vi.wordpress.org/plugins/tags/login/)
   [permissions](https://vi.wordpress.org/plugins/tags/permissions/)[security](https://vi.wordpress.org/plugins/tags/security/)
   [xss](https://vi.wordpress.org/plugins/tags/xss/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/mjp-security-plugin/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/mjp-security-plugin/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/mjp-security-plugin/reviews/)

## Những người đóng góp

 *   [ zackdesign ](https://profiles.wordpress.org/zackdesign/)
 *   [ AliasIO ](https://profiles.wordpress.org/elbertf/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/mjp-security-plugin/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://zackdesign.biz/)