PluginProbe
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… / 3.0.0
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… v3.0.0
3.0.0 2.11.12 2.11.11 2.11.10 2.11.9 2.11.7 2.11.8 2.11.6 2.11.5 2.11.4 2.11.3 2.11.1 2.11.2 2.11.0 2.10.5 2.10.4 2.10.3 2.10.2 2.10.1 2.10.0 2.9.9 2.9.8 2.9.6 2.9.7 2.9.5 All 88 releases
vigilante / readme.txt

readme.txt in Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… 3.0.0, at readme.txt

484 lines 37.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Vigilant - 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… ===
2 Contributors: fernandot, ayudawp
3 Tags: security, firewall, 2fa, malware, scanner
4 Requires at least: 6.2
5 Tested up to: 7.1
6 Requires PHP: 7.4
7 Stable tag: 3.0.0
8 License: GPL v2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11 Premium WordPress Security - 100% FREE: Firewall, 2FA, Security Headers, Login and Malware Protection, File Monitor, Security Audit & more
12
13 == Description ==
14
15 ### Premium Security. Zero Cost.
16
17 Vigilant provides enterprise-level WordPress security features completely free. No premium version, no upsells, no hidden features behind paywalls.
18
19 Protect your site with a complete security suite: firewall, two-factor authentication, brute force protection, security headers, file integrity monitoring, closed plugin detection, malware detection, user management, security audit logging, under attack mode, verification of its own files and much more.
20
21 Once activated, Vigilant immediately applies firewall rules against common attacks (SQL injection, XSS, file inclusion), security headers, login attempt monitoring, XML-RPC blocking, WordPress version hiding and sensitive file protection (.htaccess, wp-config.php).
22
23 ### One-Click Security Presets
24
25 Choose a preset and get protected instantly:
26
27 **Standard** - Balanced security suitable for most websites. Enables all modules with sensible defaults that won't interfere with normal site operation.
28
29 **Maximum Security** - Strictest settings for high-security sites. Tighter rate limits, stronger CSP rules, mandatory admin notifications. May require fine-tuning for some setups.
30
31 You can always customize individual settings after applying a preset.
32
33 == Under Attack Mode ==
34
35 Is your site under active attack? Activate Under Attack mode with one click and stop malicious traffic instantly:
36
37 * **JavaScript challenge** - Every visitor must pass an automatic browser verification before accessing your site. Real browsers solve it in seconds, bots get blocked completely
38 * **Aggressive rate limiting** - Requests limited to 30 per minute with 15-minute blocks for offenders
39 * **HTTP method restriction** - Only GET, POST and HEAD allowed; PUT, DELETE, PATCH, OPTIONS and TRACE are blocked
40 * **Empty user agent blocking** - Requests without a user agent header are rejected
41 * **Full XML-RPC lockdown** during the attack
42 * **REST API restriction** - Only authenticated users can access the REST API
43 * **Auto-deactivation** - Mode turns off after 4 hours so you never forget it's on
44 * **Email notifications** when the mode activates and deactivates
45 * **HMAC-signed cookies** - Verified visitors get a signed cookie so they only see the challenge once
46
47 Under Attack mode works independently from your preset configuration. Your regular settings are preserved and restored when the mode deactivates.
48
49 == Two-Factor Authentication (2FA) ==
50
51 Add a second verification step to your WordPress login:
52
53 * **Authenticator app (TOTP)** - Google Authenticator, Authy, Microsoft Authenticator or any TOTP-compatible app
54 * **Email codes** - One-time 6-digit verification codes sent via email
55 * QR code setup directly in user profiles
56 * 10 backup codes for emergency access if you lose your device
57 * Configurable grace period for users to set up their authenticator app
58 * Trusted devices - optionally let users skip 2FA on recognized devices for 30 days
59 * Role-based enforcement - require 2FA for administrators, editors or any role
60 * Exclude specific users from 2FA requirements
61 * Admin tool to reset TOTP for users who lost their authenticator
62 * Configurable code expiry, attempt limits and email sender name
63 * User notification emails when 2FA is enabled or the method changes
64
65 == Firewall Protection ==
66
67 Block malicious requests before they reach WordPress:
68
69 * SQL injection blocking
70 * XSS (Cross-Site Scripting) attack prevention
71 * File inclusion protection (LFI/RFI)
72 * Directory traversal blocking
73 * Bad query string filtering (catches generic suspicious patterns the specific blockers miss)
74 * Bad bot detection and blocking
75 * Block requests with empty user agent
76 * Rate limiting against DDoS and brute force, with optional progressive lockouts
77 * IP whitelist and blacklist management (IPv4 and IPv6, with CIDR ranges and wildcards)
78 * User-Agent whitelist and blacklist with partial matching
79 * Visitor IP detection control - read the real IP directly from the connection (a spoof-proof default) or from a proxy header when behind Cloudflare, a reverse proxy or a load balancer, with an admin notice if a proxy is detected but not configured
80 * HTTP method restriction
81 * Server-level file protection via .htaccess: block direct access to wp-config.php, .htaccess, wp-includes/ and sensitive files (.log, .sql, .bak, .ini, debug.log, readme.html, etc.), and optionally wp-cron.php external access
82 * Block PHP execution in /uploads (one of the most common post-exploit vectors)
83 * Disable directory browsing
84
85 == Login Security ==
86
87 Stop unauthorized access attempts:
88
89 * Limit login attempts with configurable thresholds
90 * Progressive lockouts - longer blocks for repeat offenders
91 * Custom login URL - hide wp-login.php from bots
92 * Login URL change notifications to all admin-area users
93 * Hide login error messages - don't reveal valid usernames
94 * XML-RPC control: leave it on, block only the pingback methods (recommended, it closes the amplification vector while the mobile app and Jetpack keep working), or disable it completely
95 * Application passwords control
96 * Email notification when an IP is blocked for exceeding login attempts
97 * Admin login notifications via email
98 * IP whitelist for trusted locations
99
100 == User Security ==
101
102 Comprehensive user account protection:
103
104 * Block insecure usernames (admin, test, root, etc.) on new registrations
105 * Warn about existing users with insecure usernames so you can rename or remove them
106 * Block author scanning - intercept `?author=N` URLs so WordPress doesn't redirect them to `/author/USERNAME/` and leak the login slug
107 * Force strong passwords with minimum length
108 * Password expiration with configurable intervals
109 * Password history - prevent reusing old passwords
110 * Force password reset - by specific users, by role, or all users (post-hack recovery)
111 * Session limits - control concurrent logins per user
112 * Session management - view and revoke active sessions
113 * Email verification for new registrations
114 * Registration approval workflow - manually approve new users
115 * Admin account monitoring - alerts for new admins, email changes, password changes, privilege escalation
116 * Display name protection - prevent exposing login username publicly
117
118 == Security Headers ==
119
120 Achieve Grade A security ratings:
121
122 * Content Security Policy (CSP) with a WordPress-compatible default policy and Report-Only mode for safe testing before enforcing
123 * HSTS (HTTP Strict Transport Security) with includeSubdomains and preload options
124 * X-Frame-Options - prevent clickjacking
125 * X-Content-Type-Options - prevent MIME sniffing
126 * Referrer Policy control
127 * Permissions Policy (camera, microphone, geolocation, payment, USB)
128 * Cross-Origin policies (COEP, COOP, CORP)
129 * HTTPS enforcer with automatic mixed content fix
130 * Server fingerprint hiding - the `Server:` header is neutralized and `X-Powered-By` and other fingerprinting headers are stripped from responses
131
132 == File Integrity Monitoring ==
133
134 Detect unauthorized changes to your files and compromised plugins:
135
136 * WordPress core verification against official checksums
137 * Plugin and theme file monitoring with WordPress.org checksums
138 * Critical config files (wp-config.php, .htaccess) monitored against baseline, detecting code injection even in files with no official checksum
139 * Closed and removed plugins detection - daily check against the WordPress.org repository, flagging any installed plugin closed for malware, security issues or guideline violations, including both explicit closures and silent "removed" takedowns, with per-slug Ignore for legacy plugins you can't uninstall yet
140 * Line-level diff view of changes, with per-file approval workflow
141 * Suspicious code scanning for plugins and themes without checksums
142 * Extra file detection in plugins and themes (files not in original distribution)
143 * Uploads directory scanning for PHP files, double extensions and .htaccess, with smart classification of dangerous rules vs protective ones
144 * Root directory scanning for non-core PHP files (common attack vector)
145 * String concatenation obfuscation detection
146 * Configurable notification levels and an ignore list to dismiss known files
147 * Excluded paths and file extensions
148 * Scheduled automatic scans (daily, weekly)
149 * HTML formatted email alerts with severity sections, including a dedicated section for closed plugins
150
151 == Self-Protection ==
152
153 A tampered security plugin is worse than none, because it keeps reporting that everything is fine. Vigilant verifies its own files against the checksums WordPress.org publishes, a SHA-256 manifest shipped with the plugin and a fingerprint of that manifest stored in the database:
154
155 * At the start of every integrity scan, right after every update, and when the version on disk changes outside the WordPress updater
156 * Modified, missing and added files, symbolic links and a replaced or deleted manifest are reported, by email with the default settings
157 * Its own scheduled tasks are watched and scheduled again if something removes them
158 * Its own block in File Integrity and a check in Security Check, with what each finding means and how to fix it, and no way to switch it off
159 * One click repair that reinstalls Vigilant from WordPress.org, keeping your settings, tables and log
160
161 It detects tampering, not vulnerabilities in Vigilant itself. SECURITY.md explains what it covers, what it does not, and how to verify your installation from outside the server.
162
163 == Security Audit ==
164
165 Track everything happening on your site:
166
167 * Successful and failed login attempts
168 * Two-factor authentication events
169 * User account changes (creation, deletion, role changes)
170 * Content modifications (posts, pages)
171 * Plugin and theme activations/deactivations
172 * Security events and blocked threats
173 * HTTP request method tracking and filtering (GET, POST, PUT, DELETE)
174 * Enhanced log detail popup with grouped sections and quick actions
175 * One-click add IP or User-Agent to firewall whitelist/blacklist from log entries
176 * Direct IP lookup links to AbuseIPDB
177 * Configurable retention period, CSV export, and filtering by event type, severity, request method or date
178
179 **Audit Alerts** - get an email when the audit log points to something worth your attention, off by default and configured under Security Audit:
180
181 * Immediate alerts the moment a serious event is logged, by minimum severity (a new administrator, a closed plugin or a privilege escalation are all logged as Critical)
182 * Threshold alerts when a category spikes - firewall blocks, login failures, user, plugin, file integrity, security, system and content events - over a 30-minute, 1, 6 or 24 hour window, counting only warning and critical events so routine activity never trips them
183 * A single anti-repeat cooldown keeps a storm of events down to one notice instead of flooding your inbox
184 * Active alerts surface in Settings & Tools, the Dashboard, the Configuration Score and the Security Check
185 * "Send test email" button to confirm delivery
186
187 == Security Check ==
188
189 On-demand security audit built into the Dashboard. No external services, no accounts, no API keys - everything runs on your server:
190
191 * 40+ checks across 6 categories: SSL/TLS, HTTP Headers, WP Exposure, Access & Auth, Sensitive Files and Internal Checks
192 * Single 0-100 score with A-E grade, plus per-category breakdown and explanatory details for every check
193 * 16 exclusive internal checks impossible from the outside: PHP end-of-life status, pending updates, inactive plugins, closed or removed plugins, Vigilant self-protection, file permissions, default salts detection, `wp_` table prefix, `admin` username, administrators without 2FA enrolled, module status, recent audit errors, last File Integrity scan result and whether audit alerts are configured
194 * DNS-only reputation lookup against Spamhaus ZEN, Barracuda BRBL and SpamCop SCBL (informational - listings are flagged but don't deduct from the score)
195 * Two-phase scan: fast local checks appear in under a second, remote checks stream in as they complete
196 * Weekly automatic scan with opt-in email alert if the score drops by 10+ points or a new critical check starts failing
197 * 30-scan history with sparkline trend and delta chip
198 * "Go to setting" fix link on every failing check, jumping straight to the exact Vigilant field that resolves it
199 * Smart header diagnostics that report "configured but not being served" when a cache/CDN overrides your headers
200
201 == WordPress Hardening ==
202
203 Layered protection at the WordPress level - admin, content, head, feeds and database:
204
205 * Lock down the admin: disable the built-in plugin and theme file editor, block installations and updates from the admin area, and force HTTPS for the admin area. Compatible with any hosting layout, respecting values already in place and never overriding them
206 * Disable WordPress's internal page-view cron when you already have a real server-side cron job configured
207 * Dashboard warning when debug mode is left enabled in production, so error output never leaks to visitors
208 * Hide your WordPress version everywhere it can leak: from the HTML head, from RSS and Atom feeds, and optionally from every script and style URL on the front-end (stripping only the WordPress version itself, leaving plugin and theme cache busting intact)
209 * Automatic daily removal of readme.html, license.txt and licencia.txt from the WordPress root, which otherwise expose your version
210 * HTML head cleanup - remove the RSD link, Windows Live Writer manifest, shortlink header and REST API discovery link
211 * Database hardening - check for the default `wp_` table prefix and one-click rename tool with full backup before the change
212 * Comment security - honeypot field against spam bots, force moderation on every new comment, close comments on old posts, disable pingbacks and trackbacks
213 * Feed management - completely disable RSS and Atom feeds, or only disable them when the site has no published content
214
215 == REST API Security ==
216
217 Control API access to your site:
218
219 * Three access modes: public (default WordPress behavior), authenticated only (closes the API to anonymous visitors), or selective (custom allow/block lists)
220 * Block user enumeration via `/wp-json/wp/v2/users`
221 * Protect any list of sensitive endpoints from anonymous access
222 * Per-plugin compatibility toggles so authenticated mode doesn't break the front-end: WooCommerce, Contact Form 7, Gravity Forms, WPForms, Elementor, Jetpack. oEmbed and Site Health endpoints stay accessible by default
223
224 == Security Tools ==
225
226 Utilities included:
227
228 * **Database Backup** - Download a full or partial database backup as ZIP with table selection
229 * **Database Prefix Change** - Change the default wp_ prefix to a random secure prefix
230 * **Export/Import Settings** - Transfer your configuration between sites
231 * **Manual Backup** - Create backups of .htaccess and wp-config.php on demand
232 * **Reset to Defaults** - Start fresh with one click
233
234 == Safe by Design ==
235
236 Your existing .htaccess, wp-config.php and robots.txt are automatically backed up before any modifications. Backups are stored in the WordPress database, never as files under the web root, and verified with MD5 checksums.
237
238 When you deactivate Vigilant, all security rules are automatically removed and your original configuration files are restored. No leftover code, no broken sites.
239
240 Vigilant checks its own files too, and tells you how to check them yourself: every release ships a MANIFEST.sha256 that sha256sum can verify, and WordPress.org publishes the same checksums for comparison.
241
242 == Why Vigilant? ==
243
244 Most WordPress security plugins reserve their best features for paid plans. Vigilant gives you everything upfront - no premium tier, no feature locks, no upsells. Firewall, 2FA with authenticator app, security headers, file integrity scanner, security audit, on-demand Security Check with weekly regression alerts, and more. All free, all maintained, all following WordPress coding standards.
245
246 We maintain a detailed feature comparison between Vigilant and other popular security plugins (Wordfence, Solid Security, AIOS, Sucuri, SG Security). See what each offers in its free version and where Vigilant fills the gaps.
247
248 → [View the full comparison](https://vigilante.works/comparison.html)
249
250 == Installation ==
251
252 1. Upload the plugin files to `/wp-content/plugins/vigilante/` or install directly from the WordPress plugin repository
253 2. Activate the plugin through the 'Plugins' menu in WordPress
254 3. Go to 'Vigilant' in the admin menu
255 4. Apply a security preset or customize individual module settings
256
257 **Requirements:**
258
259 * WordPress 6.2 or higher
260 * PHP 7.4 or higher
261 * Apache or LiteSpeed server (for .htaccess features)
262 * SSL certificate recommended for HSTS
263
264 == Frequently Asked Questions ==
265
266 = Will this plugin slow down my site? =
267
268 No. Vigilant is optimized for performance. The firewall uses efficient pattern matching, database queries are cached with transients, and .htaccess rules execute at server level before PHP even loads.
269
270 = What happens when I activate the plugin? =
271
272 Vigilant immediately backs up your existing .htaccess and wp-config.php to the database, then applies default security settings. All modules are enabled with balanced defaults suitable for most sites.
273
274 = What happens when I deactivate the plugin? =
275
276 All security modifications are automatically reverted. The .htaccess rules are removed, wp-config.php constants are restored to their original values, and scheduled tasks are cleared. Your site returns to its pre-Vigilant state.
277
278 = How does two-factor authentication work? =
279
280 Vigilant supports two 2FA methods. With the **authenticator app** (TOTP), you scan a QR code in your profile to link an app like Google Authenticator or Authy, then enter a 6-digit code from the app on every login. With **email codes**, you receive a one-time code via email after entering your password. If enabled by the site administrator, you can mark your device as trusted to skip 2FA for 30 days.
281
282 = What if I lose my phone or authenticator app? =
283
284 When you set up TOTP, Vigilant generates 10 backup codes. You can use any of them as a one-time replacement for the authenticator code. If you run out of backup codes, an administrator can reset your TOTP from the plugin settings.
285
286 = What if I don't receive the 2FA email code? =
287
288 Check your spam folder first. You can click "Resend code" on the verification form. Codes expire after 10 minutes by default. If issues persist, an administrator can temporarily disable 2FA from the plugin settings.
289
290 = Can I switch between email and authenticator app? =
291
292 Yes. Go to Login Security > Two-Factor Authentication and change the verification method. If notifications are enabled, affected users will receive an email explaining the new method and how to set it up.
293
294 = Which user roles require 2FA? =
295
296 By default, 2FA is enforced for administrators and editors. You can customize which roles require 2FA in the Login Security settings, and exclude specific users individually.
297
298 = How do I recover if I'm locked out? =
299
300 Access your site via FTP/SFTP and either rename the plugin folder to disable it temporarily, or delete the `vigilante_login_attempts` table rows for your IP address in the database.
301
302 = Will the firewall block legitimate users? =
303
304 The firewall is configured to allow normal WordPress operations, including the block editor, REST API, and popular page builders. If you experience issues, you can whitelist specific IPs or adjust rate limiting thresholds.
305
306 = Can I use this with other security plugins? =
307
308 While Vigilant works standalone, running multiple security plugins can cause conflicts. We recommend testing in a staging environment first if you need to combine security solutions.
309
310 = Does this work with caching plugins? =
311
312 Yes. Vigilant is compatible with popular caching plugins. The firewall runs before cache layers, and .htaccess rules don't interfere with caching mechanisms.
313
314 = Does this work with WooCommerce? =
315
316 Yes. Vigilant includes compatibility settings for WooCommerce. The REST API security module automatically allows WooCommerce endpoints, and the firewall won't block payment gateway connections.
317
318 = How do I test my security headers? =
319
320 Use the built-in header testing tool in the Security Headers tab, or visit securityheaders.com with your site URL to get a security grade.
321
322 = What is Security Check? =
323
324 Security Check is an on-demand audit built into the Dashboard. It runs 40+ checks across 6 categories (SSL/TLS, HTTP headers, WordPress exposure, access and authentication, sensitive files, and internal checks) and returns a 0–100 score with an A–E grade. Unlike external online scanners, it runs entirely on your server and has access to 16 exclusive internal checks: PHP end-of-life status, pending updates, closed/removed plugins, Vigilant self-protection, file permissions, default salts detection, administrators without 2FA enrolled, and more.
325
326 = Does Security Check send my data to an external service? =
327
328 No. All checks run on your server. The only external traffic is three DNS-only lookups against public blacklists (Spamhaus, Barracuda, SpamCop) for the reputation category — these are standard DNS queries with no authentication, no API keys, and no payload beyond your site's IP address. If you disable the reputation category, Security Check makes zero external network calls.
329
330 = How often should I run Security Check? =
331
332 Run it manually after any significant change (plugin update, server migration, new user role configuration). For ongoing monitoring, enable the weekly automatic scan from the widget. You'll only receive an email if the score drops by 10 points or more, or if a new critical check starts failing — so no spam from routine scans.
333
334 = What is password expiration? =
335
336 You can require users to change their passwords after a set number of days (30, 60, 90, etc.). Users receive warnings before expiration and are forced to change their password on next login when it expires. Password history prevents reusing recent passwords.
337
338 = What is registration approval? =
339
340 When enabled, new user registrations require manual approval by an administrator before the account becomes active. Pending users cannot log in until approved. You can configure auto-rejection after a set number of days.
341
342 = What does email verification do? =
343
344 New users must verify their email address by clicking a link before their account becomes active. This prevents fake registrations and ensures valid contact information.
345
346 = How do session limits work? =
347
348 You can limit how many concurrent sessions each user can have. When the limit is reached, either the new login is blocked or the oldest session is terminated, depending on your configuration.
349
350 = Can I export the security audit log? =
351
352 Yes. The security audit log can be exported to CSV format for external analysis or compliance reporting. You can also filter logs by event type, user, or date range before exporting.
353
354 = What files does the integrity scanner check? =
355
356 The scanner compares WordPress core files, plugin files, and theme files against official checksums from WordPress.org. Plugins and themes without available checksums are also scanned using strict obfuscation pattern detection. The uploads directory is scanned for PHP files, double extensions, and .htaccess files. Extra PHP files not present in original distributions are detected and, if they contain suspicious code, automatically flagged as suspicious.
357
358 = I updated from a version that stored wp-config.php in the database. Is there anything else to do? =
359
360 Previous versions kept a copy of wp-config.php in an option so the integrity scan could show which lines had changed, and that copy carried the database password and the eight authentication keys and salts. Updating removes the copy, but no update can undo an exposure that already happened. So if your database, or any backup of it, may have been read by somebody else while that copy was stored, replace the eight keys and salts in your wp-config.php with fresh ones from the WordPress.org secret-key service, and change the database password if your host lets you. Replacing the salts signs everybody out, yourself included, which is the whole point of doing it.
361
362 = How often does the file integrity scan run? =
363
364 You can configure automatic scans to run daily or weekly. You can also run manual scans at any time. Email notifications support three levels: all issues, suspicious files only, or disabled.
365
366 = How do I know Vigilant itself has not been tampered with? =
367
368 Vigilant verifies its own files against the checksums WordPress.org publishes for your version, the MANIFEST.sha256 file shipped with the plugin and a fingerprint of that manifest stored in your database. The result appears in File Integrity, with the results of the last scan, and in Security Check. To check from outside WordPress, run `wp plugin verify-checksums vigilante`, or `php bin/verify-manifest.php` inside the plugin folder, which also reports added files and accepts line endings rewritten by the host. SECURITY.md lists every option.
369
370 = What is the MANIFEST.sha256 file? =
371
372 A list of the SHA-256 checksum of every file in the plugin, in the standard format of the sha256sum tool, generated as the last step of each release. It is what lets Vigilant, and you, notice a changed file even when WordPress.org cannot be reached. readme.txt and changelog.txt are not in it, because WordPress.org allows updating them without a new version.
373
374 = Does self-protection detect vulnerabilities in Vigilant? =
375
376 No. It detects that Vigilant's files were changed, deleted or added to, not bugs in its code. Vulnerabilities are fixed in new releases, so keep Vigilant updated, and report any you find as SECURITY.md explains.
377
378 = What is the difference between Standard and Maximum presets? =
379
380 Standard applies balanced settings suitable for most sites. Maximum applies stricter rules: lower rate limits, tighter CSP policies, required admin notifications, session limits, and more aggressive hardening. Maximum may require adjustments for sites with complex functionality.
381
382 = Where are backups stored? =
383
384 Configuration backups (.htaccess, wp-config.php, robots.txt) are stored in the WordPress database, not as files under the web root, so they can never be served over HTTP. A database backup you download is generated as a temporary ZIP with an unguessable name and removed right after the download.
385
386 = What is Under Attack mode? =
387
388 Under Attack mode is an emergency feature you can activate when your site is experiencing an active attack. It adds a JavaScript challenge that real browsers solve automatically in a few seconds, while bots and automated scripts are blocked completely. It also applies aggressive rate limiting, blocks restricted HTTP methods, and restricts API access.
389
390 = Will Under Attack mode affect my logged-in users? =
391
392 No. Logged-in users, admin pages, cron jobs, AJAX requests, and the login page are all excluded from the JavaScript challenge. Only unauthenticated frontend visitors see the verification page.
393
394 = What if I forget to turn off Under Attack mode? =
395
396 It automatically deactivates after 4 hours. You will also receive an email notification when it activates and deactivates.
397
398 = Does Under Attack mode change my regular security settings? =
399
400 No. It operates independently from your preset configuration (Standard or Maximum). Your regular settings are untouched and continue working normally after Under Attack mode deactivates.
401
402 = How does the database backup work? =
403
404 Go to Vigilant > Tools > Database Backup. Select which tables to include (or leave all selected), then click Download. The backup is generated as a temporary ZIP with an unguessable name, streamed to your browser and deleted from the server immediately after the download.
405
406 = What does changing the database prefix do? =
407
408 WordPress uses wp_ as default table prefix. Changing it to a random prefix adds a layer of protection against SQL injection attacks that target default table names. Go to Vigilant > WP Hardening > Database Hardening. Always create a backup before changing the prefix.
409
410 = How do I exclude management services like ManageWP from the firewall? =
411
412 Go to Vigilant > Firewall > User-Agent Lists and add the service name (e.g., ManageWP, MainWP, UptimeRobot) to the User-Agent Whitelist. Partial matching is used, so entering "ManageWP" will match any User-Agent string containing that keyword.
413
414 If you also use a custom login URL, add the management dashboard's IP address to the firewall IP Whitelist as well. Some operations (for example pushing a plugin update from MainWP) reach wp-admin without a WordPress session and with a generic WordPress user agent rather than the service name, so the User-Agent rule alone would not match them. A whitelisted IP is allowed past the hidden login/wp-admin protection (it still has to authenticate).
415
416 = Can I send security notifications to someone other than the site admin? =
417
418 Yes. Go to Vigilant > Settings & Tools > Notification settings. You can add additional email recipients (one per line) and optionally uncheck the WordPress admin email. This is useful for maintenance professionals managing multiple sites who need to receive all security alerts.
419
420 = Can I customize notification recipients programmatically? =
421
422 Yes. Use the `vigilante_notification_recipients` filter. It receives and returns an array of email addresses used for all administrative notifications:
423
424 `add_filter( 'vigilante_notification_recipients', function( $recipients ) {
425 $recipients[] = 'security-team@example.com';
426 return $recipients;
427 } );`
428
429 == Screenshots ==
430
431 1. Security Dashboard - Security score, module controls, and preset selection
432 2. Two-Factor Authentication - Second verification step during login
433 3. Login Security - Brute force protection, 2FA, lockouts, and custom login URL
434 4. User Security - Complete user protection tools and settings
435 5. Password Expiration - Force periodic password changes with history
436 6. Registration Approval and Session Limits - Control new users and concurrent logins
437 7. File Integrity - Scanner settings and verification results
438 8. Security Audit - Filterable event viewer with export option
439 9. Database Backup - Download full or partial database backups with table selection
440 10. Security Check - On-demand audit widget with score, per-category breakdown, and fix links
441
442 == Changelog ==
443
444 = 3.0.0 =
445 Vigilant now verifies its own files against WordPress.org, a shipped SHA-256 manifest and a database fingerprint, checks itself after every update and restores its own scheduled tasks. The Security Check score may change slightly: a new check was added.
446
447 * New: self-protection. Vigilant verifies its own files against three references: the SHA-256 checksums WordPress.org publishes for the installed version, a MANIFEST.sha256 file shipped inside the plugin, and a fingerprint of that manifest kept in the database. The check runs first in every File Integrity scan, outside the scan time budget and without the excluded paths and extensions of the scan, and once a day when nothing else checked in the last 24 hours. It reports modified, missing, unreadable and added files, folders that cannot be listed, symbolic links, files the manifest lists but WordPress.org does not distribute, and a replaced, deleted or invalid manifest. A modified PHP or JavaScript file, or a data file the plugin loads, is critical, and so is an added file a web server can run, whatever extension of its name says so; a modified stylesheet or image is a warning, because optimisation plugins and hosts often rewrite them, and text files whose line endings the host rewrote are not reported, nor is the manifest when it was rewritten that way. File Integrity shows the result as the first block of the scan results, with what each finding means and how to fix it. There is no setting to switch it off: a security plugin that can be told not to check itself has a switch whose only real user is whoever just changed its files.
448 * New: Vigilant checks itself at the end of every update WordPress makes to it, including an update made by uploading a zip file, once a failed update has had its previous copy restored, and notices a version change made outside the updater, such as a manual or FTP upload, on the next admin page opened by an administrator or on the daily maintenance task. A new version that WordPress.org cannot confirm raises a warning instead of being trusted, the fingerprint is not taken again when the plugin is reactivated, and a downgrade is reported by email wherever it is detected.
449 * New: self-protection has its own alert, and no setting switches it off. A critical finding about Vigilant own files always sends an email, wherever it is detected, deduplicated by set of findings and sent once on a network, from the site that owns the shared files and always to the network administration email as well. It no longer travels in the File Integrity scan email, which follows a notification setting: switching off the report about changed files was also switching off the alarm about the plugin itself. Warnings stay on screen, where they do not train anyone to ignore an email, except a downgrade and a version change that cannot be verified against WordPress.org, which are always sent. There are no reminders either: each distinct set of findings is reported once.
450 * New: switching self-protection off cannot be done quietly. There is no setting for it, so the only way is the vigilante_self_integrity_enabled filter, and Vigilant reports that as critical on every admin screen, names the files that hook it and writes it to the Security Audit. Code that removes the hooks of the check is detected at the end of each admin page and reported the same way, with the plugins that were loaded in that request. And a result older than three days stops counting as verified, whatever stopped the check, so an old green is never shown as if it were current.
451 * New: scheduled task watchdog. If something removes the daily maintenance, the hourly checks, the weekly Security Check, the closed plugins check or the scheduled integrity scan, Vigilant schedules it again and logs it, and the same task removed again within 30 days is reported as critical by email. Tasks you switched off are left alone. On sites activated before one of those tasks existed, the first pass schedules it once, without reporting it. On a multisite network it watches the main site.
452 * New: Security Check includes a Vigilant self-protection check in the Internal category, the heaviest single check of the analyzer, which now scores out of 40 instead of 30. While Vigilant own files are reported as changed, both scores of the plugin are held at the bottom of the scale and say why: every other result is produced by that same code. The stored report is cleared on update, so the score may move after the next check.
453 * New: self-protection has its own block in File Integrity, the first one of the results, coloured by severity, with the files it found, what each finding means and what to do about it. The same wording appears in the Security Check detail, in the details of each Security Audit entry and in the alert email, so the five never say different things. A change to Vigilant own files is also counted in red on the Vigilant menu, summarised at the top of its dashboard and shown on every admin screen until it is fixed; a warning is shown on the Vigilant screens. Findings about Vigilant own files are no longer listed with the rest of the scan, and they cannot be ignored.
454 * New: one click repair. When Vigilant finds its own files changed, it can download a clean copy from WordPress.org and replace only the plugin files, keeping your settings, your tables and your log, after a screen that says exactly what it is going to do. It installs the version WordPress.org distributes, never the version the files claim, and never an older one than the version this site had verified. On a network it takes a super administrator, and where WordPress cannot change plugin files the screen gives the steps by hand instead.
455 * New: SECURITY.md, with how to report a vulnerability, what self-protection covers and what it does not, and how to verify an installation yourself, and bin/verify-manifest.php, a command line tool that checks the plugin folder against the manifest and the manifest against WordPress.org.
456 * Improved: File Integrity no longer scans Vigilant as a regular plugin, so its files are not reported twice, and updating removes Vigilant own files from the ignore list, where they would silence the new check.
457 * Improved: on a multisite network a finding about Vigilant own files cannot be ignored on any site, by anyone, clearing the scan results without network rights keeps it, and its alert also reaches the network administration email.
458
459 For older changelog entries, please check the [changelog.txt](https://plugins.svn.wordpress.org/vigilante/trunk/changelog.txt) file
460
461 == Upgrade Notice ==
462
463 = 3.0.0 =
464 Vigilant now verifies its own files against WordPress.org, a shipped SHA-256 manifest and a database fingerprint, checks itself after every update and restores its own scheduled tasks. The Security Check score may change slightly: a new check was added.
465
466 == Support ==
467
468 Need private support or custom development?
469
470 Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just [contact me](mailto:vigilante@ayudawp.com) and tell me what you need.
471
472 Need help or have suggestions?
473
474 * [Official website](https://servicios.ayudawp.com/)
475 * [WordPress support forum](https://wordpress.org/support/plugin/vigilante/)
476 * [YouTube channel](https://www.youtube.com/AyudaWordPressES)
477 * [Documentation and tutorials](https://ayudawp.com/)
478
479 Love the plugin? Please leave us a 5-star review and help spread the word!
480
481 == About AyudaWP ==
482
483 We are specialists in WordPress security, SEO, AI and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.
484