Skip to content

Commit ca2f3ab

Browse files
authored
Merge pull request #20648 from bcoles/cydia_default_ssh
exploit/apple_ios/ssh/cydia_default_ssh: Add mobile:alpine creds
2 parents a9c91ba + 33462bf commit ca2f3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/apple_ios/ssh/cydia_default_ssh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
'Platform' => 'unix',
4141
'Arch' => ARCH_CMD,
4242
'Targets' => [
43-
['Apple iOS', { 'accounts' => [ [ 'root', 'alpine' ], [ 'mobile', 'dottie' ]] } ],
43+
['Apple iOS', { 'accounts' => [ [ 'root', 'alpine' ], [ 'mobile', 'dottie' ], ['mobile', 'alpine'] ] } ],
4444
],
4545
'Privileged' => true,
4646
'DisclosureDate' => '2007-07-02',

0 commit comments

Comments
 (0)