Client Info Gathering
Gathering information about the client's system is one of the first few crucial steps to a successful hack. As trivial as it may seem, some of the basic information about the user's system such as the operating system, version, browser and related information forms the bedrock of infilterating the user or the organization.
Fingerprinting
Fingerprinting is a useful step to gather all information about the user's browser and the information gathered can also be used for decucing the operating system that it runs on.
A fingerprinting library is available from the following Github repository,
This library can be emdeded in a webpage hosted by you and have the victim visit the page.
Here is a sample code that can be used for embedding the library into your page.
The following code can be used for receiving the browser info as submitted by the library to the server,
Last updated
Was this helpful?