Re: Déterminer OS serveur distant

Pàgina inicial

Reply to this message
Autor: Olivier Guerrier
Data:  
A: guilde
Assumpte: Re: Déterminer OS serveur distant
Yves Martin wrote:
> Tu peux utiliser ethereal pour analyser la communication tcp entre ton
> navigateur et le serveur cible. Dans l'entête de réponse de toute requête HTTP
> devrait apparaître certaines informations que tu recherches.


La même chose en plus convivial:

$ wget -S -O /dev/null http://www.guerrier.com

--17:21:57--  http://www.guerrier.com/
            => `/dev/null'
Resolving www.guerrier.com... 212.27.37.68, 212.27.35.74, 212.27.35.75, ...
Connecting to www.guerrier.com[212.27.37.68]:80... connected.
HTTP request sent, awaiting response...
  1 HTTP/1.1 200 OK
  2 Date: Mon, 08 Nov 2004 16:22:48 GMT
  3 Server: Apache/1.3.20 (Unix) Debian/GNU mod_fastcgi/2.2.12 mod_perl/1.25
  4 X-Powered-By: PHP/4.3.1
  5 Content-Type: text/html


Olivier