We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79920b commit dc85a99Copy full SHA for dc85a99
lib/msf/core/db.rb
@@ -2092,12 +2092,13 @@ def report_loot(opts)
2092
loot.service_id = opts[:service][:id]
2093
end
2094
2095
- loot.path = path
2096
- loot.ltype = ltype
+ loot.path = path
+ loot.ltype = ltype
2097
loot.content_type = ctype
2098
- loot.data = data
2099
- loot.name = name if name
2100
- loot.info = info if info
+ loot.data = data
+ loot.name = name if name
+ loot.info = info if info
2101
+ loot.workspace = wspace
2102
msf_import_timestamps(opts,loot)
2103
loot.save!
2104
0 commit comments