Changes between Version 18 and Version 19 of TipAndDoc/network/Chrome


Ignore:
Timestamp:
Oct 18, 2011 2:05:22 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/Chrome

    v18 v19  
    4848 > Google Chrome stores the browser history in a SQLite database, not unlike Firefox. Yet the structure of the database file is quite different. 
    4949 
     50 * [http://www.google.com/support/forum/p/Chrome/thread?tid=0dd0b74a4e45a6a7&hl=en How to export chrome history to text or html file? I cannot read the files in Google\Chrome\User Data\Default directory. - Google Chrome Help] 
     51 > Then you should go to your Chrome directory (eg. in my case "C:\Users\Sashka\AppData\Local\Google\Chrome\User Data\Default")[[br]] 
     52 > locate History file[[br]] 
     53 > run in command prompt 
     54 > {{{ 
     55 > sqlite History "select datetime(last_visit_time/1000000-11644473600,'unixepoch'),url from  urls order by last_visit_time desc" > history_export.txt 
     56 > }}} 
     57 * [http://www.google.com/support/forum/p/Chrome/thread?tid=23ae64b3ab56a954&hl=en Export PASSWORDS to a backup file. - Google Chrome Help] 
     58 
    5059 * http://log2timeline.net/ 
    5160 > a framework for automatic creation of a super timeline. The main purpose is to provide a single tool to parse various log files and artifacts found on suspect systems (and supporting systems, such as network equipment) and produce a timeline that can be analysed by forensic investigators/analysts. 
     61