Fingerprint Web Server

Check List

Cheat Sheet

nc -v $WEBSITE 80

telnet $WEBSITE 80

curl -I $WEBSITE

nmap -sS -sV --mtu 5000 --script http-methods $WEBSITE

NetCraft

Dnsdumpster

Server Header

services.http.response.headers.server: "nginx"

SSL Certificate SHA-1 Fingerprint

services.tls.certificates.leaf_data.fingerprint_sha1: $HASH

SSL Certificate SHA-256 Fingerprint

services.tls.certificates.leaf_data.fingerprint_sha256: $HASH

Common Name (CN) in SSL Certificate

services.tls.certificates.leaf_data.subject.common_name: "$WEBSITE"

Operating System

services.http.response.headers: (key: "OS" and value.headers: "Linux")

Powered By Header

services.http.response.headers.x_powered_by: "PHP/7.4.9"

wafw00f $WEBSITE

whatwaf -u $WEBSITE

whatweb $WEBSITE

sniper -t $WEBSITE

arachni $WEBSITE

graphw00f -f -t $WEBSITE

Last updated

Was this helpful?