krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
v4.9.0: README.md · raw
1# DomainDig
2
3[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
4[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
5[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
6[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
7[](LICENSE)
8
9[](https://apps.apple.com/us/app/domaindig/id6760368004)
10
11DomainDig is a local-first iOS domain inspection toolkit for DNS, web, ownership, monitoring, reporting, and audit workflows. The app gathers a point-in-time domain snapshot, normalizes it into a canonical `DomainReport`, and keeps user data on device unless the user exports, shares, or syncs it.
12
13## Features
14
15- Domain inspection for DNS records, email security, TLS certificates, HTTP headers, redirects, IP geolocation, reachability, open ports, RDAP, ownership, subdomain discovery, and availability.
16- Canonical `DomainReport` output used by the app UI and exports.
17- History snapshots with change summaries, risk scoring, notes, and saved domain context.
18- Dashboard, watchlist, monitoring, workflows, batch results, integrations, and data portability screens.
19- Audit Mode with sessions, checklist progress, reviewer notes, findings, evidence snapshots, audit timelines, and markdown/json/pdf export.
20- Backup and restore for tracked domains, history, audit sessions, workflows, monitoring settings/logs, app settings, and local feature metadata.
21- Local-first operation with no required backend.
22- Optional local API surface for automation-compatible report output.
23
24## Data And Privacy
25
26DomainDig stores local app data in on-device persistence. Backup exports can include tracked domains, lookup history, audit sessions, workflow definitions, monitoring configuration, monitoring logs, app settings, and cached feature metadata. Imports are processed on device.
27
28Network inspection requests are made only to perform the requested domain checks or configured resolver lookups. The app does not require a hosted DomainDig backend.
29
30## Development
31
32### Requirements
33
34- Xcode with current iOS SDK support
35- iOS Simulator or physical iOS device
36- Swift/Xcode support for filesystem-synchronized groups used by the project
37
38### Getting Started
39
401. Clone the repository.
41 ```sh
42 git clone https://github.com/zerolabsco/domain-dig.git
43 ```
442. Open `DomainDig.xcodeproj` in Xcode.
453. Select the `DomainDig` scheme.
464. Build and run on a simulator or device.
47
48### Useful Checks
49
50```sh
51xcodebuild -project DomainDig.xcodeproj -scheme DomainDig -destination 'platform=iOS Simulator,name=iPhone 16' build
52```
53
54The app and local API share the canonical report pipeline through `DomainInspectionService`, `DomainReportBuilder`, and `DomainReportExporter`.
55
56### Accessibility Audit
57
58`DomainDigUITests` runs `performAccessibilityAudit()` over every primary screen,
59at default and at the largest accessibility text size.
60
61```sh
62./Scripts/audit-a11y.sh # oldest supported + newest runtime
63./Scripts/audit-a11y.sh floor # oldest supported runtime only (~85s)
64```
65
66Findings are **reported, not enforced** — they are the burndown list for the
67accessibility pass. Widen `AccessibilityAuditHarness.enforcedAuditTypes` to turn
68a category into a build failure as each phase lands.
69
70Optional pre-push hook, which runs the floor audit when Swift or project files
71change:
72
73```sh
74git config core.hooksPath .githooks
75```
76
77See [Docs/ACCESSIBILITY.md](Docs/ACCESSIBILITY.md) for why coverage is split
78between this script and CI.
79
80## Release Planning
81
82See `RELEASE_ROADMAP.md` for the semver release plan from `v4.4.1` through the planned `v5.0.0` stabilization milestone.
83
84## Contributing
85
86Contributions are welcome. Keep changes scoped, include tests or build verification when behavior changes, and open a pull request with a clear summary of user-facing impact.
87
88## Security
89
90If you discover a security issue, see `SECURITY.md`.
91
92## License
93
94This project is licensed under the MIT License. See `LICENSE`.
95
96## Contact
97
98Questions or feedback: hello@cleberg.net