<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>apt-blog.net   无证程序员的PT桑 &#187; 嗅探</title>
	<atom:link href="http://apt-blog.net/tag/%e5%97%85%e6%8e%a2/feed" rel="self" type="application/rss+xml" />
	<link>http://apt-blog.net</link>
	<description>潜逃中。</description>
	<lastBuildDate>Fri, 18 May 2012 11:25:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>隐私嗅探者——Driftnet</title>
		<link>http://apt-blog.net/a-private-sniffer-driftnet</link>
		<comments>http://apt-blog.net/a-private-sniffer-driftnet#comments</comments>
		<pubDate>Sat, 21 Feb 2009 16:06:25 +0000</pubDate>
		<dc:creator>PT</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[小玩意]]></category>
		<category><![CDATA[Driftnet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[嗅探]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[隐私]]></category>
		<guid isPermaLink="false">http://apt-blog.net/archives/77.html</guid>
		<description><![CDATA[Driftnet是一款数据嗅探软件，它感兴趣的内容可能和你一样：别人正在查看的图片、视频、音频……意味着，你可以通过Driftnet，将你电脑所处的网络广播域中所有人未经加密传输的图像一一显示出来……特别在无线WiFi网络中。 加密连接对很多人来说没什么概念：“我又不是做FBI的，干吗要弄什么加密！”，但很多人见到这个软件的运行效果之后，都赶紧打开他的无线网络的加密…… 现时基于802.11的无线网络，很多并不使用加密，处于这样的网络中，相当于将你浏览的网页、发出的邮件都通过无线信号向四周毫无遮拦地发送，就差一个有心的收藏者了。 值得庆幸的是，近年来有线网络的铺设已经广泛使用了交换机，把各个主机的碰撞域隔离，否则，你的网络流数据是直接广播到每个用户的端口的，只是一般的电脑默认忽略了这些数据而已。但是只要愿意，控制交换机的人可以轻易把各个端口的数据发往一个监视端口，通过这个端口，和Driftnet这样的软件，几乎可将整个子网的数据流一览无遗。 Driftnet是一个Unix/Linux程序，他包含在如Ubuntu等的Linux发行版中，可以通过 sudo apt-get install driftnet 轻松获得。由于是直接操控硬件，运行它需要管理员权限。 Driftnet提供了一些参数，可以指定嗅探到的图片等的保存位置，显示方式……通过-h查看。 编译Driftnet也很轻松，在作者主页下载driftnet-0.1.6.tar.gz，运行make即可，代码包中甚至没有autoconf的脚本，makefile里面可能有些不正确，比如gtk-config已经不存在现在的gtk包中，换之的是pkg-config。 Driftnet并不支持Windows，作者说：If you want a Microsoft Windows version, well, go ahead and write one-- the libraries you need support Microsoft Windows too. 再者，Driftnet被认为是elaborate plot to undermine civilisation（文明毁灭者），并不希望被太多人使用。]]></description>
			<content:encoded><![CDATA[<p>Driftnet是一款数据嗅探软件，它感兴趣的内容可能和你一样：别人正在查看的图片、视频、音频……意味着，你可以通过Driftnet，将你电脑所处的网络广播域中所有人未经加密传输的图像一一显示出来……特别在无线WiFi网络中。</p>
<div style="text-align: center;"><img style="max-width: 800px; width: 412px; height: 343px;" src="http://apt-blog.net/wp-content/uploads/2009/02/driftnet.png" />
</div>
<p>加密连接对很多人来说没什么概念：“我又不是做FBI的，干吗要弄什么加密！”，但很多人见到这个软件的运行效果之后，都赶紧打开他的无线网络的加密……<br />
<span id="more-77"></span><br />
现时基于802.11的无线网络，很多并不使用加密，处于这样的网络中，相当于将你浏览的网页、发出的邮件都通过无线信号向四周毫无遮拦地发送，就差一个有心的收藏者了。</p>
<p>值得庆幸的是，近年来有线网络的铺设已经广泛使用了交换机，把各个主机的碰撞域隔离，否则，你的网络流数据是直接广播到每个用户的端口的，只是一般的电脑默认忽略了这些数据而已。但是只要愿意，控制交换机的人可以轻易把各个端口的数据发往一个监视端口，通过这个端口，和Driftnet这样的软件，几乎可将整个子网的数据流一览无遗。</p>
<p>Driftnet是一个Unix/Linux程序，他包含在如Ubuntu等的Linux发行版中，可以通过</p>
<blockquote><p>sudo apt-get install driftnet
</p></blockquote>
<p>轻松获得。由于是直接操控硬件，运行它需要管理员权限。</p>
<p>Driftnet提供了一些参数，可以指定嗅探到的图片等的保存位置，显示方式……通过-h查看。</p>
<p>编译Driftnet也很轻松，在<a target="_blank" href="http://www.ex-parrot.com/%7Echris/driftnet/">作者主页</a>下载<a href="http://www.ex-parrot.com/%7Echris/driftnet/driftnet-0.1.6.tar.gz">driftnet-0.1.6.tar.gz</a>，运行make即可，代码包中甚至没有autoconf的脚本，makefile里面可能有些不正确，比如gtk-config已经不存在现在的gtk包中，换之的是pkg-config。</p>
<p>Driftnet并不支持Windows，作者说：If you want a Microsoft Windows version, well, go ahead and write one-- the libraries you need support Microsoft Windows too. 再者，Driftnet被认为是elaborate plot to undermine civilisation（文明毁灭者），并不希望被太多人使用。</p>
]]></content:encoded>
			<wfw:commentRss>http://apt-blog.net/a-private-sniffer-driftnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

