OOSOFT WAF Security

설명

OOSOFT WAF Security is a comprehensive WordPress security plugin that acts as an application-level Web Application Firewall. It protects your site in real-time by filtering malicious requests, scanning uploads for malware, and maintaining detailed security logs.

Free Features

Request Firewall

  • SQL injection pattern detection and blocking
  • Cross-site scripting (XSS) pattern detection and blocking
  • Dangerous user-agent blocking (scanners, exploit tools)
  • XML-RPC endpoint protection
  • Brute-force login rate limiting

Upload Malware Protection

  • Block uploads with dangerous file extensions (PHP, ASP, shell scripts, etc.)
  • Detect and block double-extension attacks (e.g., file.jpg.php)
  • Basic malware signature scanning of file contents
  • Admin email notification on blocked uploads
  • Full audit trail for upload attempts

Security Logging

  • Detailed log of every blocked attack
  • Detailed log of every blocked upload attempt
  • IP address, user agent, request URI, and attack payload recorded
  • Configurable log retention period
  • Dashboard view of recent security events

Pro Features (Coming Soon)

  • Imunify360 integration for advanced scanning
  • Auto-detect scanning engine (built-in, Imunify360, or automatic)
  • Quarantine suspicious uploads
  • Temporary automatic IP bans
  • Custom malware signature rules

About OOSOFT Technology

OOSOFT Technology specialises in WordPress security solutions. Visit https://oosoft.co.in to learn more.

설치

  1. Upload the oosoft-waf-security folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Navigate to WAF Security in the WordPress admin menu to configure your settings.
  4. Review the dashboard to confirm all protection modules are active.

FAQ

Will this plugin slow down my site?

No. The WAF runs lightweight pattern matching on incoming requests. The performance overhead is negligible on any modern server.

Will XML-RPC protection break the WordPress mobile app?

Yes. If you use the official WordPress mobile app or services that rely on XML-RPC (such as Jetpack), leave XML-RPC protection disabled. Only enable it if you do not use any XML-RPC-dependent services.

Can I whitelist my own IP address?

IP whitelisting is planned for a future release. Currently, all requests are subject to the same firewall rules.

What file extensions are blocked by the upload scanner?

The scanner blocks server-executable extensions including PHP variants (php, php3, php4, php5, php7, php8, phtml, pht, phar), ASP variants, shell scripts (sh, bash, csh), CGI scripts (cgi, pl, py, rb), and compiled executables (exe, dll, bat, cmd). Standard image, document, and media files are unaffected.

How do I report a security vulnerability in this plugin?

Please report security issues responsibly by emailing the author via https://oosoft.co.in. Do not open a public issue.

Is this plugin compatible with multisite?

Single-site operation is fully supported. Multisite compatibility is planned for a future release.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.0

  • Initial release.
  • Request firewall with SQL injection, XSS, and bad user-agent blocking.
  • XML-RPC protection toggle.
  • Brute-force login rate limiting.
  • Upload malware scanner with extension and signature checks.
  • Security logging with configurable retention.
  • Admin dashboard with attack statistics.
  • Pro feature architecture (gated, not yet activated).