asp.net mvc - Does anyone know where the script reference ... payload.gosidekick.net ... comes from? -


i have asp.net mvc 4 project working on , noticed have script failure. looked , discovered unexpected script tag in code, requesting file ... payload.gosidekick.net ... not know or comes from. have number of plugins in page thought maybe 1 of them injecting reference. commented out script files , tag continues included!

i cannot seem find or how it's getting injected , cannot tell googling around whether it's harmful or not.

has had same experience? if so, able figure out how rid of it?

thanks, g

p.s. interestingly enough not in view source, notice in chrome when site executes means must getting injected @ runtime (?)

updated link being injected

<script type="text/javascript" src="http://payload.gosidekick.net/delivery/ds_shprty49d12x.js"></script> 

reposting comment answer:

if happens in chrome, it's coming chrome extension. disabling extensions have installed fix it?

update: did digging , found think copy of source code. based on that, looks script placed/replaced ads on websites @ random. found this g+ post talking it looks quite bad extension.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -