简体   繁体   中英

How to remove injected link from drupal 7 project

Our drupal 7 site infected with this link :

https://click.clickanalytics208.com/s_code.js?cid=240&v=73a55f6de3dee2a751c3

Our google ads has been blocked by google due to this link.

We made:

  1. All .js files immutable for same link;

  2. Checked all code and database for same link.

But this didn't solve the issue.

  • Check your database it maybe infected;
  • Check contrib modules if you check customs;
  • Check media it may be infected too;
  • Try to disable all modules and go to standard theme (if it's production and you have opportunity put to maintenance mode).

Try to find not exactly this js, try to find executor of it.

This specific scripts are added within php files, many times hidden within core files. Also, requesting Google to delist your site might help if you got rid of malicious embedded scripts.

Ping me if you need further help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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