自拍偷在线精品自拍偷|国产无码一区二区久久|最新版天堂资源中文官网|国产精品第一页爽爽影院|国产精品一区二区av不卡|久久久波多野av一区无码|国产欧美日本亚洲精品一4区|亚洲精品天堂在线观看2020

當(dāng)前位置:首頁 > 網(wǎng)站建設(shè) > 正文內(nèi)容

主機指向index.html(主機向從機發(fā)送指令的格式)

網(wǎng)站建設(shè)1年前 (2023-12-29)488

一、漏掃出現(xiàn)問題

檢測到目標(biāo)X-Content-Type-Options響應(yīng)頭缺失

add_header 'Referrer-Policy' 'origin';

1

檢測到錯誤頁面web應(yīng)用服務(wù)器版本信息泄露 修改404頁面及500頁面,不要出現(xiàn)apache、nginx等字樣

檢測到目標(biāo)Referrer-Policy響應(yīng)頭缺失

add_header 'Referrer-Policy' 'origin';

1

檢測到目標(biāo)X-XSS-Protection響應(yīng)頭缺失

add_header X-Xss-header “1;mode=block”;

1

檢測到目標(biāo)X-Download-Options響應(yīng)頭缺失

add_header X-Download-Options "noopen" always;

1

檢測到目標(biāo)Strict-Transport-Security響應(yīng)頭缺失

add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";

1

檢測到目標(biāo)Content-Security-Policy響應(yīng)頭缺失

add_header X-Frame-Options SAMEORIGIN;

1

檢測到目標(biāo)X-Permitted-Cross-Domain-Policies響應(yīng)頭缺失

header("X-Permitted-Cross-Domain-Policies:'master-only';");

1

展開全文

點擊劫持:X-Frame-Options未配置

add_header X-Frame-Options SAMEORIGIN;

1

二、nginx.conf

http當(dāng)中添加server_tokens off;

替換對應(yīng)的站點域名;

#user nobody;

worker_processes 4;

#error_log logs/error.log;

#error_log logs/error.log notice;

#error_log logs/error.log info;

#pid logs/nginx.pid;

events {

worker_connections 40960;

}

http {

include mime.types;

default_type application/octet-stream;

#log_format main '$remote_addr - $remote_user [$time_local] "$request" '

# '$status $body_bytes_sent "$http_referer" '

# '"$http_user_agent" "$http_x_forwarded_for"';

#access_log logs/access.log main;

sendfile on;

#tcp_nopush on;

#keepalive_timeout 0;

keepalive_timeout 65;

server_tokens off;

server {

listen 8080;

server_name *.demo.com;

root "/www/demo";

location / {

index index.php index.html error/index.html;

error_page 400 /error/400.html;

error_page 403 /error/403.html;

error_page 404 /error/404.html;

error_page 500 /error/500.html;

error_page 501 /error/501.html;

error_page 502 /error/502.html;

error_page 503 /error/503.html;

error_page 504 /error/504.html;

error_page 505 /error/505.html;

error_page 506 /error/506.html;

error_page 507 /error/507.html;

error_page 509 /error/509.html;

error_page 510 /error/510.html;

include D:/phpstudy_pro/WWW/8100ktc/nginx.htaccess;

autoindex off;

}

location ~ \.php(.*)$ {

fastcgi_pass 127.0.0.1:9007;

fastcgi_index index.php;

fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

fastcgi_param PATH_INFO $fastcgi_path_info;

fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;

include fastcgi_params;

}

add_header X-Content-Type-Options nosniff;

add_header 'Referrer-Policy' 'origin';

add_header X-Download-Options "noopen" always;

add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";

add_header X-Permitted-Cross-Domain-Policies "master-only";

add_header X-Frame-Options SAMEORIGIN;

add_header Content-Security-Policy "default-src 'self' data: *.xxx.com 'unsafe-inline' 'unsafe-eval' mediastream: ";

add_header X-Content-Type-Options: nosniff;

add_header X-XSS-Protection "1; mode=block";

# proxy_hide_header X-Powered-By;

}

}

1

2

主機指向index.html(主機向從機發(fā)送指令的格式)

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

————————————————

版權(quán)聲明:本文為CSDN博主「那小子很拽」的原創(chuàng)文章,遵循CC 4.0 BY-SA版權(quán)協(xié)議,轉(zhuǎn)載請附上原文出處鏈接及本聲明。

原文鏈接:https://blog.csdn.net/haoqi9999/article/details/123271036

掃描二維碼推送至手機訪問。

版權(quán)聲明:本文由飛速云SEO網(wǎng)絡(luò)優(yōu)化推廣發(fā)布,如需轉(zhuǎn)載請注明出處。

本文鏈接:http://www.thonggone.com/post/74854.html

標(biāo)簽: 主機指向index.html

“主機指向index.html(主機向從機發(fā)送指令的格式)” 的相關(guān)文章

高端品牌網(wǎng)站建設(shè)(品牌建設(shè)網(wǎng)站有哪些)

高端品牌網(wǎng)站建設(shè)(品牌建設(shè)網(wǎng)站有哪些)

今天給各位分享高端品牌網(wǎng)站建設(shè)的知識,其中也會對品牌建設(shè)網(wǎng)站有哪些進行解釋,如果能碰巧解決你現(xiàn)在面臨的問題,別忘了關(guān)注本站,現(xiàn)在開始吧!本文目錄一覽: 1、高端品牌網(wǎng)站建設(shè)定制開發(fā)哪家公司好? 2、國內(nèi)厲害網(wǎng)站建設(shè)公司有哪些,高端建站的? 3、如何做高端品牌網(wǎng)站 4、高端網(wǎng)站建設(shè)好處是什...

網(wǎng)站關(guān)鍵字優(yōu)化的簡單介紹

網(wǎng)站關(guān)鍵字優(yōu)化的簡單介紹

今天給各位分享網(wǎng)站關(guān)鍵字優(yōu)化的知識,其中也會對進行解釋,如果能碰巧解決你現(xiàn)在面臨的問題,別忘了關(guān)注本站,現(xiàn)在開始吧!本文目錄一覽: 1、如何 優(yōu)化 一個網(wǎng)站的 關(guān)鍵詞 2、什么是網(wǎng)站關(guān)鍵詞優(yōu)化 3、網(wǎng)站關(guān)鍵字優(yōu)化有哪些方法?應(yīng)該如何做呢? 4、怎樣做網(wǎng)站關(guān)鍵詞優(yōu)化 如何 優(yōu)化 一個網(wǎng)站...

彩虹云商城下載手機版(彩虹云商城下載手機版安裝)

彩虹云商城下載手機版(彩虹云商城下載手機版安裝)

本篇文章給大家談?wù)劜屎缭粕坛窍螺d手機版,以及彩虹云商城下載手機版安裝對應(yīng)的知識點,希望對各位有所幫助,不要忘了收藏本站喔。 本文目錄一覽: 1、彩虹云商城抽獎怎么設(shè)置 2、彩虹發(fā)卡系統(tǒng)怎么變成黑白的 3、小儲云商城和彩虹系統(tǒng)哪個好 4、彩虹社區(qū)屬于什么系統(tǒng)? 5、彩虹云商城和沉夢哪個...

幼兒園中班家長會ppt模板免費下載(幼兒園中班家長會ppt模板免費下載手機版)

幼兒園中班家長會ppt模板免費下載(幼兒園中班家長會ppt模板免費下載手機版)

今天給各位分享幼兒園中班家長會ppt模板免費下載的知識,其中也會對幼兒園中班家長會ppt模板免費下載手機版進行解釋,如果能碰巧解決你現(xiàn)在面臨的問題,別忘了關(guān)注本站,現(xiàn)在開始吧!本文目錄一覽: 1、中班下學(xué)期家長會總結(jié)模板 2、中班下學(xué)期家長會PPT應(yīng)該從那幾個方面入手 3、中班家長會方案及流...

免費模板的軟件有哪些(免費模板的軟件有哪些下載)

免費模板的軟件有哪些(免費模板的軟件有哪些下載)

今天給各位分享免費模板的軟件有哪些的知識,其中也會對免費模板的軟件有哪些下載進行解釋,如果能碰巧解決你現(xiàn)在面臨的問題,別忘了關(guān)注本站,現(xiàn)在開始吧!本文目錄一覽: 1、哪里有免費的建站軟件啊,附帶模板。還有教程,謝謝了。商人勿進,專業(yè)老師熱烈歡迎。 2、什么軟件可以免費下載簡歷模板制作簡歷?...