diff --git a/lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb b/lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb index 937262df1c..6f22bd1744 100644 --- a/lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb +++ b/lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb @@ -7,7 +7,7 @@ module Msf # # Shared routines for Xorcom CompletePBX modules # - module XorcomCompletePBX + module XorcomCompletePbx # Probe root page and return appropriate CheckCode # @return [Msf::Exploit::CheckCode] def completepbx? diff --git a/modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb b/modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb index 643878a331..7252c1504b 100644 --- a/modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb +++ b/modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb @@ -5,7 +5,7 @@ class MetasploitModule < Msf::Auxiliary include Msf::Exploit::Remote::HttpClient - include Msf::Exploit::Remote::HTTP::XorcomCompletePBX + include Msf::Exploit::Remote::HTTP::XorcomCompletePbx prepend Msf::Exploit::Remote::AutoCheck def initialize(info = {}) diff --git a/modules/auxiliary/scanner/http/xorcom_completepbx_file_disclosure.rb b/modules/auxiliary/scanner/http/xorcom_completepbx_file_disclosure.rb index fc5b5cbd52..c65f40ed69 100644 --- a/modules/auxiliary/scanner/http/xorcom_completepbx_file_disclosure.rb +++ b/modules/auxiliary/scanner/http/xorcom_completepbx_file_disclosure.rb @@ -5,7 +5,7 @@ class MetasploitModule < Msf::Auxiliary include Msf::Exploit::Remote::HttpClient - include Msf::Exploit::Remote::HTTP::XorcomCompletePBX + include Msf::Exploit::Remote::HTTP::XorcomCompletePbx prepend Msf::Exploit::Remote::AutoCheck def initialize(info = {}) diff --git a/modules/exploits/linux/http/xorcom_completepbx_scheduler.rb b/modules/exploits/linux/http/xorcom_completepbx_scheduler.rb index 6c30570a43..797795b5ca 100644 --- a/modules/exploits/linux/http/xorcom_completepbx_scheduler.rb +++ b/modules/exploits/linux/http/xorcom_completepbx_scheduler.rb @@ -7,7 +7,7 @@ class MetasploitModule < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::HttpClient - include Msf::Exploit::Remote::HTTP::XorcomCompletePBX + include Msf::Exploit::Remote::HTTP::XorcomCompletePbx prepend Msf::Exploit::Remote::AutoCheck def initialize(info = {})