Web-Security-GUI icon indicating copy to clipboard operation
Web-Security-GUI copied to clipboard

A Django website that scans provided URLs for common security practices

Results 2 Web-Security-GUI issues
Sort by recently updated
recently updated
newest added

When checking for HTTPOnly and Secure flags, cookie checks should loop through each "Set-Cookie" and compile a list of non-compliant ones. Some sites use HTTPOnly for some cookies but not...

Check for X-Frame-Options does not detect "x-frame-options."

bug