Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwn0rz/idevicecap

capture ios device traffic without jailbreak / sip disable
https://github.com/pwn0rz/idevicecap

Last synced: about 2 months ago
JSON representation

capture ios device traffic without jailbreak / sip disable

Awesome Lists containing this project

README

        

# Build

```shell
brew install libimobiledevice libplist

./macbuild.sh
```

# Usage

```shell
# save to pcap
idevicecap -n processname -o ios.pcap

# redirect to stdout so we can use with wireshark
idevicecap -n processname | wireshark -k -i -
```