[code=language-bash]
grep -R "atob(" themes/
[/code]
Then check the active theme file
[code=language-bash]
grep -R "XMLHttpRequest" themes/
[/code]
If a result is returned in the file:
[code=language-bash]
themes/your_theme/templates/_partials/head.tpl
[/code]
If you find a script with:
- atob()
- XMLHttpRequest
- base64 obfuscated code
⚠️ It is highly likely that the site is compromised.