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

bug/bundler_fix
Vex Woo 2016-05-18 00:15:28 -05:00
parent a6405beeda
commit 11fedd7353
1 changed files with 1 additions and 1 deletions

View File

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