Use OptPath for file path options

bug/bundler_fix
kenkeiras 2014-04-18 21:56:17 +02:00
parent fb0af8a799
commit b8e0187647
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptString.new('USER_FILE',
OptPath.new('USER_FILE',
[true, 'File containing usernames, one per line', nil]),
OptInt.new('THRESHOLD',
[true,