Skip to content

Commit 462ccc3

Browse files
committed
Missed these little devils
1 parent 6c1ba9c commit 462ccc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/linux/http/dreambox_openpli_shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def exploit
7171
})
7272

7373
rescue ::Rex::ConnectionError, Errno::ECONNREFUSED, Errno::ETIMEDOUT
74-
fail_with(Msf::Failure::Unreachable, "#{rhost}:#{rport} - HTTP Connection Failed, Aborting")
74+
fail_with(Failure::Unreachable, "#{rhost}:#{rport} - HTTP Connection Failed, Aborting")
7575
end
7676
end
7777
end

modules/exploits/multi/misc/hp_vsa_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def get_target
104104
return targets[2]
105105
end
106106

107-
fail_with(Msf::Failure::NoTarget, "#{rhost}:#{rport} - Target auto detection didn't work'")
107+
fail_with(Failure::NoTarget, "#{rhost}:#{rport} - Target auto detection didn't work'")
108108
end
109109

110110
def exploit

0 commit comments

Comments
 (0)