- 博客(12)
- 收藏
- 关注
原创 dig批量逆向查询域名
利用dig命令批量逆向查询域名dig +nocmd +noall +answer -f iplist.txtiplist.txt中的命令如下:dig -x IP1dig -x IP1
2021-02-24 11:49:37
1173
原创 DNS Query Types
信息来源DNS查询码于查询类型对照表#Query CodeQuery Type1AHost Address2NSAuthoritative name server3MDMail destination4MFMail forwarder5CNAMECanonical name for an alias6SOAStart of a zone of authority7MBMailbox domain name8MG
2021-02-23 17:15:41
1858
1
转载 RFC2616中文版
转自:https://www.cnblogs.com/k1988/archive/2010/01/12/2165683.html
2021-02-21 22:27:27
1016
转载 RFC793中文版
传输控制协议(TRANSMISSION CONTROL PROTOCOL)DARPA INTERNET程序协议规范1.介绍传输控制协议在包交换计算机通讯网络和这些网络的互联系统中作为一个高可靠性的主机到主机协议使用。本文档描述了传输控制协议执行的功能,实现的程序,和程序接口或者要求它的服务的用户。1.1 动机(Motivation)计算机通信系统在军事、政府和民用环境中起着越来越重要的作用。本文档主要将注意力集中在军用计算机通讯要求,尤其是在不可靠通信中的坚固和在拥塞情况下的可用,但是很多这样
2021-02-20 22:35:50
7506
转载 看懂 Serverless,这一篇就够了
看懂 Serverless,这一篇就够了1. 无服务器(Serverless)计算是什么2. 理解Serverless技术—FaaS和BaaS2.1 FaaS(Function as a Service,函数即服务)2.2 BaaS(Backend as a Service,后端即服务)3. 无服务器(Serverless)计算如何工作?4. 无服务器(Serverless)适用于哪些场景?4.1 场景一:应用负载有显著的波峰波谷4.2 场景二:典型用例 - 基于事件的数据处理5. Serverless 的
2021-02-19 11:37:46
233
转载 为什么在Python代码中装饰器很重要
为什么在Python代码中装饰器很重要什么是装饰器?要理解什么是装饰器,您首先需要熟悉Python处理函数的方式。从它的观点来看,函数和对象没有什么不同。它们有属性,可以重新分配:def func(): print('hello from func') func() > hello from func new_func = func new_func() > hello from func print(new_func.__name__) > func此外,
2021-02-16 10:14:06
143
转载 openssl生成CA证书
openssl生成CA证书https://blog.youkuaiyun.com/cowbin2012/article/details/100134114
2021-02-10 17:13:47
477
原创 利用openssl查看网站证书
利用openssl查看网站证书openssl s_client -connect www.google.com.hk:443 -debug
2021-02-10 17:10:37
2639
原创 基于IP实现请求转发——nginx配置
基于IP实现请求转发——nginx配置# For more information on configuration, see:# * Official English Documentation: http://nginx.org/en/docs/# * Official Russian Documentation: http://nginx.org/ru/docs/user nginx;worker_processes auto;error_log /var/log/nginx/e
2021-02-10 17:02:49
1081
原创 CentOS7安装VMware后提示需要安装vmmon和vmnet模块的解决方案
git clone https://github.com/mkubecek/vmware-host-modules.gitcd vmware-host-modules/makemake install
2021-02-10 16:48:17
1933
1
原创 firewalld配置——拒绝指定IP访问指定服务
这里写自定义目录标题**http**和**https**服务启用命令:**http**和**https**服务启用命令:http和https服务启用命令:firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.1.1" service name="http,https" reject"firewall-cmd --permanent --add-rich-rule="rule family
2021-02-01 11:07:38
1601
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人