How to remove phishing content from console of my wordpress website ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
There are a few things that I could suggest:
Restore to a back of your website - this would be the most straight forward solution
If you do not have backups then I would recommend the following:
grep
command:Hope that this helps! Regards, Bobby
Hello, all
The Droplet web console provides out-of-band access and is available regardless of your network settings. It emulates the access you would have if you were sitting down with a keyboard and monitor attached to the actual server. You can use this feature to log in and revert bad settings to regain normal access.
You can check our official docs for the console here:
https://www.digitalocean.com/docs/droplets/resources/console/
You will usually use the console if you can’t access your droplet using ssh via a ssh client and it’s usually the last resort option when it comes to troubleshooting.
You can also check our docs on How to Connect to Droplets with SSH:
https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/
There are two options at the bottom of the doc: Connect with OpenSSH and Connect with PuTTY
Once you’re connected to you droplet via ssh-client you can check the recommendations provided by Bobby in the answer above.
Hope that this helps! Regards, Alex