简体   繁体   English

不再能够访问Wordpress管理面板

[英]No longer able to access Wordpress admin panel

I am no longer able to access the admin panel of a Wordpress site. 我不再能够访问Wordpress网站的管理面板。 2 days ago I added a plugin, loaded some new content, and things were working fine. 2天前,我添加了一个插件,加载了一些新内容,一切正常。 The client loaded some regular blog posts, and today, it no longer works. 客户加载了一些常规的博客文章,而今天,它不再起作用。

First of all, the error itself : 首先, 错误本身

I go to URL: mydomain.com/wp-admin , the browser redirects to: mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fmydomain.com%2Fwp-admin%2F&reauth=1 我转到URL: mydomain.com/wp-admin ,浏览器重定向到: mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fmydomain.com%2Fwp-admin%2F&reauth=1 redirect_to=http% mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fmydomain.com%2Fwp-admin%2F&reauth=1

The error message says: 错误消息显示:

Not Found 未找到

The requested URL /mother/18/readf.php was not found on this server. 在此服务器上找不到请求的URL /mother/18/readf.php。

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 此外,尝试使用ErrorDocument处理请求时遇到404 Not Found错误。

What I know so far: 我到目前为止所知道的:

Has anyone come across this issue? 有人遇到过这个问题吗? Any ideas on what I can look for next? 关于我接下来可以寻找的任何想法?

Sounds like you got hacked. 听起来您被黑了。 Time to fix it right the first time, or you will get hacked again. 是第一次修复它的时间了,否则您将再次被黑客入侵。 You need to replace all core WP files/folders (except wp-config.php and wp-content), but scan the uploads folder and theme for exploit code and modified files or added files, like readf.php . 您需要替换所有核心WP文件/文件夹(wp-config.php和wp-content除外),但是要扫描上载文件夹和主题以找到利用代码和修改过的文件或添加的文件,例如readf.php Replace all plugins, too. 也更换所有插件。

Also scan the database for eval code and added administrators. 另外,在数据库中扫描eval代码并添加管理员。 (See "My Site was Hacked" below). (请参见下面的“我的网站被黑客入侵”)。

Change all host, FTP and WordPress passwords in the process. 在此过程中更改所有主机,FTP和WordPress密码。 Scan your own PC for malware that might have grabbed logins and passwords. 在您自己的PC上扫描,以查找可能抢夺了登录名和密码的恶意软件。

Tell your web host you got hacked; 告诉您的虚拟主机您被黑了; and consider changing to a more secure host. 并考虑更改为更安全的主机。

Carefully follow FAQ - My Site Was Hacked at WordPress.org. 认真遵循FAQ-我的网站在WordPress.org上被黑

Then take a look at the recommended security measures in Hardening WordPress and Brute Force Attacks at WordPress.org. 然后在WordPress.org上的“加强WordPress蛮力攻击”中查看推荐的安全措施。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM