From 4b382acbadb591f6ab71d67bcf933a4303121976 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Wed, 30 May 2018 23:32:46 +0200 Subject: [PATCH] change twitter handle --- 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 5e7d6049..069441e4 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -187,7 +187,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, @_FireFart_' + puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @f1refart' puts '_______________________________________________________________' puts end @@ -329,4 +329,4 @@ end # Check to see if we need a "s" def grammar_s(size) size.to_i >= 2 ? "s" : "" -end \ No newline at end of file +end