<?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>Darknet - The Darkside &#187; dns-brute-force</title>
	<atom:link href="http://www.darknet.org.uk/tag/dns-brute-force/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +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>DNS Brute Force eXtract &#8211; WS-DNS-BFX</title>
		<link>http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/</link>
		<comments>http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 08:20:41 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[dns-brute-force]]></category>
		<category><![CDATA[dns-brute-force-extract]]></category>
		<category><![CDATA[dns-hacking]]></category>
		<category><![CDATA[enumerate-hosts]]></category>
		<category><![CDATA[network-hacking-tools]]></category>
		<category><![CDATA[ws-dns-bfx]]></category>
		<category><![CDATA[zone-transfer]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/</guid>
		<description><![CDATA[There is another option for DNS Brute Forcing which uses threads, so may be faster than TXDNS 2.0 which we posted about recently. What does it do? This program was written to extract valid hosts of a domain that deny zone transfers. The program supports: IPv4 => IP Address of 32 bits. IPv6 => IP [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>There is another option for DNS Brute Forcing which uses threads, so may be faster than <a href="http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/">TXDNS 2.0</a> which we posted about recently.</p>
<p><strong>What does it do?</strong></p>
<p>This program was written to extract valid hosts of a domain that deny zone transfers.</p>
<p>The program supports:</p>
<ul>
<li>IPv4          => IP Address of 32  bits.</li>
<li>IPv6          => IP Address of 128 bits.</li>
<li>Multi Thread  => Make several resolutions at &#8220;the same time&#8221;.</li>
<li>
EMA	     => Extract more than 1 IP in servers with HA, Network Load Balance, etc, (like: www.yahoo.com, www.microsoft.com).</li>
</ul>
<p><strong>Where do I use it?</strong></p>
<p>This program must be used against DNS Servers that deny zone transfers.</p>
<p>Example of DNS Servers that deny transfer zones:</p>
<pre><code>root@Debian:/tmp/WS-DNS# host -l frontthescene.com.br
;; connection timed out; no servers could be reached

root@Debian:/tmp/WS-DNS# dig @200.242.154.2 frontthescene.com.br axfr

; <<>> DiG 9.2.1 <<>> @200.242.154.2 frontthescene.com.br axfr
;; global options:  printcmd
; Transfer failed.</code></pre>
<p><strong>How do I compile it?</strong></p>
<p>To compile it, do:</p>
<pre><code>gcc -o WS-DNS-BFX WS-DNS-BFX.c -lpthread -D_REENTRANT -D_THREAD_SAFE</code></pre>
<p>     To best performance do:</p>
<pre><code>gcc -o WS-DNS-BFX WS-DNS-BFX.c -lpthread -D_REENTRANT -D_THREAD_SAFE -O3</code></pre>
<p>If u don&#8217;t have a compiler (gcc), libs, etc, i added at the .tgz file this program compiled static, called &#8220;WS-DNS-BFX-Static&#8221;.</p>
<p><strong>How do I use it?</strong></p>
<p>Is easy use this program. Supose that you want extract valid hosts from &#8220;yahoo.com&#8221;, using dict-file.txt (Brute Force File) and open 4 threads, to do it the command is:</p>
<pre><code>root@Debian:/tmp/WS-DNS# ./WS-DNS-BFX yahoo.com dict-file.txt 4
     Progress ..............................</code></pre>
<p>When it finish, will be generated a file called &#8220;hosts-yahoo.com.txt&#8221; with the extracted hosts.</p>
<p>You can download it here:</p>
<p></p>
<p><a href="http://ws.hackaholic.org/tools/WS-DNS-BFX.tgz">DNS Brute Force eXtract</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D495+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;t=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;title=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;title=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;title=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/&amp;title=DNS+Brute+Force+eXtract+%E2%80%93+WS-DNS-BFX" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F04%2Fdns-brute-force-extract-ws-dns-bfx%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/04/dns-brute-force-extract-ws-dns-bfx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TXDNS 2.0.0 Released &#8211;  DNS Digger for Brute Force</title>
		<link>http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/</link>
		<comments>http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 14:37:40 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns-brute-force]]></category>
		<category><![CDATA[dns-typo]]></category>
		<category><![CDATA[hacking-software]]></category>
		<category><![CDATA[txdns]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/</guid>
		<description><![CDATA[TXDNS 2.0.0 has been released. TXDNS is a Win32 aggressive multithreaded DNS digger. Capable of placing, on the wire, thousands of DNS queries per minute. TXDNS main goal is to expose a domain namespace trough a number of techniques: Typos TLD rotation Dictionary attack Brute force This new version features a distributed model which further [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>TXDNS 2.0.0 has been released.</p>
<p>TXDNS is a Win32 aggressive multithreaded DNS digger. Capable of placing, on the wire, thousands of DNS queries per minute. TXDNS main goal is to expose a domain namespace trough a number of techniques:</p>
<ul>
<li>
Typos</li>
<li>
TLD rotation</li>
<li>
Dictionary attack</li>
<li>
Brute force</li>
</ul>
<p>This new version features a distributed model which further boosts TXDNS&#8217;s parallelism and performance. This model allows a TXDNS client to send jobs to a TXDNS server over a clear or encrypted TCP channel.</p>
<p>For example, to put a TXDNS host on listening mode:</p>
<pre><code>> txdns -l</code></pre>
<p>By default TXDNS listens on port 5353. On the client side you may postany query jobs by appending &#8216;-c xx.xx.xx.xx&#8217; to the regular query syntax (where xx.xx.xx.xx is the host&#8217;s IP running TXDNS on listening mode), for example:</p>
<pre><code>   > txdns foo.com -rt -t -c xx.xx.xx.xx</code></pre>
<p>Using -cr instead of -c will force the TXDNS server to redirect all output to the client, so basically you get the results from the server&#8217;s job right on the client console.  Note that file system streams are not redirected, which means that any file switches (-f or -h) will still have the remote host as root reference.</p>
<p>To encrypt all the traffic between the client and the server just append &#8216;&#8211;key <your_key_here>&#8216; to the regular syntax on both the client and server.</p>
<p>A new &#8211;countdown option has been added as a very basic synchronization mechanism, and by default, any jobs, no matter remote or local will now delay for 5s before firing. If you want to bypass this countdown delay you&#8217;ll have to add &#8216;&#8211;countdown 0&#8242;.</p>
<p>You can read more and download at:</p>
<p></p>
<p><a href="http://www.txdns.net">http://www.txdns.net</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=TXDNS+2.0.0+Released+%E2%80%93+DNS+Digger+for+Brute+Force+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D397+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;t=TXDNS+2.0.0+Released+%E2%80%93++DNS+Digger+for+Brute+Force" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;title=TXDNS+2.0.0+Released+%E2%80%93++DNS+Digger+for+Brute+Force" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;title=TXDNS+2.0.0+Released+%E2%80%93++DNS+Digger+for+Brute+Force" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;title=TXDNS+2.0.0+Released+%E2%80%93++DNS+Digger+for+Brute+Force" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/&amp;title=TXDNS+2.0.0+Released+%E2%80%93++DNS+Digger+for+Brute+Force" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F12%2Ftxdns-200-released-dns-digger-for-brute-force%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/12/txdns-200-released-dns-digger-for-brute-force/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

