Hi, I'm trying to use your product to scan my client websites and look at the SOURCE of each page to detect the presence of web analytics code. I want to tell your tool to crawl all pages of
www.examplesite.com and look through the source code for an instance of "/media/js/hbx_parameters.js" (or any other string I define). The result should be a report, CSV preferably, where each row is a page URL and column 2 would be "Yes" or "No" for the presence of the string I fed it.
Additionally, if I could give the tool a JS variable name, and have it return back the value it finds, instead of just Yes or No, that would be even better. Example, I tell it to scan
www.examplesite.com for ['pageTracker._setAccount', 'XXXXXXXX'] and it would tell me if it finds anything or not, and if it does it would give me the value of XXXXXXXX.
Hope this makes sense?