Undo psexec changes

bug/bundler_fix
Meatballs 2013-09-20 22:30:00 +01:00
parent 15885e4ef6
commit 6e69fe48bf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Metasploit3 < Msf::Exploit::Local
]),
OptString.new("NAME", [ false, "Service name on each target in RHOSTS (Default: random)" ]),
OptString.new("DISPNAME", [ false, "Service display name (Default: random)" ]),
OptAddressRange.new("RHOST", [ false, "Target address" ]),
OptAddressRange.new("RHOSTS", [ false, "Target address range or CIDR identifier" ]),
])
end