Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very suspect redirect to www6.getkickstrap.com #203

Open
hugoskwirrel opened this issue Aug 10, 2018 · 0 comments
Open

Very suspect redirect to www6.getkickstrap.com #203

hugoskwirrel opened this issue Aug 10, 2018 · 0 comments

Comments

@hugoskwirrel
Copy link

I noticed this script in one of our website:
<script id="appList" src="//netdna.getkickstrap.com/1.3/Kickstrap/js/kickstrap.min.js"></script>

Script content:

var x = 'http://' + document.currentScript.src.split("/")[2];

if (top.location != location) {
    top.location.href = x;
} else {
    window.location = x;
}

What the hell is it? It keeps redirecting to www6.getkickstrap.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant