Opis
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.
Instalacija
- 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.
ČPP
-
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.
Recenzije
Suradnici i Programeri
“stop XML-RPC Attacks” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
Suradnici“stop XML-RPC Attacks” je preveden na 2 jezika. Zahvala prevoditeljima za njihov doprinos.
Prevedite “stop XML-RPC Attacks” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.0
- Initial release