See #4089, fix method definitions
git-svn-id: file:///home/svn/framework3/trunk@12267 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1a7cc50530
commit
875858e78e
|
@ -34,7 +34,7 @@ module Exploit::CmdStagerDebugAsm
|
|||
super
|
||||
end
|
||||
|
||||
def generate_cmdstager(opts = {})
|
||||
def generate_cmdstager(opts = {}, pl = nil)
|
||||
opts.merge!({ :decoder => datastore['DECODERSTUB'] })
|
||||
super
|
||||
end
|
||||
|
|
|
@ -34,7 +34,7 @@ module Exploit::CmdStagerDebugWrite
|
|||
super
|
||||
end
|
||||
|
||||
def generate_cmdstager(opts = {})
|
||||
def generate_cmdstager(opts = {}, pl = nil)
|
||||
opts.merge!({ :decoder => datastore['DECODERSTUB'] })
|
||||
super
|
||||
end
|
||||
|
|
|
@ -34,7 +34,7 @@ module Exploit::CmdStagerVBS
|
|||
super
|
||||
end
|
||||
|
||||
def generate_cmdstager(opts = {})
|
||||
def generate_cmdstager(opts = {}, pl = nil)
|
||||
opts.merge!({ :decoder => datastore['DECODERSTUB'] })
|
||||
super
|
||||
end
|
||||
|
|
|
@ -34,7 +34,7 @@ module Exploit::CmdStagerVBS::ADODB
|
|||
super
|
||||
end
|
||||
|
||||
def generate_cmdstager(opts = {})
|
||||
def generate_cmdstager(opts = {}, pl = nil)
|
||||
opts.merge!({ :decoder => datastore['DECODERSTUB'] })
|
||||
super
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue