Vulnerability scanner is a simple, straightforward Python script that checks for security misconfigurations in the following four:
- Clickjacking protection
- XSS filtering
- Content security policy
- Sniffing protection
Run marvel_Scanner.py in Python
You should be prompted with " Enter the Domain name to scan : "
type any website name without the http:// or https://
output will look like this:
Clickjacking protection = Enabled
XSS filtering = Not Enabled
Content Security Policy = Not Enabled
Sniffing Protection : Not Enabled
#ALL CREDIT GOES TO GOD ALMIGHTY & PARENTS