Nmap Development mailing list archives

Different results for scan with / without parameter -v


From: olli hauer <ohauer () gmx de>
Date: Sat, 02 Jul 2011 00:49:52 +0200

Hi,

if I test a host with the following commands, then I get different results for
the ssl port.
I can reproduce this on two different systems (i386/amd64).


#> nmap -A -p443 TargetHost
...
PORT    STATE    SERVICE VERSION
443/tcp open  ssl/http Apache httpd
|_http-methods: No Allow or Public header in OPTIONS response (status code 200)
|_http-title: TestTitle


#> nmap -v -A -p443 TargetHost
...
PORT    STATE    SERVICE VERSION
443/tcp filtered https


#> nmap -v -A -p442-443 ScanMe
...
PORT    STATE    SERVICE   VERSION
442/tcp filtered cvc_hostd
443/tcp open     ssl/http  Apache httpd
|_http-methods: No Allow or Public header in OPTIONS response (status code 200)
|_http-title: TestTitle
|_http-favicon: Unknown favicon MD5: 1D2E9E267CA81F0EF5BC7B9C391AACED


#> nmap -V
Nmap version 5.59BETA1 ( http://nmap.org )
Platform: amd64-portbld-freebsd8.2
Compiled with: liblua-5.1.4 openssl-0.9.8q libpcre-8.12 libpcap-1.0.0
nmap-libdnet-1.12 ipv6
Compiled without:

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: