fix(helix3): restore live customization to baseline, drop cloaking backdoor #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/helix3-customization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
deployed/helix3/templates/shaper_helix3/index.phpheld only a minimal227-line variant. It was missing the live docroot customization —
Google Analytics
gtag(UA-51323892-1/-2), the warehouse-menu logic(
$warehouseId), andHTTP_HOSTdomain branches. Because the baselinelacked these, the malware-remediation restore stripped them from the
live site (GA tracking + warehouse menu lost).
Fix
Replace with the byte-exact live version (792 lines), with the single
injected line removed: an seo-cloaking backdoor that, on a Google
user-agent, fetched an obfuscated C2 URL (
.../logs3/?type=fbwjedi) andechoed it.
Verification
fbwjedi/logs3/remotefile_get_contents).$warehouseIdwarehouse logic + domain branches present.(the legit customization), 6 repo-only lines (custom_css/js activation + a
commented debug var_dump). No malware in the added lines — verified line by line.
state preserved); only that one line differs from the quarantined original.