You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usbfluxd is a handy little application to make remote iOS devices appear as if they work local. For some reason though, Frida is only able to use the first device. Not sure if this is a usbfluxd or Frida bug.
MacBook-Air:~ dave$ frida-ls-devices
Id Type Name
------------------------- ------ ------------
local local Local System
00008030-000009CB5CA0304A usb iPhone
socket remote Local Socket
This is from the remote server:
dave@mini ~ % sudo /Applications/USBFlux.app/Contents/Resources/usbfluxd -f --no-mdns
...
[18:25:38.456][4] New client on fd 6
[18:25:38.457][1] Client 6 command received in the wrong state
[18:25:38.457][4] Disconnecting client 0x7fd61940ae00 fd 6
idevice_id -l is able to discover both iPhones though!
# Server:
sudo /Applications/USBFlux.app/Contents/Resources/usbfluxd -f --no-mdns
# Replace with the IP you want to listen on
socat tcp-listen:5000,reuseaddr,fork,bind=x.x.x.x unix-connect:/var/run/usbmuxd
# Client:
sudo /Applications/USBFlux.app/Contents/Resources/usbfluxd -f --no-mdns -r x.x.x.x:5000
The text was updated successfully, but these errors were encountered:
usbfluxd is a handy little application to make remote iOS devices appear as if they work local. For some reason though, Frida is only able to use the first device. Not sure if this is a usbfluxd or Frida bug.
This is from the remote server:
idevice_id -l
is able to discover both iPhones though!Setup instructions:
Install https://app.corellium.com/downloads/USBFlux-1.2.0-05b9ac1ff3f2a689b28967f52a5449d4e92e231d.dmg on both the client and server.
The text was updated successfully, but these errors were encountered: