You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract comprehensive browser fingerprinting data including version, extensions, security settings, and system information.
174
175
Results saved to `fingerprint.json` in the browser's output directory.
175
176
177
+
- `--kill` or `-k`
178
+
**Kill all browser processes before extraction.** Uses direct syscalls (`NtTerminateProcess`) to terminate all running instances of the target browser(s) before attempting data extraction. This is useful when browsers are running and holding locks on database files, preventing the tool from accessing cookies or other encrypted data.
0 commit comments