-
Notifications
You must be signed in to change notification settings - Fork 50
ChromagnonVisitedLinks = chromagnonVisitedLinks.py
JRBANCEL edited this page Jun 22, 2012
·
3 revisions
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.
- FreeBSD : "~/.cache/chromium/Default/Visited Links"
- Windows : TODO
- Mac OS X : TODO
python chromagnonVisitedLinks.py ".../Default/Visited Links" "http://www.google.com/" "http://www.facebook.com/"