Wapiti scan report

Wapiti vulnerability report

Target: https://0a9c00610439e07f810db3ce00ff0077.web-security-academy.net/

Date of the scan: Sat, 27 Jan 2024 13:43:19 +0000. Scope of the scan: folder


Summary

Category Number of vulnerabilities found
Backup file 0
Blind SQL Injection 0
Weak credentials 0
CRLF Injection 0
Content Security Policy Configuration 2
Cross Site Request Forgery 0
Potentially dangerous file 0
Command execution 0
Path Traversal 0
Htaccess Bypass 0
HTTP Secure Headers 8
HttpOnly Flag cookie 0
Open Redirect 0
Secure Flag cookie 0
SQL Injection 0
Server Side Request Forgery 0
Cross Site Scripting 0
XML External Entity 0
Internal Server Error 0
Resource consumption 0
Fingerprint web technology 0

Content Security Policy Configuration

Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.

Vulnerability found in /

CSP is not set

Vulnerability found in /

CSP is not set
Solutions
Configuring Content Security Policy involves adding the Content-Security-Policy HTTP header to a web page and giving it values to control what resources the user agent is allowed to load for that page.
References


HTTP Secure Headers

Description
HTTP security headers tell the browser how to behave when handling the website's content.

Vulnerability found in /

X-Frame-Options is not set

Vulnerability found in /

X-XSS-Protection is not set

Vulnerability found in /

X-Content-Type-Options is not set

Vulnerability found in /

Strict-Transport-Security is not set

Vulnerability found in /

X-Frame-Options is not set

Vulnerability found in /

X-XSS-Protection is not set

Vulnerability found in /

X-Content-Type-Options is not set

Vulnerability found in /

Strict-Transport-Security is not set
Solutions
Use the recommendations for hardening your HTTP Security Headers.
References