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

4.x
Brendan Coles 2019-01-20 00:29:00 +00:00 committed by Metasploit
parent 772329acf9
commit e4fb4e89d7
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
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