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
@@ -184,12 +184,13 @@ The commands work as following:
184
184
> Use --nojson for a human-readable listing including BundleID when available. (not included with JSON output)
185
185
> --apps limits output to processes flagged by iOS as "isApplication". This greatly-filtered list
186
186
> should at least include user-installed software. Additional packages will also be displayed depending on the version of iOS.
187
-
ios ip [options] [--lazy] [--duration <sec> Uses the live pcap iOS packet capture to wait until it finds one that contains the IP address of the device.
187
+
ios ip [options] [--lazy] [--timeout=<sec>] Uses the live pcap iOS packet capture to wait until it finds one that contains the IP address of the device.
188
188
> It relies on the MAC address of the WiFi adapter to know which is the right IP.
189
-
> You have to disable the "automatic wifi address"-privacy feature of the device for this to work.
189
+
> You have to disable the "automatic wifi address"-privacy feature of the device for this to work (if not possible, look at lazy option).
190
190
> If you wanna speed it up, open apple maps or similar to force network traffic.
191
-
> f.ex. "ios launch com.apple.Maps"
192
-
> if using lazy, it will listen for a predefined time, and will return the IP with the most requests
191
+
> f.ex. "ios launch com.apple.Maps".
192
+
> If using lazy, it will listen for a predefined time, and will return the IP with the most requests, which does not require turning off randomized MAC.
193
+
> It is a good idea to launch e.g. apple maps before starting lazy IP finding, as it creates a lot of unique traffic.
193
194
ios forward [options] <hostPort> <targetPort> Similar to iproxy, forward a TCP connection to the device.
194
195
ios dproxy [--binary] Starts the reverse engineering proxy server.
195
196
> It dumps every communication in plain text so it can be implemented easily.
@@ -382,15 +383,19 @@ The commands work as following:
0 commit comments