Score:0

Hide nginx from nmap scan

sb flag

When I run a nmap -sV scan agains my server, the port 443 is exposed as nginx.

PORT      STATE  SERVICE       VERSION
443/tcp   open   ssl/http      nginx

I want to hide this information. I tried clearing the Server header with more_clear_headers 'Server'. Even though the 'Server' header is gone, now nmap reports this port as nginx (reverse proxy)

PORT      STATE  SERVICE       VERSION
443/tcp   open   ssl/http      nginx (reverse proxy)

Is there any other way to hide this information? Is there anyway to manipulate nginx fingerprint in nmap to achieve this?

iBug avatar
um flag
What about using `more_set_headers` to set `Server: Apache` so it's "hidden"?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.