Skip to content

Commit

Permalink
Removed blog from loanding banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Jan 3, 2024
1 parent ed9e72a commit 01fc227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main/console/banners.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def print_welcome_msg
print_info "Browser Exploitation Framework (BeEF) #{version}"
data = "Twit: @beefproject\n"
data += "Site: https://beefproject.com\n"
data += "Blog: http://blog.beefproject.com\n"
# data += "Blog: http://blog.beefproject.com\n"
data += "Wiki: https://github.com/beefproject/beef/wiki\n"
print_more data
print_info 'Project Creator: ' + 'Wade Alcorn'.red + ' (@WadeAlcorn)'
Expand Down

0 comments on commit 01fc227

Please sign in to comment.