Skip to content

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

Notifications You must be signed in to change notification settings

sonsuzdongu/get-http-resources.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

get-http-resources.js

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

Troubleshooting

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published