Fix NoMethodError when post mods call super from setup
parent
9f78a9e18e
commit
2e4231d825
|
@ -210,6 +210,8 @@ end
|
||||||
class Post < Msf::Module
|
class Post < Msf::Module
|
||||||
include PostMixin
|
include PostMixin
|
||||||
|
|
||||||
|
def setup; end
|
||||||
|
|
||||||
def type
|
def type
|
||||||
MODULE_POST
|
MODULE_POST
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue