fix sessions -l bug
parent
a45d0aed53
commit
63e478c826
|
@ -560,7 +560,7 @@ class ReadableText
|
|||
row << '?'
|
||||
end
|
||||
|
||||
if !session.exploit_datastore['LURI'].empty?
|
||||
if session.exploit_datastore.has_key?('LURI') and !session.exploit_datastore['LURI'].empty?
|
||||
row << " (#{session.exploit_datastore['LURI']})"
|
||||
else
|
||||
row << '?'
|
||||
|
|
Loading…
Reference in New Issue