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 4a1f9e5 commit 56f6a65Copy full SHA for 56f6a65
lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb
@@ -48,7 +48,7 @@ def completepbx_login(username, password)
48
end
49
50
sid = res.get_cookies.scan(/sid=[a-f0-9]+/).first
51
- fail_with(Failure::NoAccess, 'No session ID received') unless sid
+ fail_with(Msf::Module::Failure::NoAccess, 'No session ID received') unless sid
52
53
vprint_good("Authentication successful! Session ID: #{sid}")
54
sid
0 commit comments