Fix crash when using sessions -x

GSoC/Meterpreter_Web_Console
OJ 2018-09-11 13:28:33 +10:00
parent 671cda076b
commit 8d6fcefccc
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,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