Tidied up splash

This commit is contained in:
Wade Alcorn
2012-09-14 21:36:50 +10:00
parent c8b7b506fa
commit 87e3262bae

View File

@@ -40,12 +40,11 @@ module Banners
def print_welcome_msg
config = BeEF::Core::Configuration.instance
version = config.get('beef.version')
print_info "Browser Exploitation Framework (BeEF)"
data = "Version: #{version}\n"
data += "Twitter: @beefproject\n"
data += "Website: http://beefproject.com\n"
print_info "Browser Exploitation Framework (BeEF) #{version}"
data = "Twit: @beefproject\n"
data += "Site: http://beefproject.com\n"
data += "Blog: http://blog.beefproject.com\n"
data += "Help: run 'beef -h'\n"
data += "Wiki: https://github.com/beefproject/beef/wiki\n"
print_more data
end