Fix NoMethodError when post mods call super from setup

unstable
James Lee 2012-06-06 15:55:44 -06:00
parent 9f78a9e18e
commit 2e4231d825
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ end
class Post < Msf::Module
include PostMixin
def setup; end
def type
MODULE_POST
end