Land #10617, sessions -x fix for when LURI is used
parent
f5b83943ba
commit
83c01e3de7
|
@ -656,7 +656,7 @@ class ReadableText
|
|||
end
|
||||
|
||||
if session.exploit_datastore && session.exploit_datastore.has_key?('LURI') && !session.exploit_datastore['LURI'].empty?
|
||||
row << "(#{exploit_datastore['LURI']})"
|
||||
row << "(#{session.exploit_datastore['LURI']})"
|
||||
else
|
||||
row << '?'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue