wordpress

CVE-2024-46188 Fake WordPress Security Alert and WP Takeover

We wanted to give you a heads up about a recent phishing attempt targeting WordPress users. Some of you might have received a deceptive email claiming to be from the WordPress Security Team. This email raises a false alarm about a non-existent vulnerability called “Remote Code Execution (RCE)” on your WordPress website. You might have …

CVE-2024-46188 Fake WordPress Security Alert and WP Takeover Read More »

How to clear Memcache and redis without restarting the service

How to clear memcache and redis without restarting service. Clear Memcache telnet 172.25.16.191 11211 Trying 172.25.16.191… Connected to 172.25.16.191. Escape character is ‘^]’. flush_all OK quit Connection to localhost closed by foreign host. Clear Redis Cache [root@memcache ~]# redis-cli -h 172.25.16.191 172.25.16.191:6379 > flushall OK Jobin JosephView all posts by Jobin Joseph hazercloud.com

How to Reset wordpress admin password via MySQL query or PhpMyadmin

This is how you can reset the password of your wordpress admin user. – Connect to your wordpress database via phpmyadmin or mysql-clients like sqlyog – Select the database and get ready to run the following query. [sociallocker] UPDATE `wp_users` SET `user_pass` = MD5( ‘newpassword’ ) WHERE `wp_users`.`user_login` = “admin”; [/sociallocker] – Now you can …

How to Reset wordpress admin password via MySQL query or PhpMyadmin Read More »

CodeGuard – WordPress / Non-WordPress website backup

Do you have a WordPress Blog ? and Without ANY BACKUP !!! This post is for you. Yea, you can backup your wordpress / non-wordpress website to Amazon S3 with a FREE account on the website www.codeguard.com ###  **How to Setup** [SignUp](https://www.codeguard.com/create “SignUp”) for a free account which Offers 2 GB space on [www.codeguard.com ](https://www.codeguard.com/create “www.codeguard.com/create”) – Select the …

CodeGuard – WordPress / Non-WordPress website backup Read More »

Remove Spam with Gmail’s Plus addressing

Hey, Do you know that you have unlimited mail ids if you have a single gmail id!!! This is called Gmail Plus addressing. **Quick Explanation** If your mail id is *[email protected]* , Then mail sent to *[email protected]* , *[email protected]* , *[email protected] *etc will be delivered to your *[email protected]* Inbox !!!. Interesting, right ? Let me give …

Remove Spam with Gmail’s Plus addressing Read More »

Scroll to Top