[olug] Browsing History

Cooper Vertz olug at vertz.info
Sat Jun 26 20:29:52 UTC 2010


Here's how you do that with firefox:

$ sqlite3 /home/username/.mozilla/firefox/profile.default/places.sqlite
'select url from moz_places'

It's similar for google chrome:

$ sqlite3 /home/username/.config/google-chrome/Default/History 'select url
from urls'




On Fri, Jun 25, 2010 at 7:55 PM, Kelly Williams
<kellywilliams81 at gmail.com>wrote:

> Does anyone know of how to capture browsing history from the browser and
> convert it in a text file. Its for a project that I am working on I know of
> some for windows but i am looking for one in linux.
>
> Kelly Williams
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> https://lists.olug.org/mailman/listinfo/olug
>



More information about the OLUG mailing list