Fix forgotten comma

bug/bundler_fix
jvazquez-r7 2014-08-04 11:34:12 -05:00
parent 1a82a20c09
commit 04bf0b4ab6
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ class Metasploit3 < Msf::Auxiliary
) )
register_options([ register_options([
OptString.new('SMBSHARE', [true, 'The name of an accessible share on the server', 'C$']) OptString.new('SMBSHARE', [true, 'The name of an accessible share on the server', 'C$']),
OptString.new('RPATH', [true, 'The name of the remote file/directory relative to the share']), OptString.new('RPATH', [true, 'The name of the remote file/directory relative to the share'])
], self.class) ], self.class)
end end