| Check.Pasv.CrossDomain.ScriptReference.cs | checks for cross-domain javascript files inclusion. |
| Check.Pasv.Header.CacheControl.cs | checks HTTP cache-control header on SSL pages. |
| Check.Pasv.Header.ContentTypeMissing.cs | checks that the Content-Type HTTP header is not missing. |
| Check.Pasv.Header.FrameOptions.cs | checks that the X-FRAME-OPTIONS is not missing or insecurely set. |
| Check.Pasv.Header.IeXssProtection.cs | checks that the X-XSS-Protection has not been set to disable IE's XSS protection. |
| Check.Pasv.Header.MimeSniff.cs | checks that the X-CONTENT-TYPE-OPTIONS has been set. |
| Check.Pasv.InformationDisclosure.DatabaseErrors.cs | checks for database error messages. |
| Check.Pasv.InformationDisclosure.DebugErrors.cs | checks for debugging error messages. |
| Check.Pasv.InformationDisclosure.InUrl.cs | checks for information disclosure in URL parameters. |
| Check.Pasv.InformationDisclosure.ReferrerLeak.cs | checks HTTP Referer header for information disclosure. |