admin管理员组文章数量:1130349
In the past month or so I've seen 3 or 4 new users signing up each day with "awkward" usernames (letters/numbers). Then, a few days later, they start changing their password. And then a few days later they delete the account.
I suspect some kind of hack in progress so I use WordFence on the site; I made sure new users have to use a 'strong' password when they sign up (and a captcha); users can only change their password once.
But I'm wondering still if something is going on. Should I be doing more or am I paranoid?
In the past month or so I've seen 3 or 4 new users signing up each day with "awkward" usernames (letters/numbers). Then, a few days later, they start changing their password. And then a few days later they delete the account.
I suspect some kind of hack in progress so I use WordFence on the site; I made sure new users have to use a 'strong' password when they sign up (and a captcha); users can only change their password once.
But I'm wondering still if something is going on. Should I be doing more or am I paranoid?
Share Improve this question asked Nov 17, 2018 at 11:42 arathraarathra 451 gold badge1 silver badge3 bronze badges 1 |1 Answer
Reset to default 0My process for cleaning a hacked site includes
- changing all credentials (user/pass) on hosting, FTP, WP (don't use an admin-level user called 'admin')
- updating everything- from the repository - WP, themes, plugins. Remove old/unused plugins and themes
- use FTP of file manager to check every folder for files that look out of place (look at the datestamp of the files; since you updated everything, the bad files should be easily visible)
- look at the generated pages source for things that shouldn't be there.
There is guidance all over the googles about cleaning hackedsites. And I wrote up a procedure that I use here: https://securitydawg/recovering-from-a-hacked-wordpress-site/
It can be done, just takes a bit of work.
In the past month or so I've seen 3 or 4 new users signing up each day with "awkward" usernames (letters/numbers). Then, a few days later, they start changing their password. And then a few days later they delete the account.
I suspect some kind of hack in progress so I use WordFence on the site; I made sure new users have to use a 'strong' password when they sign up (and a captcha); users can only change their password once.
But I'm wondering still if something is going on. Should I be doing more or am I paranoid?
In the past month or so I've seen 3 or 4 new users signing up each day with "awkward" usernames (letters/numbers). Then, a few days later, they start changing their password. And then a few days later they delete the account.
I suspect some kind of hack in progress so I use WordFence on the site; I made sure new users have to use a 'strong' password when they sign up (and a captcha); users can only change their password once.
But I'm wondering still if something is going on. Should I be doing more or am I paranoid?
Share Improve this question asked Nov 17, 2018 at 11:42 arathraarathra 451 gold badge1 silver badge3 bronze badges 1-
Yes, probably. I have seen this before and it was kind of a mess to solve. Check in you wordpress directories and you probably will find strange named php files at random locations like under the
mediafolder and so, these files can be used to run remote commands on your server and so on. If your site is already compromised then it is too late to start using a third party plugin likeWordFence. – Cyclonecode Commented Nov 17, 2018 at 13:01
1 Answer
Reset to default 0My process for cleaning a hacked site includes
- changing all credentials (user/pass) on hosting, FTP, WP (don't use an admin-level user called 'admin')
- updating everything- from the repository - WP, themes, plugins. Remove old/unused plugins and themes
- use FTP of file manager to check every folder for files that look out of place (look at the datestamp of the files; since you updated everything, the bad files should be easily visible)
- look at the generated pages source for things that shouldn't be there.
There is guidance all over the googles about cleaning hackedsites. And I wrote up a procedure that I use here: https://securitydawg/recovering-from-a-hacked-wordpress-site/
It can be done, just takes a bit of work.
本文标签: securityIs my WP site being hacked
版权声明:本文标题:security - Is my WP site being hacked? 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749172437a2327241.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


mediafolder and so, these files can be used to run remote commands on your server and so on. If your site is already compromised then it is too late to start using a third party plugin likeWordFence. – Cyclonecode Commented Nov 17, 2018 at 13:01