Includes scripts investigating OSX systems.
Create a new folder, add a small README.md saying what it does or why.
Create a requirements.txt with whatever python libraries your code needs.
If you add a new 3rd-party import, update the requirements.txt in the same folder.
Create a local branch with a unique name:
git checkout -b myChangeStage and commit your changes:
git add -ip
git commit -m "Some small message here"Push your branch to the remote:
git push --set-upstream origin myChangeCreate a pull request.
Get someone to review and approve it.
Merge it.
- Gemini-Parser: Forensic parser for Gemini iOS deep links and suggestions.
- NotificationParser: Parses iOS notification artifacts and resolves UIDs.
- OuraRing: Extracts preferences from Oura Ring iOS application data.
- Plist-Parsers: Collection of parsers including Chrome Cookies and Eventbrite data.
- file_scraper: Recursively extracts specific file types (db, plist, ips).
- iMessageQuery: Extracts data from iMessage chat.db/sms.db databases.
- knowledgeC: Extracts artifacts from knowledgeC.db.
- segb_parser: Tool for parsing SEGB files.