Apply the console ID if specified
parent
19c18a3e4e
commit
a393f8d62d
|
@ -394,7 +394,7 @@ module Rex
|
|||
vkey[:nx_proof_key] = @state[:test][:key]
|
||||
end
|
||||
|
||||
vdet[:nx_console_id] = @console_id if @console_id
|
||||
vdet[:nx_console_id] = @nx_console_id if @nx_console_id
|
||||
vdet[:nx_vuln_status] = @state[:test][:status] if @state[:test][:status]
|
||||
|
||||
vdet[:nx_scan_id] = @state[:test][:nx_scan_id] if @state[:test][:nx_scan_id]
|
||||
|
|
|
@ -49,6 +49,7 @@ module Parser
|
|||
@state[:current_tag] = {}
|
||||
@block = block if block
|
||||
@report_data = {:wspace => args[:wspace]}
|
||||
@nx_console_id = args[:nx_console_id]
|
||||
super()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue