From 6c8e76060a81a529fe383d1a90ec186d0c11ff90 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 9 Aug 2013 23:41:34 +0200 Subject: [PATCH] - update headers - show twitter usernames --- lib/common/common_helper.rb | 2 ++ lib/wpscan/wp_target/interesting_headers.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 96c28b87..12a31246 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -89,6 +89,8 @@ def banner puts " \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_| v#{WPSCAN_VERSION}r#{REVISION}" puts puts ' WordPress Security Scanner by the WPScan Team' + puts ' Twitter: @_WPScan_, @ethicalhack3r, @erwan_lr,' + puts ' @gbrindisi, @_FireFart_' puts ' Sponsored by the RandomStorm Open Source Initiative' puts '_____________________________________________________' puts diff --git a/lib/wpscan/wp_target/interesting_headers.rb b/lib/wpscan/wp_target/interesting_headers.rb index 1cca2139..fdb835bc 100644 --- a/lib/wpscan/wp_target/interesting_headers.rb +++ b/lib/wpscan/wp_target/interesting_headers.rb @@ -24,12 +24,14 @@ class WpTarget < WebSite Content-Length Connection Etag + ETag Expires Last-Modified Pragma Vary Cache-Control X-Pingback + Accept-Ranges } end