WhatWeb icon indicating copy to clipboard operation
WhatWeb copied to clipboard

.well-known/ directory fingerprint

Open blshkv opened this issue 5 years ago • 1 comments

https://developers.google.com/digital-asset-links/v1/getting-started

Often, there is a .well-known/assetlinks.json file located within webroot. That file can be used to discover an additional information which is not available from the front page:

- Website A declares that links to its site should open in a designated app on mobile devices, if the app is  installed.
- Website A declares that it can share its Chrome user credentials with website B so that the user won't have to log in to website B if it is logged into website A.
- App A declares that it can share device settings, such as location, with website B.

I was wondering if you could add it for fingerprinting

Update: Here is the full list of files which may be in the ".well-known" directory: https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml https://tools.ietf.org/html/rfc5785

blshkv avatar Oct 17 '18 00:10 blshkv

This would make a good plugin @blshkv. What are your ideas on how to implement it?

urbanadventurer avatar Nov 09 '18 22:11 urbanadventurer