>>If you do find a way to detect all scripts running on a page I would be very
interested in seeing how it works.  At least you could then inform the user
that there are unwanted processes running in the browser.

I'm working on that, may be not for all visitors, but at least for 
administrators on my customers sites, because the consequences of an attack is 
greater.
So far I'm considering two approaches:
1. find all <SCRIPT tags using document.getElementsByTagName("script"), but I'm 
not sure all scripts are defined by a script tag.
2. mark all my own script tags by some special attribute, like <SCRIPT 
TRUESCRIPT ... and detect tags not having this attribute...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359239
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to