Security Basics mailing list archives
Re: NMAP service detection for https before http
From: Jesus Andres <japd06 () gmail com>
Date: Wed, 16 Apr 2014 18:19:02 -0430
Hello, I think you can not have http and https listening to the same tcp port. What you could have is http and maybe then TLS to create an ssl tunnel over the already stablished http connection and I'm not sure about that. Anyway I think you should try this. Nmap -sSV -p 80,443 -n -Pn <target server> You could use -vv for verbosity.. This will give you the service running on the standard http port tcp/80 and on the standard https port tcp/443. Excuse me if I'm wrong.. Jesús Pérez
On 16/04/2014, at 10:25 a.m., "cestmir.holub.ext () nsn com" <cestmir.holub.ext () nsn com> wrote: Hello, do you know how to make NMAP service detection for https (ssl/http) before http? I have both protocols http and https on one port enable. The nmap service detection discovered only http (probably first found known service), but I need to have https listed and don't need the http information. Thank you, C.Holub ------------------------------------------------------------------------ Securing Apache Web Server with thawte Digital Certificate In this guide we examine the importance of Apache-SSL and who needs an SSL certificate. We look at how SSL works, how it benefits your company and how your customers can tell if a site is secure. You will find out how to test, purchase, install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for set-up are highlighted to help you ensure efficient ongoing management of your encryption keys and digital certificates. http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1 ------------------------------------------------------------------------
Attachment:
smime.p7s
Description:
------------------------------------------------------------------------ Securing Apache Web Server with thawte Digital Certificate In this guide we examine the importance of Apache-SSL and who needs an SSL certificate. We look at how SSL works, how it benefits your company and how your customers can tell if a site is secure. You will find out how to test, purchase, install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for set-up are highlighted to help you ensure efficient ongoing management of your encryption keys and digital certificates. http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1 ------------------------------------------------------------------------
Current thread:
- NMAP service detection for https before http cestmir . holub . ext (Apr 16)
- Re: NMAP service detection for https before http Jesus Andres (Apr 17)
