1
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:
Brent Cook 2016-09-28 13:49:29 -05:00
commit ea625d4ea3
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96

View File

@ -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