From b6777fd0d75f07c0e831860f34ba719715b1c92d Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 25 Jul 2013 19:56:06 +0200 Subject: [PATCH] Added security headers --- lib/wpscan/wp_target/interesting_headers.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/wpscan/wp_target/interesting_headers.rb b/lib/wpscan/wp_target/interesting_headers.rb index 1cca2139..56b58620 100644 --- a/lib/wpscan/wp_target/interesting_headers.rb +++ b/lib/wpscan/wp_target/interesting_headers.rb @@ -30,6 +30,12 @@ class WpTarget < WebSite Vary Cache-Control X-Pingback + Strict-Transport-Security + X-Frame-Options + X-XSS-Protection + X-Content-Type-Options + X-WebKit-CSP + Content-Security-Policy } end