halis duraki/
- 0xduraki
ssh root@x.x.x.x -p $PORT
)root:alpine
frida-server
with remote connection listenerTo create a new frida-server
, first remove frida autoload script and start manually:
# => Unload iOS daemon
$ launchctl unload -w /Library/LaunchDaemons/re.frida.server.plist
# => Start frida-server manually
Testers-iPhone:/Applications root# frida-server -l x.x.x.x
To establish a Frida REPL connection, use frida
CLI:
root@kali:~# frida -H x.x.x.x -F
____
/ _ | Frida 12.10.0 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
/_/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://www.frida.re/docs/home/
[Remote::AppName]->
First reference to Frida Setup to establish connection to the Frida server. Then use objection
to investigate into the targeted application.
root@kali:~# objection -N -h 172.22.4.109 -g App explore
Using networked device @`172.22.4.109:27042`
Agent injected and responds ok!
_ _ _ _
___| |_|_|___ ___| |_|_|___ ___
| . | . | | -_| _| _| | . | |
|___|___| |___|___|_| |_|___|_|_|
|___|(object)inject(ion) v1.9.4
Runtime Mobile Exploration
by: @leonjza from @sensepost
[tab] for command suggestions
x.xxxx.xxxxxxxx.xxxx on (iPhone: 13.3) [net] #
Objection Usage
$ env
x.xxx.xxxxxxxxx.xxxx on (iPhone: 13.3) [net] # env
Name Path
----------------- -------------------------------------------------------------------------------------------
BundlePath /private/var/containers/Bundle/Application/DD6C2A3C-6CD3-44D0-9EAF-BC8EEE8C6702/App.app
CachesDirectory /var/mobile/Containers/Data/Application/B26572F4-75BA-45C0-A6DE-40AEA275AF28/Library/Caches
DocumentDirectory /var/mobile/Containers/Data/Application/B26572F4-75BA-45C0-A6DE-40AEA275AF28/Documents
LibraryDirectory /var/mobile/Containers/Data/Application/B26572F4-75BA-45C0-A6DE-40AEA275AF28/Library
References