fix nessus and nexpose simplexml imports after the vuln.data->info change
git-svn-id: file:///home/svn/framework3/trunk@9271 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c5efb3c557
commit
afec0407c8
|
@ -1336,7 +1336,7 @@ class DBManager
|
|||
:workspace => wspace,
|
||||
:host => addr,
|
||||
:name => 'NEXPOSE-' + vid,
|
||||
:data => vid,
|
||||
:info => vid,
|
||||
:refs => refs)
|
||||
end
|
||||
|
||||
|
@ -1371,7 +1371,7 @@ class DBManager
|
|||
:port => sport,
|
||||
:proto => sprot,
|
||||
:name => 'NEXPOSE-' + vid,
|
||||
:data => vid,
|
||||
:info => vid,
|
||||
:refs => refs)
|
||||
end
|
||||
end
|
||||
|
@ -2023,7 +2023,7 @@ protected
|
|||
:port => port,
|
||||
:proto => proto,
|
||||
:name => nss,
|
||||
:data => data,
|
||||
:info => info,
|
||||
:refs => refs
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue