Rename mixin
This commit is contained in:
@@ -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 = {})
|
||||
|
||||
Reference in New Issue
Block a user