Tecnologías web
Banner grabbing
HTTP
curl -v -s http://<target> 1>/dev/nullnc -v <target> <port>
HEAD / HTTP/1.0nc -v <target> <port>
HEAD / HTTP/1.1
Host: <target>HTTPS
openssl s_client -connect <target>:<port>
HEAD / HTTP/1.0WhatWeb
whatweb -v -a 1 <target> > whapweb.txt-v = modo verboso.
-a = establece el nivel de agresión. (1 = stealthy, 3 = aggressive y 4 = heavy).
<target> = objetivo.
Wappalyzer
Favicon
curl http://<target>/favicon.ico | md5sumÚltima actualización
¿Te fue útil?