Added twitter account to stdout

This commit is contained in:
Wade Alcorn
2012-09-14 21:10:32 +10:00
parent 62768e1ea2
commit 921a9928ff

View File

@@ -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