Skip to content

Commit

Permalink
use mobile for default credential
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiChou committed Jun 19, 2024
1 parent 6880d5a commit a998ead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class BagBak extends EventEmitter {
throw new Error('key auth not supported yet');
} else {
this.#auth = {
username: 'root',
username: 'mobile',

This comment has been minimized.

Copy link
@enovella

enovella Jun 19, 2024

Cool!

password: 'alpine'
};
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bagbak",
"version": "3.4.0",
"version": "3.4.1",
"description": "Dump iOS app from a jailbroken device, based on frida.re",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a998ead

Please sign in to comment.