
Шифрование JS редиректа при клоакинге
Простой лайфхак продлить жизнь домена и компании в Facebook, это зашифровать JS редирект вашей клоаки. Способ работает одинаково как при JS клоакинге через Keitaro, так и через JS клоакин IM KLO и другие клоаки. Все очень просто, идем в любой сервис конвертер Base64: https://www.base64decode.org/ http://base64.ru/ http://crypt-online.ru/crypts/base64/ Вставляем туда код редиректа, в случае IM KLO это: <script src="https://*****.**/tracker.js"></script> В случае Keitaro: <span id="fb334997-3e9e-9cd6-2ddb-bb64fb6762eb"></span><script type="application/javascript"> var d=document;var s=d.createElement('script'); s.src='//******.ru/pQCb4S?se_referrer=' + encodeURIComponent(document.referrer) + '&default_keyword=' + encodeURIComponent(document.title) + '&'+window.location.search.replace('?', '&')+'&frm5eec95320e83b=script5eec95320e83c&_cid=fb334997-3e9e-9cd6-2ddb-bb64fb6762eb'; if (document.currentScript) { document.currentScript.parentNode.insertBefore(s, document.currentScript); } else { d.getElementsByTagName('head')[0].appendChild(s); } if (document.location.protocol === 'https:' && '//******.ru/pQCb4S?se_referrer=' + encodeURIComponent(document.referrer) + '&default_keyword=' + encodeURIComponent(document.title) + '&'+window.location.search.replace('?', '&')+'&frm5eec95320e83b=script5eec95320e83c'.indexOf('http:') === 0 )…
- Категория: Арбитражирование трафика