osb_uname_jlist - NoMethodError undefined method 'empty?' for nil:NilClass

bug/bundler_fix
Vex Woo 2016-05-18 00:16:53 -05:00
parent 11fedd7353
commit b5284375a7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class MetasploitModule < Msf::Exploit::Remote
def exploit
if not datastore['CMD'].empty?
if !datastore['CMD'].blank?
print_status("Executing command '#{datastore['CMD']}'")
execute_command(datastore['CMD'])
return