Finding All Insecure Content on a Secure Page

前端 未结 11 1077
旧时难觅i
旧时难觅i 2021-01-31 01:16

What\'s the most efficient way to find a list of all non-HTTPS URLs requested by an HTTPS page? If this kind of security violation happens, every browser alerts the user, but I

11条回答
  •  终归单人心
    2021-01-31 02:06

    You can use SslCheck

    It's a free online tool that crawls a website recursively (following all internal links) and scans for unsecure content - images, scripts and CSS.

    (disclaimer: I'm one of the developers)

提交回复
热议问题