feat(lab): add isolated iPhone capture evidence

This commit is contained in:
DCCONSTRUCTIONS
2026-07-16 19:43:41 +03:00
parent 63dd8c8790
commit 19ab973110
11 changed files with 2428 additions and 0 deletions
@@ -0,0 +1,12 @@
[project]
name = "mission-core-ios-capture-lab"
version = "0.1.0"
description = "Isolated read-only iPhone packet-capture tooling for Mission Core lab work"
requires-python = ">=3.12,<3.13"
dependencies = [
"pymobiledevice3==9.36.0",
"python-pcapng==2.1.1",
]
[tool.uv]
package = false