主頁(yè) > 知識(shí)庫(kù) > Nginx隱藏和偽造版本號(hào)的操作方法

Nginx隱藏和偽造版本號(hào)的操作方法

熱門(mén)標(biāo)簽:400電話干嘛怎么申請(qǐng)信用卡 泰州智能外呼系統(tǒng)排名 400電話申請(qǐng)知乎 外呼系統(tǒng)虛擬號(hào)碼 百度地圖標(biāo)注尺寸無(wú)法顯示 長(zhǎng)春電銷外呼系統(tǒng)代理商 代理外呼系統(tǒng)創(chuàng)業(yè) 接電話機(jī)器人罵人 大連電銷外呼系統(tǒng)運(yùn)營(yíng)商

1、默認(rèn)使用curl命令訪問(wèn):

# curl -I http://172.17.0.5

2、修改nginx.conf配置文件,在http配置段中新增如下代碼:

# vim /usr/local/nginx/conf/nginx.conf
server_tokens off;

3、修改fastcgi.conf配置文件,注釋如下代碼:

# vim /usr/local/nginx/conf/fastcgi.conf
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;

4、重載Nginx:

# nginx -s reload

5、使用curl命令訪問(wèn):

# curl -I http://172.17.0.5

6、偽造Nginx的名稱和版本號(hào):

# vim /usr/src/nginx-1.16.1/src/core/nginx.h,修改如下代碼
#define NGINX_VERSION "1.16.1" --> #define NGINX_VERSION "2.3.2"
#define NGINX_VER "nginx/" NGINX_VERSION --> #define NGINX_VER "Tengine/" NGINX_VERSION
# cd /usr/src/nginx-1.16.1
# ./configure --prefix=/usr/local/nginx --user=nginx --group=nginx --with-threads --with-file-aio --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-mail_ssl_module --with-stream --with-stream_ssl_module --with-stream_realip_module --with-stream_geoip_module --with-stream_ssl_preread_module --with-compat --with-pcre
# make && make install
# cd /usr/local/nginx/conf
# vim nginx.conf,刪除之前新增的代碼:server_tonkens off;
# nginx -s stop
# nginx

7、使用curl命令訪問(wèn):

# curl -I http://172.17.0.5

總結(jié)

以上所述是小編給大家介紹的Nginx隱藏和偽造版本號(hào)的操作方法,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!
如果你覺(jué)得本文對(duì)你有幫助,歡迎轉(zhuǎn)載,煩請(qǐng)注明出處,謝謝!

標(biāo)簽:臺(tái)灣 中衛(wèi) 興安盟 清遠(yuǎn) 大慶 雅安 安陽(yáng) 長(zhǎng)治

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Nginx隱藏和偽造版本號(hào)的操作方法》,本文關(guān)鍵詞  Nginx,隱藏,和,偽造,版本,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Nginx隱藏和偽造版本號(hào)的操作方法》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Nginx隱藏和偽造版本號(hào)的操作方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章