Merge remote-tracking branch 'upstream/pr/6955' into land-6955

bug/bundler_fix
William Webb 2016-06-20 13:14:37 -05:00
commit 3f9d0630ce
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class MetasploitModule < Msf::Auxiliary
print_status(filedata.to_s)
end
else
print_status("Attack seems to have failed, no configfile data retrieved...")
print_status("Attack failed or empty config file encountered ...")
end
end
end