<?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>Phocean.net / Computer Security &#187; Scanning / fingerprinting</title>
	<atom:link href="http://www.phocean.net/category/security/scanning-fingerprinting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phocean.net</link>
	<description>&#34;A defense that hedgehogs possess is the ability to roll into a tight ball, causing all of the spines to point outwards.&#34; -- Wikipedia</description>
	<lastBuildDate>Wed, 30 Nov 2011 22:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>BNAT</title>
		<link>http://www.phocean.net/2011/09/13/bnat.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bnat</link>
		<comments>http://www.phocean.net/2011/09/13/bnat.html#comments</comments>
		<pubDate>Tue, 13 Sep 2011 19:34:58 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[BNAT]]></category>
		<category><![CDATA[DEFCON]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Metasploit]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[Nmap]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=1155</guid>
		<description><![CDATA[BNAT stands for &#8220;Broken NAT&#8220;. In the scope of Jonathan Claudius work, a NAT is considered broken when the client receives a reply from a server behind a NAT with a different IP than the one it sent the request to. It happens with bad implementations where the DNAT (destination NAT) and the SNAT (source NAT) use [...]]]></description>
			<content:encoded><![CDATA[<p><strong>BNAT</strong> stands for &#8220;<strong><em>Broken NAT</em></strong>&#8220;. In the scope of <em><strong>Jonathan Claudius</strong></em> work, a NAT is considered broken when the client receives a reply from a server behind a NAT with a different IP than the one it sent the request to.</p>
<p>It happens with bad implementations where the <em>DNAT</em> (destination NAT) and the <em>SNAT</em> (source NAT) use a different IP because of a wrong rule or because the outbound and inbound interfaces are separated.</p>
<p>As a result, the operating system of the client will discard right away such a reply (with a<em> TCP RST</em>), because it does not match an existing TCP session.</p>
<p><img class="aligncenter size-full wp-image-1157" title="bnat" src="http://www.phocean.net/wp-content/uploads/2011/08/bnat.png" alt="" width="532" height="165" /></p>
<p>The idea is that a pentester auditing such an infrastructure with a classic scanner will miss some entry points. A typical scanner relies on the network stack of the system : it will not receive the reply and will consider the port as filtered.</p>
<p>So Jonathan came with a proof-of-concept to illustrate his purpose.</p>
<p>It is composed of a B-Router and a client. The B-Router will intercept the reply and maintain the session by sending an ACK. This way, it handles an asymetric routing scheme for the client. Just add a filtering rule to block your system&#8217;s <em>RST</em> (<em>iptables -A OUTPUT -p tcp &#8211;tcp-flags RST RST -j DROP</em> ), and you are good to go.</p>
<p>Simple but brilliant, isn&#8217;t it ? The great thing is that the code has now been <a title="BNAT in Metasploit" href="https://community.rapid7.com/community/metasploit/blog/2011/08/26/a-tale-from-defcon-and-the-fun-of-bnat" target="_blank">included in Metasploit</a>, so it is even more straightforward.</p>
<p>Check the <a title="BNAT slides" href="http://www.slideshare.net/claudijd/dc-skytalk-bnat-hijacking-repairing-broken-communication-channels " target="_blank">slides of Jonathan at DEFCON</a> for more info. You can download the source <a title="BNAT source" href="https://github.com/claudijd/BNAT-Suite" target="_blank">there</a> (or just update your Metasploit and look for it in auxiliaries).<br />
<img class="aligncenter size-full wp-image-1158" title="bnat architecture" src="http://www.phocean.net/wp-content/uploads/2011/08/bnat-archi.png" alt="" width="579" height="347" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2011/09/13/bnat.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>waf00f</title>
		<link>http://www.phocean.net/2009/12/16/waf00f.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=waf00f</link>
		<comments>http://www.phocean.net/2009/12/16/waf00f.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:40:09 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fingerprinting]]></category>
		<category><![CDATA[httprint]]></category>
		<category><![CDATA[ModSecurity]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[Waf]]></category>
		<category><![CDATA[waf00f]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=571</guid>
		<description><![CDATA[waf00f is another nice fingerprinting tool. It is a good complement to a tool like httprint. It is able to detect Web Application Firewalls. Its output can help you to determine the trust you can have in what httprint or any other web server fingerprinting tool found out. Check it there.]]></description>
			<content:encoded><![CDATA[<p><strong>waf00f</strong> is another nice fingerprinting tool.<br />
It is a good complement to a tool like httprint. It is able to detect Web Application Firewalls.<br />
Its output can help you to determine the trust you can have in what httprint or any other web server fingerprinting tool found out.<br />
Check it <a title="waf00f" href="http://pentestit.com/2009/07/10/wafw00f-fingerprint-web-application-firewall/" target="_blank">there</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/12/16/waf00f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nessus 4.2</title>
		<link>http://www.phocean.net/2009/12/01/nessus-4-2.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nessus-4-2</link>
		<comments>http://www.phocean.net/2009/12/01/nessus-4-2.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:21:23 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=534</guid>
		<description><![CDATA[Nessus 4.2 is out. I tried it out and I must say that the new UI is great. I am not a big fan of Flash and I regret this choice. However, the design is excellent, all options are accessible in a logical way. Instead of spreading over the options like it used to be, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Nessus 4.2" href="http://www.nessus.org/download/" target="_blank">Nessus 4.2</a> is out.</p>
<p>I tried it out and I must say that the new UI is great. I am not a big fan of Flash and I regret this choice. However, the design is excellent, all options are accessible in a logical way. Instead of spreading over the options like it used to be, they come to you in the right order.</p>
<p>I also appreciate that the server and the client set-up are now unified thanks to the web interface (you can access it from localhost or from the network indifferently).</p>
<p>The report section has also been greatly improved.</p>
<p>So, if you were already an Nessus user, it is worth upgrading.</p>
<p>Talking about the set-up, there is an up-to-date package for openSUSE (of course, there are a lot less dependencies than before).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/12/01/nessus-4-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Nessus gui client and limited support of the server for openSUSE</title>
		<link>http://www.phocean.net/2009/09/02/no-nessus-gui-client-and-limited-support-of-the-server-for-opensuse.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-nessus-gui-client-and-limited-support-of-the-server-for-opensuse</link>
		<comments>http://www.phocean.net/2009/09/02/no-nessus-gui-client-and-limited-support-of-the-server-for-opensuse.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:27:36 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[nessus]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=416</guid>
		<description><![CDATA[As I work on security, I used to use Nessus on my openSUSE system. But it seems that Tenable Network Security dropped support for the client on our favorite distribution. At least, for some reason, they stopped making an universal statically linked binary (though they keep doing it for the server part) and it hasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>As I work on security, I used to use Nessus on my openSUSE system.</p>
<p>But it seems that <a href="https://discussions.nessus.org/message/2011#2011" target="_blank">Tenable Network Security dropped support for the client on our favorite distribution</a>.</p>
<p>At least, for some reason, they stopped making an universal statically linked binary (though they keep doing it for the server part) and it hasn&#8217;t changed since april.</p>
<p>Even the server has a rather limited and obsolete support of openSUSE 10, whereas Debian, Ubuntu and Fedora have support for various versions and architectures. Check <a href="http://nessus.org/download/nessus_download.php" target="_blank">there</a>.</p>
<p>This is rather a shame, as openSUSE is one of the major distribution.</p>
<p>I tried some workarounds like converting the deb packages, but, as expected, there are some dependancies issues.</p>
<p>So far, it seems that not many people are affected, because there are not many voices on the forum. I can live without it, but however, this is often a nice and useful tool.</p>
<p>Does anyone use it here ? Or did you get it to work somehow ? If you feel concerned, please let it know to Tenable !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/09/02/no-nessus-gui-client-and-limited-support-of-the-server-for-opensuse.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nmap 5.0 is out</title>
		<link>http://www.phocean.net/2009/07/17/nmap-5-0-is-out.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nmap-5-0-is-out</link>
		<comments>http://www.phocean.net/2009/07/17/nmap-5-0-is-out.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 08:41:46 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Fingerprint]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=395</guid>
		<description><![CDATA[Nmap 5.0 has been released, with a bunch of improvments : look at the changelog.]]></description>
			<content:encoded><![CDATA[<p><a title="Nmap 5.0 download" href="http://nmap.org/dist/nmap-5.00.tar.bz2" target="_blank">Nmap 5.0</a> has been released, with a bunch of improvments : look at the <a title="Nmap 5.0 change" href="http://nmap.org/changelog.html" target="_blank">changelog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/07/17/nmap-5-0-is-out.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promiscuous mode detection</title>
		<link>http://www.phocean.net/2009/06/01/promiscuous-mode-detection.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=promiscuous-mode-detection</link>
		<comments>http://www.phocean.net/2009/06/01/promiscuous-mode-detection.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:46:09 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[IDS / IPS]]></category>
		<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[Fingerprinting]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[Promisc]]></category>
		<category><![CDATA[Promiscuous]]></category>
		<category><![CDATA[Scapy]]></category>
		<category><![CDATA[Sniffing]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=375</guid>
		<description><![CDATA[Detectpromisc is a python script based on Scapy, that allows to detect if a computer is sniffing the network. By nature, it is quite difficult to detect if a machine is sniffing, because it operates passively, receiving all packets from the wire but, normaly, answering only to packets destinated to itself. There are however several [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Detectpromisc" href="http://detectpromisc.sourceforge.net/index.html" target="_blank">Detectpromisc</a> is a python script based on Scapy, that allows to detect if a computer is sniffing the network.</p>
<p>By nature, it is quite difficult to detect if a machine is sniffing, because it operates passively, receiving all packets from the wire but, normaly, answering only to packets destinated to itself.</p>
<p>There are however several methods that make the detection possible.</p>
<p>Some are based on the latency, because in promiscuous mode a machine will take more time to answer (packets have to be processed by the kernel, not the network card only).</p>
<p>Another imply to generate some tricky packets, with a correct IP but a wrong MAC address. The machine should answer only if it is in spoofing mode.</p>
<p>It is also possible to use source-routing with a host on the path that doesn&#8217;t route. If an answer comes back anyway, the target is sniffing.</p>
<p>Other methods are implemented by IDS and based on the volume of DNS requests.</p>
<p>Most of these methods are not necessarily reliable, easy to implement. All the ones based on IP routing are quite easy to workaround by the attacker.</p>
<p>Detectpromisc works exclusively at the ARP level.</p>
<p>According to the OS, it sends out some specific ARP packets (multicast, fake broadcast&#8230;).</p>
<p>In normal mode, the network card will discard theses illegitimate packets : they call it the hardware filter.<br />
In promiscuous mode, there is no hardware filter : packets reaches directly the kernel (software filter).</p>
<p>Of course, according to the OS, the kernel will behave differently, but some tricked ARP packets generated by Detectpromisc will cause the sniffing machine to send an answer.</p>
<p>It is therefore possible to differenciate a sniffing machine from a normal machine. Plus, as it is quite reliable and OS specific, it is possible to fingerprint the target.</p>
<p>In practice, it has worked very well so far :</p>
<pre class="brush: bash; title: ; notranslate">% sudo ./detect.py -i eth0 -O 192.168.222.25
Scan right index finger on UPEK TouchStrip
WARNING: No route found for IPv6 destination :: (no default route?)
192.168.222.25 : promiscuous mode card detected
probably: Linux 2.2/2.4/2.6
% sudo ./detect.py -i eth0 -O 192.168.222.26
WARNING: No route found for IPv6 destination :: (no default route?)
192.168.222.26 : promiscuous mode card detected
probably: Windows 2k/NT4</pre>
<p>A full paper on how it works is <a title="ARP based sniffing detection" href="http://www.securityfriday.com/promiscuous_detection_01.pdf" target="_blank">there</a>. Great tool, isn&#8217;t it ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/06/01/promiscuous-mode-detection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prads &#8211; a new passive scanner !</title>
		<link>http://www.phocean.net/2009/05/31/prads-a-new-passive-scanner.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prads-a-new-passive-scanner</link>
		<comments>http://www.phocean.net/2009/05/31/prads-a-new-passive-scanner.html#comments</comments>
		<pubDate>Sun, 31 May 2009 21:19:47 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Scanning / fingerprinting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Fingerprinting]]></category>
		<category><![CDATA[Prads]]></category>
		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=369</guid>
		<description><![CDATA[Edward Bjarte Fjellskål contacted me to let me know about a new program he, Kacper Wysocki and Jan Henning Thorsen made, called Prads. Prads is a fingerprinting scanner, coded in Perl. I am fond of this kind of tool, so I enjoyed checking it out. Prads operates differently from Nmap or SinFP that I already [...]]]></description>
			<content:encoded><![CDATA[<p>Edward Bjarte Fjellskål contacted me to let me know about a new program he, Kacper Wysocki and Jan Henning Thorsen made, called <strong>Prads</strong>.</p>
<p><a title="Prads" href="http://gamelinux.github.com/prads/" target="_blank">Prads</a> is a fingerprinting scanner, coded in Perl. I am fond of this kind of tool, so I enjoyed checking it out.</p>
<p>Prads operates differently from Nmap or SinFP that I already introduced on this blog. It works passively, meaning that it aims to scan systems without sending out a single packet. It does this by capturing the traffic silently though an interface in promiscuous mode.<br />
The advantage, of course, is that it is much more stealth than a classic scanner, which leaves usually a lot of log entries in firewalls or IDS.<br />
It works on several layers and is based on all the common protocols, that should make it efficient and fast : TCP, UDP, ICMP, ARP.</p>
<p>Using Prads is very simple, just look at prads &#8211;help for more info.</p>
<p>There is a sample output, after running it a few seconds on my network :</p>
<pre class="brush: bash; title: ; notranslate">% sudo perl prads.pl -d eth0 --os --service
Starting prads.pl...
Using eth0
DBD::SQLite::db prepare failed: table asset already exists(1) at dbdimp.c line 271 at prads.pl line 320.
 1243801518 [SYN       ] ip:  192.168.222.23 - Linux - 2.6 (newer, 7) [S4:64:1:60:M1460,S,T,N,W7:.] distance:0 link:&quot;ethernet/modem&quot;
 1243801518 [SYNACK    ] ip: 192.168.222.254 - Linux - 2.6 (newer, 0) [5792:64:1:60:M1460,S,T,N,W0:ZA] distance:0 link:&quot;ethernet/modem&quot;
; 3.0.10-1.1.1 Firefox [192.168.222.23:44555] distance:1 link:SERVICE
 1243801518 [SERVICE   ] ip: 192.168.222.254 - Unknown HTTP - HTTP;  [192.168.222.254:80] distance:1 link:SERVICE
; 3.0.10-1.1.1 Firefox [192.168.222.23:44556] distance:1 link:SERVICE
; 3.0.10-1.1.1 Firefox [192.168.222.23:44557] distance:1 link:SERVICE
; 3.0.10-1.1.1 Firefox [192.168.222.23:44558] distance:1 link:SERVICE
; 3.0.10-1.1.1 Firefox [192.168.222.23:44559] distance:1 link:SERVICE
 1243801536 [SYNACK    ] ip:    91.121.56.96 - Linux - 2.6 (newer, 5) [5792:64:1:60:M1380,S,T,N,W5:ZA] distance:7 link:&quot;GPRS, T1, FreeS/WAN&quot;
 1243801536 [SERVICE   ] ip:    91.121.56.96 - Generic TLS 1.0 SSL - ;  [91.121.56.96:443] distance:1 link:SERVICE
 1243801438 [UDP       ] ip:  192.168.222.23 - @Linux - 2.6 [20:64:1:.:2:0] distance:0 link:ethernet [OLD]
 1243801438 [UDP       ] ip:        89.2.0.1 - @Linux - 2.6 [20:64:1:.:2:0] distance:2 link:ethernet [OLD]
 1243801544 [SERVICE   ] ip:        89.2.0.1 - - - DNS; - [89.2.0.1:53] distance:1 link:SERVICE
 1243801549 [SYNACK    ] ip:   192.168.222.1 - Cisco - 7200, Catalyst 3500, etc [4096:255:0:44:M1460:A] distance:0 link:&quot;ethernet/modem&quot;
 1243801549 [SERVICE   ] ip:   192.168.222.1 - Cisco SSH - Protocol 1.5; 1.25 [192.168.222.1:22] distance:1 link:SERVICE
 1243801549 [SERVICE   ] ip:  192.168.222.23 - OpenSSH - Protocol 1.5; 5.1 [192.168.222.23:42208] distance:1 link:SERVICE
 1243801600 [SYN       ] ip:  192.168.222.23 - Linux - 2.6 (newer, 7) [S4:64:1:60:M1460,S,T,N,W7:.] distance:0 link:&quot;ethernet/modem&quot;  [OLD]
 1243802459 [SYNACK    ] ip:   192.168.222.2 - UNKNOWN - UNKNOWN [8192:128:1:60:M1460,N,W8,S,T:A] distance:0 link:&quot;ethernet/modem&quot;
 1243802459 [SERVICE   ] ip:  192.168.222.23 - Windows SMB - ;  [192.168.222.23:37748] distance:1 link:SERVICE
 1243802459 [SERVICE   ] ip:   192.168.222.2 - Windows SMB - ;  [192.168.222.2:445] distance:1 link:SERVICE
 1243801596 [SYNACK    ] ip:    91.121.56.96 - Linux - 2.6 (newer, 5) [5792:64:1:60:M1380,S,T,N,W5:ZA] distance:7 link:&quot;GPRS, T1, FreeS/WAN&quot;  [OLD]
 1243801596 [SERVICE   ] ip:    91.121.56.96 - Generic TLS 1.0 SSL - ;  [91.121.56.96:443] distance:1 link:SERVICE [OLD]
 1243801367 [UDP       ] ip:   192.168.222.2 - @Windows - MS [20:128:0:.:0:0] distance:0 link:ethernet [OLD]</pre>
<p>As you can see, there is already some interesting output.<br />
It detected quite well my Linux laptop running Firefox (UPDATE : according to the author, it is a bug as client detection has not been implemented yet) and surfing a few website, the provider&#8217;s DNS servers, another Linux machine and a Windows desktop. Concerning the last two, I guess that a more completed signature database would have allowed a more precise fingerprinting. The Linux box is a wifi Linksys router and the Windows one runs Vista.<br />
Also, the gateway curiously did not show up itself, but the presence of a  SSH connection helped to find it.<br />
Finally, there is a little incoherence between the distance shown for the DNS server (=2, correct) and for the service (=1).</p>
<p>To be honnest, so far, I had never found interest in the existing passive scanners. There were POf but it is now pretty outdated and seems not to be developped anymore. Ettercap could fingerprint the system seen while sniffing (profiles), but it was definitely too limited and not really furtive. Moreover, Nmap with the right options, or SinFP itself can be quite stealth.</p>
<p>But now Prads has a place among the tools I use. It is efficient, straight forward and provide some useful info, beyond the OS detection : service and client info, distance, etc. It is nice because, once again, all these data are obtained withou sending out any request at all.</p>
<p>As it is in its early stage, it is very promising and I am looking forward to Prads and its signature database improving. Please keep up the good job !</p>
<p>That&#8217;s all for today. This tour was short but I will write again about this tool, as I will be using it. The next post will probably introduce the way the signature database is built and how it can be extended. So keep wired and don&#8217;t forget to check the <a href="http://gamelinux.github.com/prads/">Prads homepage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/05/31/prads-a-new-passive-scanner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

