stop XML-RPC Attacks

描述

Secure your site’s XML-RPC by removing some methods, instead of disabling totally XML-RPC, which is needed by some plugins (eg. Jetpack) and some mobile apps.

Features

Removes the following methods from XML-RPC interface.

  • system.multicall
  • system.listMethods
  • system.getCapabilities
  • pingback.extensions.getPingbacks
  • pingback.ping
  • X-Pingback from HTTP headers

This is not perfect, but it will help prerventing attacks

Requirements

  • WordPress 5.0 or higher.

安装

  • Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation or install it directly from your dashboard and then activate the plugin from Plugins page.
  • There’s not options page, simply install and activate.

常见问题

Is there something to do after install?

Yes, just activate it!

I already have a security plugin, do I need this plugin too?

It depends on your security plugin. Some secure XML-RPC, some just allow you to enable or disable it, some can stop attacks as Stop XML-RPC Attacks does. So you may have to read your security plugin FAQ / doc.

评价

2022年2月21日
It works silently in the background. This is the only security plugin I use, since a W***fence update broke my site about a year back. Gives me a peace of mind.
阅读所有4条评价

贡献者及开发者

“stop XML-RPC Attacks” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“stop XML-RPC Attacks”插件已被翻译至2种本地话语言。 感谢所有译者为本插件所做的贡献。

将“stop XML-RPC Attacks”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release