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

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

网站源码6个月前 (03-25)174

一、漏扫出现问题

检测到目标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://sdjcht.com/post/57933.html

分享给朋友:

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

微信小程序云服务器怎么搭建(微信小程序云服务器配置)

微信小程序云服务器怎么搭建(微信小程序云服务器配置)

本篇文章给大家谈谈微信小程序云服务器怎么搭建,以及微信小程序云服务器配置对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、求大神,微信小程序怎么部署到服务器上 2、微信小...

怎么查询iphone位置信息(iPhone怎么查询位置)

怎么查询iphone位置信息(iPhone怎么查询位置)

本篇文章给大家谈谈怎么查询iphone位置信息,以及iPhone怎么查询位置对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、苹果怎么查找手机位置 2、如何查找iphon...

源码熊编程软件系统单价(源码熊编程网站)

源码熊编程软件系统单价(源码熊编程网站)

今天给各位分享源码熊编程软件系统单价的知识,其中也会对源码熊编程网站进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、我小侄子7岁,家里想要让他学习编程,家附近...

苹果怎么获取微信登陆权限(苹果手机微信登录权限在哪里设置)

苹果怎么获取微信登陆权限(苹果手机微信登录权限在哪里设置)

今天给各位分享苹果怎么获取微信登陆权限的知识,其中也会对苹果手机微信登录权限在哪里设置进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、苹果手机怎么获得微信的使...

原始传奇聚宝阁交易平台(原始传奇 聚宝坊)

原始传奇聚宝阁交易平台(原始传奇 聚宝坊)

今天给各位分享原始传奇聚宝阁交易平台的知识,其中也会对原始传奇 聚宝坊进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、原始传奇拍卖行在哪 2、原始传奇怎么...

vue框架项目源码(前端开源vue项目)

vue框架项目源码(前端开源vue项目)

本篇文章给大家谈谈vue框架项目源码,以及前端开源vue项目对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、vue项目实现动态路由和动态菜单搭建插件式开发框架免费源码...