如何隱藏bind的版本資訊

2021-04-15 09:01:50 字數 559 閱讀 5165

在網際網路上做dns解釋大部分都是使用linux的bind,但bind的漏洞很多,如何檢視和隱藏bind的版本資訊。

c:>nslookup -q=txt -class=chaos version.bind. 222.106.236.22

server:  ns1.abc.com

address:  222.106.236.22

version.bind    text =

"9.1.0"

你就會知道它的dns是用bind9.1.0

如何隱藏bind版本資訊

修改/etc/named.conf  ,在named.conf檔案裡新增

options ;

重起named服務,再檢視

c:>nslookup -q=txt -class=chaos version.bind. 222.106.236.22

server:  ns1.abc.com

address:  222.106.236.22

version.bind    text =

"no about your business"

nginx隱藏版本資訊

1.原始碼編譯安裝乙份nginx tar xzf nginx 1.11.9.tar.gz cd nginx 1.11.9 configure prefix usr local nginx make make install 2.啟動nginx usr local nginx sbin nginx 3...

Apache PHP 隱藏版本資訊

一 apache apache 的httpd.conf 有兩個配置可以控制是否顯示伺服器資訊給使用者。對於xampp,這兩者的配置在conf extra httpd default.conf中。servertokens serversignature 預設條件下會把apache版本系統模組都顯示出來...

如何隱藏Apache Nginx PHP版本號

1 隱藏tengine nginx 版本號 未設定之前 隱藏tengine nginx 版本號 root localhost grep server tokens usr local nginx conf nginx.conf server tokens off 在http加上 server tok...