
內容簡介
XML-RPC 設定
配置 XML-RPC 方法以增加您的網站安全性:
內建功能可能會被用於惡意行為,並且無法預設停用。
停用 GET 訪問
XML-RPC API 僅回應 POST 請求。直接的 GET 訪問並不需要,並可用於指紋識別網站,並在後續攻擊中將它們用作 XML-RPC 的殭屍。
停用 system.multicall
system.multicall 方法可能會被誤用為放大攻擊。
停用 system.listMethods
system.listMethods 方法可用於驗證攻擊範圍。
防止惡意主體列舉用戶名和憑證。
停用驗證方法
需要驗證的方法,例如 wp.getUsersBlogs,通常會用於暴力破解您的密碼。
Pingback 是發現文章的反向鏈接很有用,但可能會被誤用為 DDoS 攻擊或允許指紋識別 WP 版本。
停用 Pingback
Pingback 通常是安全的,但通常會通過 system.multicall 用於 DDoS 攻擊。
移除 X-Pingback 標頭
如果您決定停用 Pingback,最好刪除您的文章返回的 X-Pingback 標頭。
當驗證 Pingback 時隱藏 WordPress 版本
Pingback 的使用者代理可以揭示您的確切 WordPress 版本,即使被其他外掛隱藏。
當發送 Pingback 時隱藏 WordPress 版本
Pingback 的使用者代理可以揭示您的確切 WordPress 版本,即使被其他外掛隱藏。
不必要的 XML-RPC API,如果您不確定,請保持啟用。
停用 Demo API
刪除 demo.sayHello 和 demo.addTwoNumbers 方法,因為它們沒有必要。
停用 Blogger API
WordPress 支持 Blogger XML-RPC API 方法。
停用 MetaWeblog API
WordPress 支持 metaWeblog XML-RPC API。
停用 MovableType API
WordPress 支持 MovableType XML-RPC API。
如果您正在使用一些整合或 WP 移動應用,將 XML-RPC 允許僅對特定 IP 可能是一個好主意。
僅允許 XML-RPC 的
IP 逗號分隔,例如 192.168.10.242,192.168.10.241
當系統調用 system.listMethods 時,可以在允許的方法之間隱藏消息(不推薦)。
將消息添加到 XML-RPC 方法
我們正在招聘!查看 jobs.yourdomains.com
外掛標籤
開發者團隊
原文外掛簡介
XML-RPC Settings
Configure XML-RPC methods to increase the security of your website:
Build-in features could be used for malicious purposes and cannot be disabled by default.
Disable GET access
XML-RPC API only responds to POST requests. Direct GET access is not needed and can be used to fingerprint websites and use them as XML-RPC zombies in later attacks.
Disable system.multicall
system.multicall method can be misused for amplification attacks.
Disable system.listMethods
system.listMethods method can be used for verifying attack scope.
Prevent malicious actors from enumerating usernames and credentials.
Disable authenticated methods
Methods requiring authentication, such as wp.getUsersBlogs, are often used to brute-force your passwords.
Pingbacks are a helpful feature to discover back-links to your posts but can be misused for DDoS attacks or allow fingerprinting your WP version.
Disable pingbacks
Pingbacks are generally safe, but are often used for DDoS attacks via system.multicall.
Remove X-Pingback header
If you decide to disable pingbacks, it’s a good practice to remove the X-Pingback header return by your posts.
Hide WordPress version when verifying pingbacks
Pingbacks’ user-agent can reveal your exact WordPress version, even when hidden by other plugins.
Hide WordPress version when sending pingbacks
Pingbacks’ user-agent can reveal your exact WordPress version, even when hidden by other plugins.
Unnecessary XML-RPC API, leave enabled if you are not sure.
Disable Demo API
Remove demo.sayHello and demo.addTwoNumbers methods, as they are not needed.
Disable Blogger API
WordPress supports the Blogger XML-RPC API methods.
Disable MetaWeblog API
WordPress supports the metaWeblog XML-RPC API.
Disable MovableType API
WordPress supports the MovableType XML-RPC API.
If you are using some integrations or WP mobile applications, it might be a good idea to allow XML-RPC only to specific IPs.
Allow XML-RPC only for
IP comma separated eg. 192.168.10.242, 192.168.10.241
It is possible to hide a message between the allowed methods when system.listMethods is called (not recommended).
Add message to XML-RPC methods
We are hiring! Check jobs.yourdomains.com
