DNS原理及其解析过程【精彩剖析】 2012-03-21 17:23:10标签:dig wireshark bind nslookup dns原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://369369.blog.51cto.co...
分类:
其他好文 时间:
2015-08-17 17:15:22
阅读次数:
140
被动信息收集
特点:
基于公开渠道
与目标不直接接触
避免留下一切痕迹
标准参考——OSINT:
美国军方
北大西洋公约组织
名词解释
DNS——Domain Name System 域名系统
因特网上作为域名和IP地址相互映射的一个分布式数据库,能够使用户更方便的访问互联网,而不用去记住能够被机器直接读取的IP数串。通过主机名,最终得到该主机名对应...
分类:
其他好文 时间:
2015-08-13 22:13:39
阅读次数:
136
gpedit.msc-----组策略 sndrec32-------录音机 Nslookup-------IP地址侦测器 explorer-------打开资源管理器 logoff---------注销命令 tsshutdn-------60秒倒计时关机命令 lusrmgr.msc---...
分类:
其他好文 时间:
2015-08-12 21:11:56
阅读次数:
114
作者:zhanhailiang 日期:2014-11-011. hosthost提供域名到IP地址的双向解析;host默认通过/etc/resolv.conf读取Name Server来解析,除非提供可选參数server。-a參数相当于进行ANY查询。[root@~]# host pic1.vi.....
分类:
其他好文 时间:
2015-08-06 18:12:58
阅读次数:
324
#!/usr/bin/perl#usewarnings;usestrict;useParallel::ForkManager;useJSON::XS;useNet::DNS::Nslookup;useNet::Nslookup;usePOSIXqw(strftime);useDigest::MD5;`[-d./logs]||mkdirlogs`;my$listPath="./domain-list";my$dropPath="./domain-drop";my$logsPath="./logs/";our$d..
分类:
其他好文 时间:
2015-08-04 23:19:04
阅读次数:
244
通常有的时候我们通过域名打不开网页,有可能使DNS缓存的原因(DNS解析的ip地址变了),解决办法如下:
方法一:$nslookup ecafe.pub(这里是你要打开的域名)
方法二:$sudo /etc/init.d/nscd restart
或者:$service nscd restart
或者:$service nsc...
分类:
系统相关 时间:
2015-08-03 14:47:03
阅读次数:
152
如何判断是否使用了CDN加速?在CMD 输入 nslookup 域名例如:nslookupwww.baidu.com有CDN的示例Server:cache3-gzAddress:211.98.4.1Non-authoritative answer:Name: Addresses:119.75.2.....
分类:
其他好文 时间:
2015-07-29 15:36:11
阅读次数:
112
curl -o /dev/null -s -w "nslookup_time :%{time_namelookup}\n time_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{t...
分类:
Web程序 时间:
2015-07-21 20:30:25
阅读次数:
114
查看电脑最大支持多大的内存: wmic memphysical get maxcapacity查询DNS: nslookup a.root-servers.net路由线路: tracert运行框输入:msinfo32 (查看本机详细信息) services.msc(直接进入服务列表) mscon.....
分类:
其他好文 时间:
2015-07-20 18:33:23
阅读次数:
235
一、环境系统centos6.4x64最小化安装IP192.168.3.26二、解析并关闭postfix服务[root@weyeenet~]#nslookupmial.weyeenet.net
Server: 192.168.0.36
Address: 192.168.0.36#53
Name: mial.weyeenet.net
Address:192.168.3.26
[root@weyeenet~]#nslookup
>settype=mx
>we..
分类:
其他好文 时间:
2015-07-16 22:42:46
阅读次数:
605