git-svn-id: file:///home/svn/framework3/trunk@13928 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-10-15 18:07:50 +00:00
parent b615055c89
commit 76bad7a4e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Metasploit3 < Msf::Post
))
register_options(
[
OptString.new('ENABLE', [ false, 'Enable password for changing privilege leve.']),
OptString.new('ENABLE', [ false, 'Enable password for changing privilege level.']),
OptPath.new('WORDLIST', [false, 'Wordlist of possible enable passwords to try.'])
], self.class)