Add typed URLs extraction with multi-profile support

Add Get-TypedURLs.ps1 for browser typed URL forensics:
- IE (registry), Edge, Chrome, Chromium (all profiles), Firefox
- Auto-detects all browser profiles (Default, Profile 1, 2, etc.)
- Shows typed counts and visit frequencies
- Proper DB locking/cleanup with finally blocks
- Requires sqlite3.exe for Chromium-based browsers

Update README.md and TODO.md with recent scripts.
This commit is contained in:
2026-02-03 22:25:56 +01:00
parent d41fa4d4bd
commit aa4e6fa88f
3 changed files with 242 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
### Browser & Search History
- [ ] Browser history - Edge, Chrome, Firefox artifacts
- [ ] Typed URLs - URLs manually typed in browsers
- [x] Typed URLs - URLs manually typed in browsers
- [ ] Search terms - Windows Search history
### File Access