We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431958 commit 4a1f9e5Copy full SHA for 4a1f9e5
lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb
@@ -44,7 +44,7 @@ def completepbx_login(username, password)
44
)
45
unless res&.code == 200
46
vprint_error('Authentication failed')
47
- fail_with(Failure::NoAccess, 'Authentication failed')
+ fail_with(Msf::Module::Failure::NoAccess, 'Authentication failed')
48
end
49
50
sid = res.get_cookies.scan(/sid=[a-f0-9]+/).first
0 commit comments