wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh 接下来开始安装,首先选择1 ...
分类:
其他好文 时间:
2019-12-12 10:22:02
阅读次数:
128
1、yum -y install wget (已安装则无需执行) 2、wget –no-check-certificate -O shado(敏感词汇,执行时去掉括号内容)wsocks.sh https://raw.githubusercontent.com/teddysun/shado(敏感词汇, ...
分类:
其他好文 时间:
2019-12-08 12:57:48
阅读次数:
86
1、准备好网站域名的https证书,后缀名如下,上传到服务器上。 xxx.pem xxx.key 2、配置nginx.conf server { listen 443 ssl; server_name scm.xxx.com; ssl on; ssl_certificate ./cert/cert. ...
分类:
Web程序 时间:
2019-12-05 19:01:44
阅读次数:
129
[TOC] 下面的操作依托于上一篇文章 "环境介绍与基础配置" 安装cfssl工具集 本文章使用CloudFlare的PKI工具cfssl创建所有证书。 创建CA证书和秘钥 为确保安全,kubernetes各个组件需要使用x509证书对通信进行加密和认证 CA(Certificate Authori ...
分类:
其他好文 时间:
2019-12-05 13:13:10
阅读次数:
164
MITM - bypassing HTTPS Most websites use https in their login pages, this means that these pages are validated using an SSL certificate and there for ...
分类:
Web程序 时间:
2019-12-03 23:37:54
阅读次数:
139
Git 报错 error setting certificate verify locations 从字面上看,本地证书验证错误,这个我理解了,因为我下载的是HTTPS的内容,需要配置证书! 解决方案: 打开git bash,直接关闭证书校验 ...
分类:
其他好文 时间:
2019-11-30 14:00:06
阅读次数:
92
子域名枚举是信息收集中关键的一步,细节很大程度决定战果。本文参考 ,加上实践运用进行总结。 被动枚举 一、证书透明度 证书 当通过HTTPS访问web时,网站向浏览器提供数字证书,此证书用于识别网站的主机名,由证书颁发机构(CA,Certificate Authority)颁发。 证书透明度 证书透 ...
分类:
其他好文 时间:
2019-11-29 12:52:38
阅读次数:
97
在Win7上安装VS2015的过程中,可能会出现下图错误: 这种情况,多半是应为Win7里面缺少了两个证书: Microsoft Root Certificate Authority 2010 Microsoft Root Certificate Authority 2011 解决办法也比较简单:那 ...
好久没用postman 了,安装上不能未回应,Could not get response 我们找到这个图标,打开setting 在General中把 SSL certificate verification 关闭(off状态),就OK了 ...
分类:
Web程序 时间:
2019-11-26 13:17:01
阅读次数:
118
当我们的系统时间不正常,比如设置一个日期-1999年9月9日,会引发证书问题。 系统时间不正常-IE有概率能访问 触发NavigateError事件,异常代码INET_E_INVALID_CERTIFICATE -- 这是一个必要不充分条件,系统时间不正常时IE有相关证书异常,更新时间能解决此类异常 ...
分类:
其他好文 时间:
2019-11-21 12:06:27
阅读次数:
106