bug/bundler_fix
rastating 2016-05-24 00:16:04 +01:00
parent aae7c25603
commit adb8098b8c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class MetasploitModule < Msf::Exploit::Remote
)
if res && res.code == 200
vprint_good 'Enabled V3 functionality'
vprint_good 'Disabled V3 functionality'
else
print_error 'Failed to disable the vulnerable V3 functionality'
end