当前位置:首页 > 软件开放 > 正文内容

php登陆界面源代码(登录界面php代码)

软件开放11个月前 (12-23)419

一、漏扫出现问题

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

add_header 'Referrer-Policy' 'origin';

1

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

检测到目标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

php登陆界面源代码(登录界面php代码)

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

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

版权声明:本文由飞速云SEO网络优化推广发布,如需转载请注明出处。

本文链接:http://zspsrg.cn/post/73052.html

分享给朋友:

“php登陆界面源代码(登录界面php代码)” 的相关文章

软件开发流程图(软件开发流程图工具)

软件开发流程图(软件开发流程图工具)

今天给各位分享软件开发流程图的知识,其中也会对软件开发流程图工具进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、软件是如何开发出来的? 2、开发一个app有哪些流程? 3、软件开发中的各种流程图有多种表示方法和形式,其中在 软件是如何开发出来的?...

东莞app软件开发(东莞app软件开发找聚顶科技在)

东莞app软件开发(东莞app软件开发找聚顶科技在)

今天给各位分享东莞app软件开发的知识,其中也会对东莞app软件开发找聚顶科技在进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、东莞APP软件开发多少钱 2、东莞软件开发公司哪家好? 3、app开发公司哪家好一点? 4、东莞app开发公司哪家好...

vip解析网站全民解析(VIP解析网)

vip解析网站全民解析(VIP解析网)

今天给各位分享vip解析网站全民解析的知识,其中也会对VIP解析网进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、vip视频解析,是怎么回事?怎么弄的? 2、全民解析vip视频哪个好 3、全民vip视频解析后如何下载视频 4、vip解析网站都安全...

问道手游聚宝斋官网(问道手游聚宝斋官网渠道服)

问道手游聚宝斋官网(问道手游聚宝斋官网渠道服)

今天给各位分享问道手游聚宝斋官网的知识,其中也会对问道手游聚宝斋官网渠道服进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、问道手游聚宝斋在哪里可以登陆? 2、问道手游聚宝斋平台怎么操作 3、问道手游聚宝斋平台怎么操作 聚宝斋平台操作方法介绍 4、...

webview打不开网页可能是什么问题(webview组件安装异常)

webview打不开网页可能是什么问题(webview组件安装异常)

今天给各位分享webview打不开网页可能是什么问题的知识,其中也会对webview组件安装异常进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、WebView篇—— 加载Web页面空白原因 2、WebView加载不出来,显示空白页面 3、WKWebV...

火星直播官网(火星直播官网下载二维码)

火星直播官网(火星直播官网下载二维码)

今天给各位分享火星直播官网的知识,其中也会对火星直播官网下载二维码进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、火星直播激活码怎么获得 2、火星直播黑屏 3、投影仪如何下载火星直播 4、电视安装什么软件可以看电视直播 5、电视直播应用程序“...