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 e29567f commit 744724cCopy full SHA for 744724c
lib/msf/core/db_manager/import.rb
@@ -91,7 +91,7 @@ def import(args={}, &block)
91
ftype = import_filetype_detect(data)
92
yield(:filetype, @import_filedata[:type]) if block
93
self.send "import_#{ftype}".to_sym, args, &block
94
- wspace.hosts.each(&:normalize_os)
+ wspace.hosts.each(&:normalize_os) unless args[:task].options["DS_PRESERVE_HOSTS"]
95
wspace.update_attribute(:import_fingerprint, false)
96
end
97
0 commit comments