| 动画介绍:前些日子有个叫破坏者的人 “入侵”了微软。。。汗。。菜鸟对他崇拜的五体投地啊。。。
叫他做师傅啊,买他的工具啊。。。其实有经验的朋友一看就知道怎么回事情了。。。。
这个教程本来打算做的,后台被武夫数落了,但是最后 我还是坚持做了,因为,总有些人
会上当,总有些人不知道,这是什么原理。。。。
我喜欢大家,以后遇到累世教程 不要相信。。。该说的说完了。。。看教程吧。。。
hosts文件:
是Windows系统中一个负责IP地址与域名快递解析的文件,以ASCLL格式保存。
计算机在键入域名(比如www.hackwolf.cn)的时候,
首先会去看看hosts文件汇总有没有关于此域名IP地址的记录。
如果有,就直接登陆该网站;如果没有再查询DNS服务器。
hosts在Windows98中是hosts.sam文件,在Windows2000/XP中则就是hosts文件,没有拓展名。
# Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a ’#’ symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
以上是hosts文件的内容。。。
也就是说,如果我们本地搭建一个Web服务,然后把你要“入侵”的站点的保存到你的网站根目录。。。
接着修改hosts文件中127.0.0.1 localhost 改为:127.0.0.1 你要日的站点,然后在IE打入你
要日的站点,你就可以为所欲为了 ^_^
废话不多说了。。。看我操作吧。。。 |