We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626cd55 + 7f66d18 commit 1508be6Copy full SHA for 1508be6
lib/msf/ui/banner.rb
@@ -8,6 +8,7 @@ module Ui
8
#
9
###
10
module Banner
11
+
12
13
# Returns a specific metasploit logo. If the specified file is a relative path
14
# then the file will be searched for first in the included local directory,
@@ -39,6 +40,7 @@ def self.to_s
39
40
return self.readfile ENV['MSFLOGO'] if ENV['MSFLOGO']
41
42
logos = []
43
44
# Easter egg (always a cow themed logo): export/set GOCOW=1
45
if ENV['GOCOW']
46
logos.concat(Dir.glob(::Msf::Config.logos_directory + File::SEPARATOR + 'cow*.txt'))
0 commit comments