A phantomjs script which checks secure web pages for insecure resources. In other words, checks 'https' web page, and search for 'http' content in it
Example usage:
phantomjs get-http-resources.js --url=https://google.com
phantomjs get-http-resources.js --url=https://google.com --verbose=true
If you got such an error
undefined:0 Unknown module system for require()
check that if you have latest (1.9) phantomjs. You can download it from http://phantomjs.org