From 4e70dfe70d05e956e4daa648bb497b2b290cd882 Mon Sep 17 00:00:00 2001 From: Chocapikk Date: Wed, 16 Jul 2025 22:40:27 +0200 Subject: [PATCH] Rename mixin --- lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb | 2 +- .../scanner/http/xorcom_completepbx_diagnostics_file_read.rb | 2 +- .../scanner/http/xorcom_completepbx_file_disclosure.rb | 2 +- modules/exploits/linux/http/xorcom_completepbx_scheduler.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 = {})