Fix forgotten comma
parent
1a82a20c09
commit
04bf0b4ab6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue