Pass down workspace too report_web_site

GSoC/Meterpreter_Web_Console
Thibault Miranda de Oliveira 2019-01-19 22:08:28 +01:00
parent 14840f27b5
commit 3b4a7276c1
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