{"id":13464485,"url":"https://github.com/gh2o/rvi_capture","last_synced_at":"2025-03-25T11:31:39.987Z","repository":{"id":43642444,"uuid":"103056218","full_name":"gh2o/rvi_capture","owner":"gh2o","description":"rvictl for Linux and Windows: capture packets sent/received by iOS devices","archived":false,"fork":false,"pushed_at":"2024-03-26T00:49:04.000Z","size":18,"stargazers_count":183,"open_issues_count":1,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-29T17:49:20.919Z","etag":null,"topics":["ios","iphone","packet-capture","packet-sniffer","python3","rvictl","wireshark"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gh2o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-10T19:34:43.000Z","updated_at":"2024-10-24T10:31:31.000Z","dependencies_parsed_at":"2024-07-31T14:05:21.776Z","dependency_job_id":null,"html_url":"https://github.com/gh2o/rvi_capture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Frvi_capture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Frvi_capture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Frvi_capture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Frvi_capture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh2o","download_url":"https://codeload.github.com/gh2o/rvi_capture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245454011,"owners_count":20617961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","iphone","packet-capture","packet-sniffer","python3","rvictl","wireshark"],"created_at":"2024-07-31T14:00:44.292Z","updated_at":"2025-03-25T11:31:39.236Z","avatar_url":"https://github.com/gh2o.png","language":"Python","funding_links":[],"categories":["Python","Dynamic Analysis","Useful tools and guides"],"sub_categories":["[Remote Packet Capture for iOS Devices](https://useyourloaf.com/blog/remote-packet-capture-for-ios-devices/)"],"readme":"# rvi_capture\nrvictl for Linux and Windows: capture packets sent/received by iOS devices\n\nA utility to create packet capture dumps from iOS devices; useful for debugging network activity via Wireshark.\n\nTested on Arch Linux with iOS 14.8.\n\n## Prerequisites\n\n### Linux\n`libimobiledevice` and `python3` must be installed. Ensure that the `usbmuxd` daemon is running.\n\n### Windows\n`python3` and iTunes must be installed. Ensure that the `AppleMobileDeviceService.exe` process is running.  \n`libimobiledevice` will be downloaded as needed.\n\n## Usage\n\n```\n./rvi_capture.py [--format {pcap,pcapng}] [--udid UDID] outfile\n```\n* `--format`: capture format\n    * pcapng: The default. Newer and allows for distinguishing between interfaces.\n      Wireshark 3.0+ supports streaming captures with this format.\n    * pcap: Older format for compatibility.\n* `--udid`: device UDID  \n  The specific device to target. If omitted, the first device found will be used.\n* `outfile`: output file or FIFO, or `-` for standard output.\n\n## Using with Wireshark\n```\n./rvi_capture.py - | wireshark -k -i -\n```\n\n### Tips\n- In Wireshark, you can filter for a particular network interface based on the\n  `frame.interface_name` field. Here are some possible values (as tested on iOS 14.8):\n  - `en0`: wifi interface\n  - `pdp_ip0`: cellular interface\n  - `ipsec1`: IPSec outer transport for VoLTE\n  - `ipsec3`: IPSec inner transport for VoLTE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh2o%2Frvi_capture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh2o%2Frvi_capture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh2o%2Frvi_capture/lists"}