From 921a9928ff1b1703ddfa5fe0c07fbadc7a15ead4 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 14 Sep 2012 21:10:32 +1000 Subject: [PATCH] Added twitter account to stdout --- core/main/console/banners.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/core/main/console/banners.rb b/core/main/console/banners.rb index 0c2045320..bbb1e621f 100644 --- a/core/main/console/banners.rb +++ b/core/main/console/banners.rb @@ -43,6 +43,7 @@ module Banners print_info "Browser Exploitation Framework (BeEF)" data = "Version #{version}\n" data += "Website http://beefproject.com\n" + data += "Twitter @beefproject\n" data += "Run 'beef -h' for basic help.\n" data += "Run 'update-beef' to update to the latest revision." print_more data