콘텐츠로 바로가기
WordPress.org

한국어

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

Plugin Directory

Liveupx Security

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

Liveupx Security

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

설명

Liveupx Security is a lightweight yet powerful WordPress security plugin that protects your website from hackers, brute force attacks, and malicious activity. Developed by Liveupx.com.

Features

Login Security

  • Brute force protection with automatic IP lockout
  • Configurable failed login attempts and lockout duration
  • Honeypot field to catch automated bots
  • Simple math CAPTCHA for human verification
  • Hide specific login error messages

Firewall Protection

  • Block malicious query strings (SQL injection, XSS)
  • Block known vulnerability scanners and bad bots
  • Disable XML-RPC to prevent DDoS attacks
  • Disable pingbacks
  • Remove WordPress version from source code

User Security

  • User enumeration protection
  • REST API user endpoint protection
  • Strong password enforcement
  • Block common admin usernames
  • Disable theme/plugin file editor

IP Management

  • Manual IP blocking with reason
  • IP whitelisting for trusted addresses
  • Automatic blocking after security violations

Activity Monitoring

  • Comprehensive security event logging
  • Track login attempts and user activity
  • Automatic cleanup of old log entries

Server Protection (Apache)

  • .htaccess security rules
  • Protect wp-config.php
  • Disable directory browsing
  • Block common exploits

Why Choose Liveupx Security?

  • Lightweight – Minimal impact on site performance
  • No External Services – All protection happens on your server
  • Easy to Use – Simple settings with sensible defaults
  • Open Source – 100% free with no premium upsells
  • Privacy Focused – No data sent to third parties

Data Storage

This plugin stores security-related data in your WordPress database including:

  • Failed login attempts (IP address, username, timestamp)
  • Login lockouts (IP address, duration, reason)
  • Blocked and whitelisted IP addresses
  • Security activity log (events, user info, IP addresses)

All data is stored locally on your server and is never transmitted to external services.

Documentation

For documentation and support, visit liveupx.com/docs.

Contributing

Liveupx Security is open source. Contribute on GitHub.

Privacy Policy

Liveupx Security stores the following data locally in your WordPress database:

  • Login Attempts: IP addresses, usernames, and timestamps of failed login attempts
  • Lockouts: IP addresses and lockout details for brute force protection
  • Activity Log: Security events including user actions, IP addresses, and timestamps
  • IP Lists: Manually blocked and whitelisted IP addresses

This data is used solely for security purposes and is never shared with third parties. Data is automatically cleaned up based on configurable retention periods (default: 7 days for failed logins, 30 days for activity logs).

You can clear all stored data at any time from the plugin settings. When the plugin is uninstalled, all data is permanently deleted from your database.

스크린샷

  • Security Dashboard – Overview of your site’s security status with score, stats, and recent activity
  • Settings Page – Configure all security features from one central location
  • Login Security – View and manage login lockouts and failed attempts
  • Firewall Settings – Configure firewall rules and .htaccess protection
  • IP Manager – Block and whitelist IP addresses
  • Activity Log – Monitor all security events on your site

설치

Automatic Installation

  1. Go to Plugins > Add New in your WordPress admin
  2. Search for “Liveupx Security”
  3. Click “Install Now” and then “Activate”

Manual Installation

  1. Download the plugin ZIP file
  2. Go to Plugins > Add New > Upload Plugin
  3. Choose the ZIP file and click “Install Now”
  4. Activate the plugin

After Activation

  1. Go to Liveupx Security in your admin menu
  2. Configure settings under Liveupx Security > Settings
  3. Enable the features you need
  4. Optionally enable .htaccess protection under Firewall

FAQ

Will this plugin slow down my site?

No. Liveupx Security is designed to be lightweight with minimal performance impact. Security checks are optimized and only run when necessary.

What happens if I get locked out?

You can regain access by:
1. Waiting for the lockout to expire
2. Accessing your database and clearing the xsec_login_lockouts table
3. Renaming the plugin folder via FTP to deactivate it
4. Connecting from a whitelisted IP address

Does this work with caching plugins?

Yes. Liveupx Security works with all major caching plugins including WP Rocket, W3 Total Cache, LiteSpeed Cache, and WP Super Cache.

Does the .htaccess protection work with Nginx?

No. The .htaccess features only work with Apache servers. However, all PHP-based protection features work with any web server including Nginx.

Can I use this with other security plugins?

We recommend using only one security plugin to avoid conflicts. Liveupx Security provides comprehensive protection on its own.

Is my data sent to any external servers?

No. All security data is stored locally in your WordPress database. This plugin does not connect to any external services or APIs.

How do I whitelist my IP address?

Go to Liveupx Security > IP Manager, enter your IP address in the whitelist form, and click “Whitelist IP”. Whitelisted IPs bypass all security checks.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자
  • Liveupx

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

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

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

변경이력

1.5.2

  • Fixed database tables not being created on activation in some environments
  • Added fallback table creation check on plugin load
  • Improved compatibility with WordPress Playground

1.5.1

  • Moved inline CSS to external stylesheet for blocked page template
  • Removed unnecessary development files
  • Improved i18n support for blocked page messages

1.5.0

  • Fixed all remaining WordPress Plugin Check warnings
  • Improved SQL query handling with proper phpcs directives
  • Enhanced array input sanitization using map_deep()
  • Full PHPCS compliance

1.4.0

  • Fixed compatibility with WordPress 5.0+ (removed %i placeholder)
  • Improved input sanitization for settings
  • Enhanced security validation

1.3.0

  • Fixed WordPress Playground compatibility
  • Fixed all WordPress Plugin Check errors
  • Uses WP_Filesystem for file operations
  • Improved code quality and PHPCS compliance
  • Added proper translators comments for i18n
  • Enhanced database query security
  • Properly escaped all output
  • Added phpcs ignore comments with justifications

1.0.0

  • Initial release
  • Login lockout protection
  • Brute force prevention
  • Honeypot field for login form
  • Math CAPTCHA option
  • Hide login error details
  • User enumeration protection
  • REST API user endpoint protection
  • Strong password enforcement
  • Block admin username
  • Disable file editor
  • PHP-based firewall
  • Bad query blocking (SQL injection, XSS)
  • Bad bot blocking
  • XML-RPC disable option
  • Pingback disable option
  • WordPress version hiding
  • IP blocking and unblocking
  • IP whitelisting
  • Activity logging
  • Security dashboard with score
  • Security scan feature
  • .htaccess protection rules
  • Email notifications
  • Automatic cleanup of old data

기초

  • 버전 1.5.2
  • 최근 업데이트: 2개월 전
  • 활성화된 설치 10보다 적음
  • 워드프레스 버전 5.0 또는 그 이상
  • 다음까지 시험됨: 6.9.1
  • PHP 버전 7.4 또는 그 이상
  • 언어
    English (US)
  • 태그:
    Brute Forcefirewalllogin protectionmalwaresecurity
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

리뷰 추가하기

모든 리뷰 보기

기여자

  • Liveupx

지원

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

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • 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.