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.
1 parent 006c749 commit 5a611b0Copy full SHA for 5a611b0
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