一、谷歌语法通过特定站点范围查询子域:site:qq.com二、在线爆破 在线枚举爆破:http://phpinfo.me/domain/三、证书搜索 基于SSL证书查询子域:https://crt.sh/四、DNS搜索基于DNS记录查询子域:https://dns.bufferover.run/d ...
分类:
其他好文 时间:
2019-12-31 21:38:53
阅读次数:
422
前言 morphia是java 使用orm方式操作mongodb的一个库。但是默认情况下,使用morphia存取enum时,是按名字存取的。而我们需要把enum按照值存取。 如图:schoolClassLevel1字段是默认的按enum的name进行存取的,schoolClassLevel是我们想要 ...
分类:
编程语言 时间:
2019-12-31 18:54:14
阅读次数:
82
An unhandled exception has occurred while executing the request.System.Net.Http.HttpRequestException: The SSL connection could not be established, see ...
分类:
微信 时间:
2019-12-31 18:32:37
阅读次数:
179
1.检查是否安装OpenSSL 1.1 查看是否安装 openssl version 1.2 编译安装: https://www.cnblogs.com/rxbook/p/9367725.html 1.3 yum安装 yum install openssl yum install openssl-d ...
分类:
Web程序 时间:
2019-12-31 14:31:03
阅读次数:
115
1.首先搭建 Gstreamer 所需环境 (1).先安装Gstreamer所需的程序包: 1 sudo apt-get update // 安装之前最好检查下面的tools是否已经安装,例如输入:autoconf -v;如果提示未发现该命令请安装。2 sudo apt-get install au ...
分类:
其他好文 时间:
2019-12-31 14:20:16
阅读次数:
80
参照 https://www.cnblogs.com/itgiser/p/11345636.html 源码方式安装 第一步:卸载旧的git版本、 $ yum remove git 第二步:下载git $ wget --no-check-certificate https://www.kernel.o ...
分类:
其他好文 时间:
2019-12-31 12:11:51
阅读次数:
407
class Metaspace extends ClassLoader { public static List<Class<?>> createClasses() throws InterruptedException { // 类持有 List<Class<?>> classes = new A ...
分类:
Web程序 时间:
2019-12-30 19:16:00
阅读次数:
149
stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate... ...
分类:
其他好文 时间:
2019-12-30 19:13:00
阅读次数:
126
Nginx如果未开启SSL模块,配置Https时将提示如题错误 原因:nginx缺少http_ssl_module模块,编译安装的时候带上--with-http_ssl_module配置就行了,但是现在的情况是我的nginx已经安装过了,怎么添加模块(我的nginx的安装目录是/usr/local/ ...
分类:
Web程序 时间:
2019-12-30 14:47:59
阅读次数:
104
1.危害 SSL/TLS协议是一个被广泛使用的加密协议,Bar Mitzvah攻击实际上是利用了"不变性漏洞",这是RC4算法中的一个缺陷,它能够在某些情况下泄露SSL/TLS加密流量中的密文,从而将账户用户名密码,信用卡数据和其他敏感信息泄露给黑客。 2.利用 3.防御 用户可参考如下供应商提供的 ...
分类:
其他好文 时间:
2019-12-30 11:29:52
阅读次数:
92