From 286e6bd51ab1b3dfef6e95146f9500ae9c7eb82b Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:35:11 +0200 Subject: [PATCH] Update banner --- lib/common/common_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 34a158b5..96c8dcce 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -1,4 +1,4 @@ -# encoding: UTF-8 + # encoding: UTF-8 LIB_DIR = File.expand_path(File.join(__dir__, '..')) ROOT_DIR = File.expand_path(File.join(LIB_DIR, '..')) # expand_path is used to get "wpscan/" instead of "wpscan/lib/../" @@ -161,7 +161,7 @@ def banner puts ' WordPress Security Scanner by the WPScan Team ' puts " Version #{WPSCAN_VERSION}" puts ' Sponsored by Sucuri - https://sucuri.net' - puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_' + puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @_FireFart_' puts '_______________________________________________________________' puts end