Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dumpzilla: add page #7303

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/common/dumpzilla.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# dumpzilla

> Forensic tool to extract information from Firefox, Iceweasel and Seamonkey browsers.
> More information: <https://www.dumpzilla.org>.

- Gather summary data from browser profile:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Print a summary or it's dumped to a file?


`dumpzilla {{path/to/browser_profile}} --Summary`

- Extract everything except the DOM data:

`dumpzilla {{path/to/browser_profile}} --All`

- Extract all stored passwords in browser profile:

`dumpzilla {{path/to/browser_profile}} --Passwords`

- Extract complete listing of browser download history:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is stored?


`dumpzilla {{path/to/browser_profile}} --Downloads`

- Extract complete listing of browser bookmarks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, store in the current directory?


`dumpzilla {{path/to/browser_profile}} --Bookmarks`