Fingerprinting
The process of fingerprinting web applications involves identifying the underlying technologies they use.
Inspecting HTTP Response Headers
HTTP response headers often reveal details about the web server, programming language, and various security policies in place.
The following example reveals the Nginx version and underlying operating system:
Fingerprinting using WhatWeb
WhatWeb is a web scanner tool used to identify technologies running on a website, such as the web server, frameworks, CMS, plugins, and more. It helps security researchers gather reconnaissance information for vulnerability analysis.
Last updated
Was this helpful?