<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>SecTools</title>
	<link>http://secure2s.net/tools</link>
	<description>Secure2S Security Tool Sets Blog</description>
	<pubDate>Wed, 29 Aug 2007 14:11:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Checkpwd</title>
		<link>http://secure2s.net/tools/2007/08/29/checkpwd/</link>
		<comments>http://secure2s.net/tools/2007/08/29/checkpwd/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 01:14:48 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Vulnerability Exploitation Tools]]></category>

		<category><![CDATA[Password Crackers]]></category>

		<category><![CDATA[BackTrack]]></category>

		<guid isPermaLink="false">http://secure2s.net/tools/2007/08/29/checkpwd/</guid>
		<description><![CDATA[Checkpwd is a fast dictionary based password checker for Oracle databases. Checkpwd reads the password hashes from the table sys.user$ and compares the hashkeys with the hashkeys calculated from a dictionary file.

Info: http://www.red-database-security.com/software/checkpwd.html 



	These icons link to social bookmarking sites where readers can share and discover new web pages.


	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[Checkpwd is a fast dictionary based password checker for Oracle databases. Checkpwd reads the password hashes from the table sys.user$ and compares the hashkeys with the hashkeys calculated from a dictionary file.

Info: http://www.red-database-security.com/software/checkpwd.html 
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F&amp;title=Checkpwd" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F&amp;title=Checkpwd" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Checkpwd&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F&amp;=Checkpwd" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2007%2F08%2F29%2Fcheckpwd%2F&amp;title=Checkpwd" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2007/08/29/checkpwd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brutus</title>
		<link>http://secure2s.net/tools/2006/06/24/brutus/</link>
		<comments>http://secure2s.net/tools/2006/06/24/brutus/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 09:19:19 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/24/brutus/</guid>
		<description><![CDATA[Brutus : A network brute-force authentication cracker
This Windows-only cracker bangs against network services of remote systems trying to guess passwords by using a dictionary and permutations thereof. It supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more. No source code is available. UNIX users should take a look at THC Hydra.



	These icons link to [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.hoobie.net/brutus/">Brutus</a> : A network brute-force authentication cracker
This Windows-only cracker bangs against network services of remote systems trying to guess passwords by using a dictionary and permutations thereof. It supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more. No source code is available. UNIX users should take a look at <a href="http://sectools.org/index.html#hydra">THC Hydra</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F&amp;title=Brutus" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F&amp;title=Brutus" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Brutus&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F&amp;=Brutus" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fbrutus%2F&amp;title=Brutus" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/24/brutus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RainbowCrack</title>
		<link>http://secure2s.net/tools/2006/06/23/rainbowcrack/</link>
		<comments>http://secure2s.net/tools/2006/06/23/rainbowcrack/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 19:24:44 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/rainbowcrack/</guid>
		<description><![CDATA[RainbowCrack : An Innovative Password Hash Cracker
The RainbowCrack tool is a hash cracker that makes use of a large-scale time-memory trade-off. A traditional brute force cracker tries all possible plaintexts one by one, which can be time consuming for complex passwords. RainbowCrack uses a time-memory trade-off to do all the cracking-time computation in advance and [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.antsight.com/zsl/rainbowcrack/">RainbowCrack</a> : An Innovative Password Hash Cracker
The RainbowCrack tool is a hash cracker that makes use of a large-scale time-memory trade-off. A traditional brute force cracker tries all possible plaintexts one by one, which can be time consuming for complex passwords. RainbowCrack uses a time-memory trade-off to do all the cracking-time computation in advance and store the results in so-called &#8220;rainbow tables&#8221;. It does take a long time to precompute the tables but RainbowCrack can be hundreds of times faster than a brute force cracker once the precomputation is finished.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F&amp;title=RainbowCrack+" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F&amp;title=RainbowCrack+" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=RainbowCrack+&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F&amp;=RainbowCrack+" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Frainbowcrack%2F&amp;title=RainbowCrack+" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/rainbowcrack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pwdump</title>
		<link>http://secure2s.net/tools/2006/06/23/pwdump/</link>
		<comments>http://secure2s.net/tools/2006/06/23/pwdump/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 19:22:20 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/pwdump/</guid>
		<description><![CDATA[Pwdump : A window password recovery tool
Pwdump is able to extract NTLM and LanMan hashes from a Windows target, regardless of whether Syskey is enabled. It is also capable of displaying password histories if they are available. It outputs the data in L0phtcrack-compatible form, and can write to an output file.





	These icons link to social [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.foofus.net/fizzgig/pwdump/">Pwdump</a> : A window password recovery tool<br />
Pwdump is able to extract NTLM and LanMan hashes from a Windows target, regardless of whether Syskey is enabled. It is also capable of displaying password histories if they are available. It outputs the data in L0phtcrack-compatible form, and can write to an output file.
</p>

<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F&amp;title=Pwdump" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F&amp;title=Pwdump" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Pwdump&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F&amp;=Pwdump" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fpwdump%2F&amp;title=Pwdump" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/pwdump/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SolarWinds</title>
		<link>http://secure2s.net/tools/2006/06/23/solarwinds/</link>
		<comments>http://secure2s.net/tools/2006/06/23/solarwinds/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 19:22:08 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<category><![CDATA[Traffic Monitoring Tools]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/solarwinds/</guid>
		<description><![CDATA[SolarWinds : A plethora of network discovery/monitoring/attack tools
SolarWinds has created and sells dozens of special-purpose tools targeted at systems administrators. Security-related tools include many network discovery scanners, an SNMP brute-force cracker, router password decryption, a TCP connection reset program, one of the fastest and easiest router config download/upload applications available and more.





	These icons link to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solarwinds.net/">SolarWinds</a> : A plethora of network discovery/monitoring/attack tools<br />
SolarWinds has created and sells dozens of special-purpose tools targeted at systems administrators. Security-related tools include many network discovery scanners, an SNMP brute-force cracker, router password decryption, a TCP connection reset program, one of the fastest and easiest router config download/upload applications available and more.
</p>

<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F&amp;title=SolarWinds" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F&amp;title=SolarWinds" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=SolarWinds&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F&amp;=SolarWinds" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsolarwinds%2F&amp;title=SolarWinds" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/solarwinds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Airsnort</title>
		<link>http://secure2s.net/tools/2006/06/23/airsnort/</link>
		<comments>http://secure2s.net/tools/2006/06/23/airsnort/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 18:23:38 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Wireless Tools]]></category>

		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/airsnort/</guid>
		<description><![CDATA[Airsnort : 802.11 WEP Encryption Cracking Tool
AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It was developed by the Shmoo Group and operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. You may also be interested in the similar Aircrack.



	These icons link to social bookmarking sites [...]]]></description>
			<content:encoded><![CDATA[<a href="http://airsnort.shmoo.com/">Airsnort</a> : 802.11 WEP Encryption Cracking Tool
AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It was developed by the <a href="http://www.shmoo.com/">Shmoo Group</a> and operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. You may also be interested in the similar <a href="http://sectools.org/index.html#aircrack">Aircrack</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F&amp;title=Airsnort" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F&amp;title=Airsnort" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Airsnort&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F&amp;=Airsnort" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fairsnort%2F&amp;title=Airsnort" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/airsnort/feed/</wfw:commentRss>
		</item>
		<item>
		<title>L0phtcrack</title>
		<link>http://secure2s.net/tools/2006/06/23/l0phtcrack/</link>
		<comments>http://secure2s.net/tools/2006/06/23/l0phtcrack/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 18:13:17 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/l0phtcrack/</guid>
		<description><![CDATA[L0phtcrack : Windows password auditing and recovery application
L0phtCrack, also known as LC5, attempts to crack Windows passwords from hashes which it can obtain (given proper access) from stand-alone Windows NT/2000 workstations, networked servers, primary domain controllers, or Active Directory. In some cases it can sniff the hashes off the wire. It also has numerous methods [...]]]></description>
			<content:encoded><![CDATA[L0phtcrack : Windows password auditing and recovery application
L0phtCrack, also known as LC5, attempts to crack Windows passwords from hashes which it can obtain (given proper access) from stand-alone Windows NT/2000 workstations, networked servers, primary domain controllers, or Active Directory. In some cases it can sniff the hashes off the wire. It also has numerous methods of generating password guesses (dictionary, brute force, etc). LC5 was discontinued by Symantec in 2006, but you can still find the <a href="http://www.insecure.org/stf/lc5-setup.exe">LC5 installer</a> floating around. The free trial only lasts 15 days, and Symantec won&#8217;t sell you a key, so you&#8217;ll either have to cease using it or find a <a href="http://www.insecure.org/stf/lc5-crack.zip">key generator</a>.  Since it is no longer maintained, you are probably better off trying <a href="http://sectools.org/index.html#cain">Cain and Abel</a> or <a href="http://sectools.org/index.html#john">John the Ripper</a> instead.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F&amp;title=L0phtcrack" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F&amp;title=L0phtcrack" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=L0phtcrack&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F&amp;=L0phtcrack" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fl0phtcrack%2F&amp;title=L0phtcrack" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/l0phtcrack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aircrack</title>
		<link>http://secure2s.net/tools/2006/06/23/aircrack/</link>
		<comments>http://secure2s.net/tools/2006/06/23/aircrack/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 16:31:22 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Wireless Tools]]></category>

		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/aircrack/</guid>
		<description><![CDATA[Aircrack : The fastest available WEP/WPA cracking tool
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.aircrack-ng.org/">Aircrack</a> : The fastest available WEP/WPA cracking tool
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), and airdecap (decrypts WEP/WPA capture files).
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F&amp;title=Aircrack" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F&amp;title=Aircrack" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Aircrack&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F&amp;=Aircrack" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Faircrack%2F&amp;title=Aircrack" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/aircrack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>THC Hydra</title>
		<link>http://secure2s.net/tools/2006/06/23/thc-hydra/</link>
		<comments>http://secure2s.net/tools/2006/06/23/thc-hydra/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 15:53:22 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/thc-hydra/</guid>
		<description><![CDATA[THC Hydra : A Fast network authentication cracker which support many different services
When you need to brute force crack a remote authentication service, Hydra is often the tool of choice. It can perform rapid dictionary attacks against more then 30 protocols, including telnet, ftp, http, https, smb, several databases, and much more. Like THC Amap [...]]]></description>
			<content:encoded><![CDATA[<a href="http://thc.segfault.net/thc-hydra/">THC Hydra</a> : A Fast network authentication cracker which support many different services
When you need to brute force crack a remote authentication service, Hydra is often the tool of choice. It can perform rapid dictionary attacks against more then 30 protocols, including telnet, ftp, http, https, smb, several databases, and much more. Like <a href="http://sectools.org/#amap">THC Amap</a> this release is from the fine folks at <a href="http://www.thc.segfault.net/">THC</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F&amp;title=THC+Hydra" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F&amp;title=THC+Hydra" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=THC+Hydra&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F&amp;=THC+Hydra" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fthc-hydra%2F&amp;title=THC+Hydra" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/thc-hydra/feed/</wfw:commentRss>
		</item>
		<item>
		<title>John the Ripper</title>
		<link>http://secure2s.net/tools/2006/06/23/john-the-ripper/</link>
		<comments>http://secure2s.net/tools/2006/06/23/john-the-ripper/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 14:40:49 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Password Crackers]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/john-the-ripper/</guid>
		<description><![CDATA[John the Ripper : A powerful, flexible, and fast multi-platform password hash cracker
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.openwall.com/john/">John the Ripper</a> : A powerful, flexible, and <em>fast</em> multi-platform password hash cracker
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes. Several other hash types are added with contributed patches. You will want to start with some wordlists, which you can find <a href="ftp://ftp.mirrorgeek.com/openwall/wordlists">here</a>, <a href="ftp://ftp.ox.ac.uk/pub/wordlists/">here</a>, or <a href="http://www.outpost9.com/files/WordLists.html">here</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F&amp;title=John+the+Ripper" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F&amp;title=John+the+Ripper" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=John+the+Ripper&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F&amp;=John+the+Ripper" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fjohn-the-ripper%2F&amp;title=John+the+Ripper" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/john-the-ripper/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
