Busindre / dumpzilla

Extract all forensic interesting information of Firefox, Iceweasel and Seamonkey browsers

Home Page:http://www.dumpzilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3.OperationalError

mheckman101 opened this issue · comments

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.