Move stagers

bug/bundler_fix
jvazquez-r7 2014-02-07 11:55:55 -06:00 committed by Spencer McIntyre
parent 2a442aac1f
commit cff580162b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ module Msf
# This mixin provides an interface for staging cmd to arbitrary payloads
#
###
module Exploit::CmdStagerMulti
module Exploit::CmdStager::Multi
include Msf::Exploit::CmdStager

View File

@ -11,7 +11,7 @@ module Msf
# This mixin provides an interface for staging cmd to arbitrary payloads
#
###
module Exploit::CmdStagerTFTP
module Exploit::CmdStager::TFTP
include Msf::Exploit::CmdStager
include Msf::Exploit::TFTPServer