Detecting NoScript on Browserscope

Ask for help about NoScript, no registration needed to post
elsigh
Posts: 1
Joined: Thu Nov 04, 2010 5:43 pm

Detecting NoScript on Browserscope

Post by elsigh »

Hey NoScripters - first, congratulations on the excellent security test score on www.browserscope.org! I'm the maintainer of Browserscope and we're wondering if there's a client-side way to detect the presence of NoScript being installed - does anyone know already offhand? Something we could hack/test for in JS? If so, we can distinguish NoScript results more easily.
Thanks!
Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Detecting NoScript on Browserscope

Post by Giorgio Maone »

Easy hack:

Code: Select all

/NoScript/.test(window.toStaticHTML)
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Post Reply