1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

small fix

git-svn-id: file:///home/svn/framework3/trunk@12110 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
amaloteaux 2011-03-23 19:02:38 +00:00
parent e706051bda
commit c0a0e3f217

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(