whitespace and another typo
git-svn-id: file:///home/svn/framework3/trunk@13929 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
76bad7a4e4
commit
77e9c9d973
|
@ -27,7 +27,8 @@ class Metasploit3 < Msf::Post
|
|||
'Platform' => [ 'cisco'],
|
||||
'SessionTypes' => [ 'shell' ]
|
||||
))
|
||||
register_options(
|
||||
|
||||
register_options(
|
||||
[
|
||||
OptString.new('ENABLE', [ false, 'Enable password for changing privilege level.']),
|
||||
OptPath.new('WORDLIST', [false, 'Wordlist of possible enable passwords to try.'])
|
||||
|
@ -153,7 +154,7 @@ class Metasploit3 < Msf::Post
|
|||
print_good("Obtained higher privilege level.")
|
||||
return true
|
||||
else
|
||||
print_error("Cold not obtain higher privilege level.")
|
||||
print_error("Could not obtain higher privilege level.")
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue