From 1b63d514acd9c12c4379fe32bcba18c049c33021 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 27 Feb 2014 14:38:40 +0100 Subject: [PATCH] reverting last commit --- lib/common/common_helper.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 18212b57..6e1e532e 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -97,7 +97,12 @@ def banner puts ' \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_|' puts puts ' WordPress Security Scanner by the WPScan Team ' - puts " Version #{version}" + # Alignment of the version (w & w/o the Revision) + if REVISION + puts " Version #{version}" + else + puts " Version #{version}" + end puts ' Sponsored by the RandomStorm Open Source Initiative' puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_' puts '_______________________________________________________________'