Land #6126, fix SSH_DEBUG from LoginScanner refactor

This commit is contained in:
Spencer McIntyre 2015-10-24 17:51:35 -04:00
commit e0fef4890f
No known key found for this signature in database
GPG Key ID: C00D6B6AA5E15412
2 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class Metasploit3 < Msf::Auxiliary
framework_module: self,
)
scanner.verbosity = :debug if datastore['SSH_DEBUG']
scanner.scan! do |result|
credential_data = result.to_h
credential_data.merge!(

View File

@ -214,6 +214,8 @@ class Metasploit3 < Msf::Auxiliary
framework_module: self,
)
scanner.verbosity = :debug if datastore['SSH_DEBUG']
scanner.scan! do |result|
credential_data = result.to_h
credential_data.merge!(