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