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 76124af + 5a611b0 commit ea625d4Copy full SHA for ea625d4
lib/msf/core/exploit/http/server.rb
@@ -73,7 +73,7 @@ def cli=(cli)
73
end
74
75
def print_prefix
76
- if cli && !(stance == Stance::Aggressive || stance.include?(Stance::Aggressive))
+ if cli && !(stance == Msf::Exploit::Stance::Aggressive || stance.include?(Msf::Exploit::Stance::Aggressive))
77
super + "#{cli.peerhost.ljust(16)} #{self.shortname} - "
78
else
79
super
0 commit comments