Busindre / dumpzilla

Extract all forensic interesting information of Firefox, Iceweasel and Seamonkey browsers
http://www.dumpzilla.org
130 stars 25 forks source link

sqlite3.OperationalError #15

Open mheckman101 opened 1 year ago

mheckman101 commented 1 year ago

I don't know if this project is being supported any longer, but on the chance that it is, I will post this issue.

I ran Dumpzilla on Kali using the Firefox profile from an old Windows XP image (https://downloads.digitalcorpora.org/corpora/drives/nps-2009-domexusers). The version of Firefox on the image is 3.03. The program fails looking for various missing columns. For example, when running it without an option, or using the --Cookies or --Summary options, the error is "sqlite3.OperationalError: no such column: creationTime". When using the --History option, the error is "sqlite3.OperationalError: no such column: last_visit_date". Using the --Permissions option, the error is "sqlite3.OperationalError: no such column: expireType".

I haven't tried all of the options, but the program runs fine for --Help, --Addons, --Preferences, --Search, and --Downloads.