Dont deregister an option that is in use

bug/bundler_fix
Spencer McIntyre 2014-06-28 18:22:17 -04:00
parent 748589f56a
commit faa9c11450
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Metasploit3 < Msf::Exploit::Remote
Opt::RPORT(5555),
OptString.new('CMDPATH', [true, 'The cmd.exe path', 'c:\\windows\\system32\\cmd.exe'])
], self.class)
deregister_options('CMDSTAGER::DECODER', 'CMDSTAGER::FLAVOR')
deregister_options('CMDSTAGER::FLAVOR')
end
def check