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 dc85a99 commit dd4b16aCopy full SHA for dd4b16a
lib/msf/core/db.rb
@@ -2102,16 +2102,6 @@ def report_loot(opts)
2102
msf_import_timestamps(opts,loot)
2103
loot.save!
2104
2105
- if !opts[:created_at]
2106
-=begin
2107
- if host
2108
- host.updated_at = host.created_at
2109
- host.state = HostState::Alive
2110
- host.save!
2111
- end
2112
-=end
2113
2114
-
2115
ret[:loot] = loot
2116
}
2117
end
0 commit comments