How to remove Deceptive Site Ahead Warning?

In this article we will teach you how to remove deceptive site ahead warning and we will also fix this issue in wordpress website.

Deceptive Site Ahead

Deceptive or Malicious site ahead warning means your website has some vulnerabilities areas or malicious files.

Why deceptive site ahead warning?

There are possible following reasons for this warning:

  • When you copy the website files from other websites.
  • You have used pirated or nulled website themes or plugins or framework.
  • Your browser in which you opened your website has virus, compromised or corrupted.
  • Visitor or hacker has injected some scripts i.e javascript or php script or any code to gain access to your website
  • Your website form is not XSS, CSRF, SQL Injection protected. You have not added the validation in your forms.
  • You have not protected your website from malware, infections, security-threats, viruses, trojans, backdoors, malicious redirects, dolohen, code injections, any other security threat or vulnerabilities.
  • Protect Your hosting from unwanted files or folders creation or access.
  • Your website URL is not accessable through https(Hypertext Transfer Protocol Secure).
  • Your website has some holes. So, the user is able to access your other files or database.
  • You have not encrypted your website data for browser and server storage.
  • Your passwords is not strong and authentication like 2-Factor authentication or Captcha authentication.
  • You website admin panel url is not secret or you have not settled limit login attempts.
  • You are not using secure Hosting for your website files and database.
  • Permissions allowed to change or update in files data or files and directory permissions or database update directly from your admin panel’s file editor.
  • You are not using well structured, proper modulated, validated data type, validated input data, validated output data in your code.
  • You have not added security layer in your server configuration files like php.ini or .htaccess files.
  • The popular search engines like Google, Bing. has blacklisted your website.
  • Website is slow or unresponsive.
  • Website is redirecting to other insecure website.
  • Your website has some illegal content.

How to fix Deceptive Site Ahead Warning in WordPress?

Step 1 : To Fix this issue on your wordpress website you can use some WordPress Security Plugins:

  1. malCure WP Malware Scanner & FirewallNo. 1 Plugin for cleaning up hacked websites. Scans your WordPress files and database for malware, infections, security-threats, viruses, trojans, backdoors, malicious redirects, dolohen, code injections and over 50,000+ security threats & vulnerabilities.
  2. Sucuri Security – Auditing, Malware Scanner and Security Hardening – The Sucuri Security WordPress plugin is free to all WordPress users. It is a security suite to complement your existing security posture. It offers its users a set of security features for their website, each designed to have a positive effect on their security posture.
  3. Wordfence Security – Firewall & Malware Scan – Wordfence has an endpoint firewall, malware scanner that protects the WordPress.
  4. All In One WP Security & Firewall – It reduces security risk by checking for vulnerabilities, and by implementing and enforcing the latest recommended WordPress security practices and techniques.

Step 2 : Manage Your WordPress Website Plugins and Files For Security

  1. Delete Inactive Plugins in your wordpress website.
  2. Disable the incompatible plugins installation by adding define(‘DISALLOW_FILE_MODS’,true); in your wp-config.php file.
  3. Disallow file editor or plugins editor by adding define( ‘DISALLOW_FILE_EDIT’, true ); in your wp-config.php file.
  4. Add or Update the SSL Certificate of your website.
  5. Limit login attempts to your website.
  6. Implement 2-Factor Authentication or Captcha Authentication in your Website to avoid bots attempts in your website.
  7. Change security keys of your website. Visit https://api.wordpress.org/secret-key/1.1/salt/. Copy and Update all the salt and keys Constants to your wp-config.php file.
  8. Debug your wordpress website by adding define( ‘WP_DEBUG’, true ); in your wp-config.php file.
  9. Use Stronger Passwords in your website.
  10. Use Optimization Tools, Security Tools of your website CPanel or Hosting panel of your website.
  11. Add maximum execution time and file upload size of your website and to do this add the code given below in your functions.php file.
@ini_set( 'upload_max_size' , '2M' );
@ini_set( 'post_max_size', '2M');
@ini_set( 'max_execution_time', '30' );

How to Fix Deceptive Site Ahead Warning For Non WordPress Websites

If website is using other Technology or Framework or CMS. Then you can use the steps below to remove deceptive site ahead warning.

  1. Scan your website or all URLs of your website for malware and vulnerabilities from Pentest Tools. Then follow the instructions and steps given in the generated report after scan. Seal known vulnerable areas or Malicious files. You can also use Siteguarading for free scan of your website.
  2. Submit your website for review to Google Search Console. Then open the security issues page and click on REQUEST REVIEW Button and submit the form.
  3. After submitting your website to Google Search Console. Then open the security issues page. Under Deceptive Pages Tab see the Sample Urls and remove these URLs from your website. Check for unwanted code in files and folders of this URL.
  4. Submit and Contact your Website Hosting Provider if your hosting suspended via email, chat, call to customer support.
  5. Block PHP Execution or Any other language code in untrusted Files and Folders. By changing the files and directory permissions from your website hosting CPanel or File Manager.
  6. Optimize your website speed or performance. You can read our article List of Online Website Optimization Tools.
  7. Add or Update the SSL Certificate of your website.
  8. Limit login attempts to your website.
  9. Implement 2-Factor Authentication or Captcha Authentication in your Website to avoid bots attempts in your website.
  10. Use stronger passwords in your website.
  11. Use Optimization Tools, Security Tools of your website CPanel or Hosting panel of your website.
For Maximum execution time and file upload size of your website add the code given below in your website config or any file.
@ini_set( 'upload_max_size' , '2M' );
@ini_set( 'post_max_size', '2M');
@ini_set( 'max_execution_time', '30' );

That’s it using these tricks for both WordPress and non WordPress Sites. You can Remove Deceptive Site Ahead Warning from Website. You can Check for Vulnerabilities and Malware in Website. Also you can Add Advanced Security to Website.

Note: Please wait for maximum 4 days and deceptive site ahead warning will remove. And Also this warning does not shown in some browsers like Opera.

If you want more tutorials and tricks then visit our Tricks and Hacks page Regularly, Subscribe Your Email and follow us on facebooktwittertumblrlinkdedin and if you like this article then share this.