Land #10617, sessions -x fix for when LURI is used

4.x
William Vu 2018-09-11 03:00:34 -05:00 committed by Metasploit
parent f5b83943ba
commit 83c01e3de7
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 1 additions and 1 deletions

View File

@ -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