Skip to content

Commit 4e70dfe

Browse files
committed
Rename mixin
1 parent 1863edd commit 4e70dfe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/msf/core/exploit/remote/http/xorcom_complete_pbx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module HTTP
77
#
88
# Shared routines for Xorcom CompletePBX modules
99
#
10-
module XorcomCompletePBX
10+
module XorcomCompletePbx
1111
# Probe root page and return appropriate CheckCode
1212
# @return [Msf::Exploit::CheckCode]
1313
def completepbx?

modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
8-
include Msf::Exploit::Remote::HTTP::XorcomCompletePBX
8+
include Msf::Exploit::Remote::HTTP::XorcomCompletePbx
99
prepend Msf::Exploit::Remote::AutoCheck
1010

1111
def initialize(info = {})

modules/auxiliary/scanner/http/xorcom_completepbx_file_disclosure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
8-
include Msf::Exploit::Remote::HTTP::XorcomCompletePBX
8+
include Msf::Exploit::Remote::HTTP::XorcomCompletePbx
99
prepend Msf::Exploit::Remote::AutoCheck
1010

1111
def initialize(info = {})

modules/exploits/linux/http/xorcom_completepbx_scheduler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MetasploitModule < Msf::Exploit::Remote
77
Rank = ExcellentRanking
88

99
include Msf::Exploit::Remote::HttpClient
10-
include Msf::Exploit::Remote::HTTP::XorcomCompletePBX
10+
include Msf::Exploit::Remote::HTTP::XorcomCompletePbx
1111
prepend Msf::Exploit::Remote::AutoCheck
1212

1313
def initialize(info = {})

0 commit comments

Comments
 (0)