small fix

git-svn-id: file:///home/svn/framework3/trunk@12110 4d416f70-5f16-0410-b530-b9f4589650da
unstable
amaloteaux 2011-03-23 19:02:38 +00:00
parent e706051bda
commit c0a0e3f217
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
OptString.new('SHARE', [ false, "The share to connect to, can be an admin share (ADMIN$,C$,...) or a normal read/write folder share", 'ADMIN$' ])
OptString.new('SHARE', [ true, "The share to connect to, can be an admin share (ADMIN$,C$,...) or a normal read/write folder share", 'ADMIN$' ])
], self.class )
register_advanced_options(