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