Land #11284, Fix WMAP plugin `report_web_site` to report to a workspace

GSoC/Meterpreter_Web_Console
Brendan Coles 2019-01-20 00:29:00 +00:00
commit e98c4ae2a4
No known key found for this signature in database
GPG Key ID: 3EB700FCFBA899B5
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ class Plugin::Wmap < Msf::Plugin
ssl = true
end
site = self.framework.db.report_web_site(:wait => true, :host => uri.host, :port => uri.port, :vhost => vhost, :ssl => ssl)
site = self.framework.db.report_web_site(:wait => true, :host => uri.host, :port => uri.port, :vhost => vhost, :ssl => ssl, :workspace => self.framework.db.workspace)
return site
end