console details updated

git-svn-id: https://beef.googlecode.com/svn/trunk@1328 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-09-30 11:51:51 +00:00
parent 4f57a63e04
commit 26c4d3f9d3

View File

@@ -41,10 +41,11 @@ module Banners
config = BeEF::Core::Configuration.instance
version = config.get('beef.version')
print_info "Browser Exploitation Framework (BeEF)"
print_more "Version #{version}"
print_more "Site http://beefproject.com"
print_more "Run 'svn update' to update to the latest revision."
print_info "BeEF server starting..."
data = "Version #{version}\n"
data += "Website http://beefproject.com\n"
data += "Run 'beef -h' for basic help.\n"
data += "Run 'svn update' to update to the latest revision."
print_more data
end
#