Releases: campwill/digkit
Releases · campwill/digkit
v2.0
digkit v2.0
What's Changed
- Refactored and standardized the Python package structure.
- Replace setup.py with a modern pyproject.toml configuration.
lookup
- Added domain name lookup
- WHOIS - Queries the authoritative WHOIS server for domain registration details.
- DNS Records - Fetch basic DNS records for a domain name.
- Added Integrated Circuit Card Identifier (ICCID) decoder
Notes
Installation instructions, examples, and usage examples are available in the project README.
Full Changelog: v1.0...v2.0
v1.0
digkit v1.0
Initial release of digkit (Digital Forensics Toolkit), a command-line Python tool containing various scripts for looking up, parsing, and hashing data.
Features
lookup
- Bundle ID lookup (Apple App Store, Google Play Store, Galaxy Store)
parse
- Database parsers:
dwbCommon.db- Android usage event decoderNoteStore.sqlite- iOS secure notes hash extractor
- Apple warrant-return preparation tools
- Download
.gpgfiles from an Apple-supplied CSV - Bulk decrypt
.gpgfiles
- Download
hash
- Hash files using MD5, SHA1, and SHA256
Notes
Installation instructions, examples, and usage examples are available in the project README.