Request:Fixing arbitrary data storage in the SQLite database

Iron Forum for english speaking people

Post Reply
jacknapierX
Posts: 5
Joined: Fri Sep 02, 2011 7:32 am

Request:Fixing arbitrary data storage in the SQLite database

Post by jacknapierX »

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/
The 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
Can the "visits" table be permanently set to 1 for each entry? Or removed altogether
Post Reply