Fix a couple requests from the PR

This commit is contained in:
Ron Bowes 2023-02-07 09:05:44 -08:00
parent 588bddc950
commit 676bb2af02
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ class MetasploitModule < Msf::Exploit::Remote
'vars_get' => {
'bundle' => "#{Base64.urlsafe_encode64(obj)}#{datastore['VERSION'] || ''}"
}
)
fail_with(Failure::Unreachable, 'No response received from the target.') unless res