Skip to content

Commit

Permalink
Update techniques/ios/MASTG-TECH-0054.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushi2k authored Oct 6, 2024
1 parent 3175d39 commit a054578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/ios/MASTG-TECH-0054.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In order to retrieve the unencrypted version, you can use [frida-ios-dump](https

First, configure @MASTG-TOOL-0054 `dump.py`:

- set it to use `localhost` with port `2222` when using @MASTG-TOOL-0055 (`iproxy 2222 22`), or to the actual IP address and port of the device from which you want to dump the binary.
- set it to use `localhost` with port `2222` when using @MASTG-TOOL-0055 (`iproxy 2222 22`), or to the actual IP address and port of the device from which you want to dump the binary.
- update the default username (`User = 'root'`) and password (`Password = 'alpine'`) in `dump.py` to the ones you have set.

Enumerate the apps installed on the device by running `python dump.py -l`:
Expand Down

0 comments on commit a054578

Please sign in to comment.