mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Enhance #7360, more stance fixes
This commit is contained in:
commit
ea625d4ea3
@ -73,7 +73,7 @@ module Exploit::Remote::HttpServer
|
||||
end
|
||||
|
||||
def print_prefix
|
||||
if cli && !(stance == Stance::Aggressive || stance.include?(Stance::Aggressive))
|
||||
if cli && !(stance == Msf::Exploit::Stance::Aggressive || stance.include?(Msf::Exploit::Stance::Aggressive))
|
||||
super + "#{cli.peerhost.ljust(16)} #{self.shortname} - "
|
||||
else
|
||||
super
|
||||
|
Loading…
Reference in New Issue
Block a user