Land #8054, Fix #8052, remove forgotten OUTPUTPATH option

bug/bundler_fix
Pearce Barry 2017-03-03 15:36:30 -06:00
commit 4362c891b6
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ class MetasploitModule < Msf::Auxiliary
register_options(
[
OptString.new('CMD', [ false, 'The command to execute.', '/C/Windows/System32/calc.exe']),
OptString.new('FILENAME', [ false, 'The file name.', 'msf.pdf']),
OptString.new('OUTPUTPATH', [ false, 'The location of the file.', './data/exploits/']),
OptString.new('FILENAME', [ false, 'The file name.', 'msf.pdf'])
], self.class)
end