Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwn0rz/idevicecap
capture ios device traffic without jailbreak / sip disable
https://github.com/pwn0rz/idevicecap
Last synced: 9 days ago
JSON representation
capture ios device traffic without jailbreak / sip disable
- Host: GitHub
- URL: https://github.com/pwn0rz/idevicecap
- Owner: pwn0rz
- Created: 2022-01-11T07:08:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T08:22:08.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:20:09.096Z (3 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -
```