网络和监控命令类似于这些: hostname, ping, ifconfig, iwconfig, netstat, nslookup, traceroute, finger, telnet, ethtool 用于查看 linux 服务器 ip 地址,管理服务器网络配置,通过 telnet 和 et ...
分类:
系统相关 时间:
2018-05-22 23:59:59
阅读次数:
375
Try adding forwarders to some public DNS servers leave the box ticked which says use root hints if forwarders are not available. Also like Jermey said ...
分类:
其他好文 时间:
2018-05-22 20:44:41
阅读次数:
174
2. DNS 系统基础 转载至:http://blog.163.com/hlz_2599/blog/static/1423784742011616103922517/ 这里另外加上一个自己包名的一个命令 dig host nslookup 这些命令都是由bind-utiils这个rpm包提供的 In ...
分类:
其他好文 时间:
2018-05-21 14:33:33
阅读次数:
368
nslookup myip.opendns.com resolver1.opendns.com Server: resolver1.opendns.comAddress: 208.67.222.222 Non-authoritative answer:Name: myip.opendns.comAd ...
分类:
其他好文 时间:
2018-05-18 00:29:03
阅读次数:
204
安装DNS解析包bind是linux系统下的一个DNS服务程序.bind-utils是bind软件提供的一组DNS工具包,里面有一些DNS相关的工具.主要有:dig,host,nslookup,nsupdate.使用这些工具可以进行域名解析和DNS调试工作.vim/etc/named.conf进入区域配置文件vim/etc/named.rfc1912.zones根域配置文件cp-pnamed.lo
分类:
其他好文 时间:
2018-05-15 17:31:43
阅读次数:
167
查看本机ip:ipconfig连接远程桌面:mstsc 1、 gpedit.msc 组策略。 2.、sndrec32 录音机。 3、Nslookup IP地址侦测器 ,是一个 监测网络中 DNS 服务器是否能正确实现域名解析的命令行工具。 它在 Windows NT/2000/XP 中均可使用 , ...
分类:
其他好文 时间:
2018-05-10 21:38:14
阅读次数:
152
实验六 信息搜集与漏洞扫描 1. DNS IP注册信息的查询 首先试下查找学校官网的IP 方法一 使用whois+域名 失败了 方法二 nslookup法 还是失败了 方法三 直接ping法 等了很久都没反应,看来是失败了 方法四 netcraft提供的信息查询服务 查不到 使用http://www ...
分类:
其他好文 时间:
2018-05-08 00:53:31
阅读次数:
215
一、实践目标与内容 漏洞扫描:会扫,会看报告,会查漏洞说明,会修补漏洞 二、实践过程与步骤 1.信息的收集 1.1运用whois Address查询目标网址信息,这里查询了度娘,可以看到百度的许多相关信息,有注册信息、管理员信息等等 1.2运用nslookup Address查询查询域名与地址的对应 ...
分类:
其他好文 时间:
2018-05-07 21:40:54
阅读次数:
426
一、实验内容 1、whois查询 我是查找的baidu.com 基本上可以找到许多有用的信息 2、nslookup和dig查询 使用的是qq.com 3、使用shodan,即黑暗谷歌 首先 ping qq.com找到其IP地址 111.161.64.40 然后通过shodan查找信息 还能进行定位, ...
分类:
其他好文 时间:
2018-05-07 21:00:18
阅读次数:
294
通过DNS和IP挖掘目标网站的信息 whois查询:用来进行域名注册信息查询,以得到3R注册信息,包括注册人的名字、组织、城市等信息。(进行whois查询时去掉www等前缀,因为注册域名时通常会注册一个上层域名,子域名由自身的域名服务器管理,在whois数据库中可能查询不到) nslookup,di ...
分类:
其他好文 时间:
2018-05-07 19:31:16
阅读次数:
195