|
|
|
|
|
by kjeetgill
2441 days ago
|
|
> Unless the requested hashes are saved for every single user, I don't know why or what part you think this is that hard. Do you think a map from User -> set [Requested URL Hashes] is hard to build? Or that building the URL Hash -> set [possible domains] is hard? Maybe I'm missing a piece of this. Building something simple to start guessing domains visited seems pretty easy. If a user has 10 URL hashes and the same domains show up in each hashes' possible domains you're probably requesting pages on that domain. If you're lucky and all the pages from a domain fall into a single hash, all it takes is two or 3 hashes from known outbound links to show up to confirm this. It's not foolproof but hardly infeasible? Or maybe I don't fully understand the algorithm. |
|