Bah, missed changes after refactor
Thanks, travis-ci!
This commit is contained in:
@@ -21,11 +21,11 @@ class Msf::Post < Msf::Module
|
||||
def setup; end
|
||||
|
||||
def type
|
||||
MODULE_POST
|
||||
Msf::MODULE_POST
|
||||
end
|
||||
|
||||
def self.type
|
||||
MODULE_POST
|
||||
Msf::MODULE_POST
|
||||
end
|
||||
|
||||
#
|
||||
|
||||
@@ -16,7 +16,7 @@ module Msf::PostMixin
|
||||
super
|
||||
|
||||
register_options( [
|
||||
OptInt.new('SESSION', [ true, "The session to run this module on." ])
|
||||
Msf::OptInt.new('SESSION', [ true, "The session to run this module on." ])
|
||||
] , Msf::Post)
|
||||
|
||||
# Default stance is active
|
||||
|
||||
Reference in New Issue
Block a user