Request:Fixing arbitrary data storage in the SQLite database
Posted: Sun Apr 22, 2012 6:38 pm
I was messing around with Speed Dial 2 and I noticed it takes advantage of the way Chrome stores data in the websites you visit, namely how many times you visit a website. It seems like incredibly arbitrary data collection and I'm hoping in future updates of Iron it can be fixed.
This article is from 2010 but helped give me an idea of what's going on in vanilla chrome:
http://computer-forensics.sans.org/blog ... forensics/
This article is from 2010 but helped give me an idea of what's going on in vanilla chrome:
http://computer-forensics.sans.org/blog ... forensics/
Can the "visits" table be permanently set to 1 for each entry? Or removed altogetherThe database file that contains the browsing history is stored under the Default folder as "History" and can be examined using any SQLlite browser there is (such as sqlite3). The available tables are:
downloads
presentation
urls
keyword_search_terms
segment_usage
visits
meta
segments