re-added incorrectly removed SMBSHARE option

bug/bundler_fix
j0hnf 2014-06-16 20:10:11 +01:00
parent c62fa83a70
commit 1a82a20c09
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class Metasploit3 < Msf::Auxiliary
)
register_options([
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']),
], self.class)