Description

This plugin verifies that URL’s that are available using HTTPS aren’t available over an insecure HTTP protocol. To detect this, the plugin simply requests “https://abc/a.asp” and “http://abc.asp” and if both are equal, a vulnerability is found.

Plugin type

Audit

Options

This plugin doesn’t have any user configured options.

Source

For more information about this plugin and the associated tests, there’s always the source code to understand exactly what’s under the hood:
github-logoPlugin source code
Unittest source code

Dependencies

This plugin has no dependencies.