当前位置:首页 > 网站源码 > 正文内容

php域名授权验证系统(php域名授权系统源码2020)

网站源码2年前 (2024-03-25)263

一、漏扫出现问题

检测到目标X-Content-Type-Options响应头缺失

add_header 'Referrer-Policy' 'origin';

1

检测到错误页面web应用服务器版本信息泄露 修改404页面及500页面,不要出现apache、nginx等字样

php域名授权验证系统(php域名授权系统源码2020)

检测到目标Referrer-Policy响应头缺失

add_header 'Referrer-Policy' 'origin';

1

检测到目标X-XSS-Protection响应头缺失

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

1

检测到目标X-Download-Options响应头缺失

add_header X-Download-Options "noopen" always;

1

检测到目标Strict-Transport-Security响应头缺失

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

1

检测到目标Content-Security-Policy响应头缺失

add_header X-Frame-Options SAMEORIGIN;

1

检测到目标X-Permitted-Cross-Domain-Policies响应头缺失

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

1

展开全文

点击劫持:X-Frame-Options未配置

add_header X-Frame-Options SAMEORIGIN;

1

二、nginx.conf

http当中添加server_tokens off;

替换对应的站点域名;

#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

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

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

版权声明:本文为CSDN博主「那小子很拽」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

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

扫描二维码推送至手机访问。

版权声明:本文由我的模板布,如需转载请注明出处。


本文链接:http://suzhouxs.com/post/57933.html

分享给朋友:

“php域名授权验证系统(php域名授权系统源码2020)” 的相关文章

自己搞解析视频接口(制作自己的视频解析接口)

自己搞解析视频接口(制作自己的视频解析接口)

今天给各位分享自己搞解析视频接口的知识,其中也会对制作自己的视频解析接口进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、自己想制作vip视频解析软件用易语言如...

宝塔面板搭建小程序后端(宝塔面板搭建微信小程序)

宝塔面板搭建小程序后端(宝塔面板搭建微信小程序)

今天给各位分享宝塔面板搭建小程序后端的知识,其中也会对宝塔面板搭建微信小程序进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、宝塔面板搭建h5小游戏网站需要安装...

org域名注册(org域名注册网站)

org域名注册(org域名注册网站)

本篇文章给大家谈谈org域名注册,以及org域名注册网站对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、org域名个人和企业能注册么? 2、.org域名注册有什么要求么...

十大手游账号交易平台(最大的手游账号交易平台)

十大手游账号交易平台(最大的手游账号交易平台)

本篇文章给大家谈谈十大手游账号交易平台,以及最大的手游账号交易平台对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、十大手游交易平台排行榜 2、手游账号交易平台推荐?...

java源码怎么打包(java源码打包apk)

java源码怎么打包(java源码打包apk)

今天给各位分享java源码怎么打包的知识,其中也会对java源码打包apk进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、如何将java源程序打包成可执行文件...

农村两层楼房装修要几万(农村两层楼房装修要几万块钱)

农村两层楼房装修要几万(农村两层楼房装修要几万块钱)

今天给各位分享农村两层楼房装修要几万的知识,其中也会对农村两层楼房装修要几万块钱进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、农村盖个二层楼房要多少资金?...