Skip to content

ChromagnonVisitedLinks = chromagnonVisitedLinks.py

JRBANCEL edited this page Jun 22, 2012 · 3 revisions

What is Chrome/Chromium Visited Links ?

Structure

Chrome visited links is a file. It is a hash table using open hashing. MD5 is used. The table is salted in order to cancel the possibility to retrieve visited links using a dictionnary or raindow table attack.

ChromagnonVisitedLinks allows you to check if a list of given urls is in the visited links file.

Location

  • FreeBSD : "~/.cache/chromium/Default/Visited Links"
  • Windows : TODO
  • Mac OS X : TODO

How to use ChromagnonCache ?

python chromagnonVisitedLinks.py ".../Default/Visited Links" "http://www.google.com/" "http://www.facebook.com/"