Rename mixin

This commit is contained in:
Chocapikk
2025-07-16 22:40:27 +02:00
parent 1863eddcd4
commit 4e70dfe70d
4 changed files with 4 additions and 4 deletions
@@ -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?
@@ -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 = {})
@@ -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 = {})
@@ -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 = {})