<?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; Password Cracking</title>
	<atom:link href="http://www.darknet.org.uk/category/password-cracking/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>Patator &#8211; Multi Purpose Brute Forcing Tool</title>
		<link>http://www.darknet.org.uk/2011/12/patator-multi-purpose-brute-forcing-tool/</link>
		<comments>http://www.darknet.org.uk/2011/12/patator-multi-purpose-brute-forcing-tool/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 12:22:00 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[brute forcer]]></category>
		<category><![CDATA[brute forcer tool]]></category>
		<category><![CDATA[brute forcing tool]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[cracking tool]]></category>
		<category><![CDATA[dns brute forcing]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[http fuzzing]]></category>
		<category><![CDATA[password cracking script]]></category>
		<category><![CDATA[password cracking tool]]></category>
		<category><![CDATA[password-cracker]]></category>
		<category><![CDATA[patator]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3244</guid>
		<description><![CDATA[Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. Basically the author got tired of using Medusa, Hydra, ncrack, metasploit auxiliary modules, nmap NSE scripts and the like because: They either do not work or are not reliable (false negatives several times in the past) They are slow (not multi-threaded or [...]]]></description>
			<content:encoded><![CDATA[<p>Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. Basically the author got tired of using <a href="http://www.darknet.org.uk/2010/02/medusa-2-0-released-parallel-network-login-brute-forcing-tool/">Medusa</a>, <a href="http://www.darknet.org.uk/2010/10/thc-hydra-5-8-released-extremely-fast-multi-threaded-loginpassword-cracker/" title="THC-Hydra 5.8 Released – Extremely Fast Multi-Threaded Login/Password Cracker">Hydra</a>, <a href="http://www.darknet.org.uk/2010/03/ncrack-high-speed-network-authentication-cracking-tool/" title="Ncrack – High Speed Network Authentication Cracking Tool">ncrack</a>, <a href="http://www.darknet.org.uk/2010/07/metasploit-framework-3-4-1-released-16-new-exploits-22-modules-11-meterpreter-scripts/" title="Metasploit Framework 3.4.1 Released – 16 New Exploits, 22 Modules &#038; 11 Meterpreter Scripts">metasploit</a> auxiliary modules, <a href="http://www.darknet.org.uk/2010/02/nmap-v5-20-released-open-source-network-exploration-auditing-tool/" title="Nmap v5.20 Released – Open Source Network Exploration &#038; Auditing Tool">nmap</a> NSE scripts and the like because:</p>
<ul>
<li>They either do not work or are not reliable (false negatives several times in the past)</li>
<li>They are slow (not multi-threaded or not testing multiple passwords within the same TCP connection)</li>
<li>They lack very useful features that are easy to code in python (eg. interactive runtime)</li>
</ul>
<p>Basically you should give Patator a try once you get disappointed by Medusa, Hydra or other brute-force tools and are about to code your own small script because Patator will allow you to:</p>
<ul>
<li>Not write the same code over and over</li>
<li>Run multi-threaded</li>
<li>Benefit for useful features such as the interactive runtime commands, response logging, etc.</li>
</ul>
<p>Currently it supports the following modules:</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<ul>
<li>ftp_login     : Brute-force FTP</li>
<li>ssh_login     : Brute-force SSH</li>
<li>telnet_login  : Brute-force Telnet</li>
<li>smtp_login    : Brute-force SMTP</li>
<li>smtp_vrfy     : Enumerate valid users using the SMTP VRFY command</li>
<li>smtp_rcpt     : Enumerate valid users using the SMTP RCPT TO command</li>
<li>http_fuzz     : Brute-force HTTP/HTTPS</li>
<li>pop_passd     : Brute-force poppassd (not POP3)</li>
<li>ldap_login    : Brute-force LDAP</li>
<li>smb_login     : Brute-force SMB</li>
<li>mssql_login   : Brute-force MSSQL</li>
<li>oracle_login  : Brute-force Oracle</li>
<li>mysql_login   : Brute-force MySQL</li>
<li>pgsql_login   : Brute-force PostgreSQL</li>
<li>vnc_login     : Brute-force VNC</li>
<li>dns_forward   : Forward lookup subdomains</li>
<li>dns_reverse   : Reverse lookup subnets</li>
<li>snmp_login    : Brute-force SNMPv1/2 and SNMPv3</li>
<li>unzip_pass    : Brute-force the password of encrypted ZIP files</li>
<li>keystore_pass : Brute-force the password of Java keystore files</li>
</ul>
<p>The name &#8220;Patator&#8221; comes from this tv interview clip &#8211; <a href="http://www.youtube.com/watch?v=xoBkBvnTTjo">patator</a></p>
<p>Patator is NOT script-kiddie friendly, please read the README inside patator.py before reporting/complaining/asking me how to use this tool..</p>
<p>You can download Patator v0.3 here:</p>
<p><a href="http://patator.googlecode.com/files/patator_v0.3.py">patator_v0.3.py</a></p>
<p>Or read more <a href="http://code.google.com/p/patator/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3244+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/2011/12/patator-multi-purpose-brute-forcing-tool/&amp;t=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/2011/12/patator-multi-purpose-brute-forcing-tool/&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/2011/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/2011/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/2011/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/2011/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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%2F2011%2F12%2Fpatator-multi-purpose-brute-forcing-tool%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/2011/12/patator-multi-purpose-brute-forcing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQLPasswordAuditor &#8211; Free MySQL Audit/Password Recovery &amp; Cracking Tool</title>
		<link>http://www.darknet.org.uk/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/</link>
		<comments>http://www.darknet.org.uk/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 19:12:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql password auditing]]></category>
		<category><![CDATA[mysql password cracking]]></category>
		<category><![CDATA[mysql password recovery]]></category>
		<category><![CDATA[mysql security]]></category>
		<category><![CDATA[mysqlpasswordauditor]]></category>
		<category><![CDATA[password-recovery]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3119</guid>
		<description><![CDATA[MysqlPasswordAuditor is the FREE Mysql password recovery and auditing software. Mysql is one of the popular and powerful database software used by most of the web based and server side applications. If you have ever lost or forgotten your Mysql database password then MysqlPasswordAuditor can help in recovering it easily. It can also help you [...]]]></description>
			<content:encoded><![CDATA[<p>MysqlPasswordAuditor is the FREE Mysql password recovery and auditing software. Mysql is one of the popular and powerful database software used by most of the web based and server side applications.</p>
<p>If you have ever lost or forgotten your Mysql database password then MysqlPasswordAuditor can help in recovering it easily. It can also help you to audit Mysql database server setup in an corporate environment by discovering the weak password configurations. This makes it one of the must have tool for IT administrators &#038; Penetration Testers.</p>
<p>MysqlPasswordAuditor is very easy to use with the simple dictionary based password recovery method. By default it includes small password list file, however you can find more password dictionary files at OpenWall collection. You can also use tools like Crunch, Cupp to generate custom password list files on your own and then use it with MysqlPasswordAuditor.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>MysqlPasswordAuditor works on wide range of platforms starting from Windows XP to latest operating system Windows 7.</p>
<p><strong>Features</strong></p>
<ul>
<li>Free and Simple software to Recover/Audit Mysql Password.</li>
<li>Very useful for IT administrators &#038; Penetration Testers</li>
<li>Dictionary based Password Recovery method</li>
<li>Detailed statistics such as  tested passwords, elapsed time, progress bar is displayed during Audit operation.</li>
<li>Simple, easy to use GUI interface</li>
<li>Integrated Installer for local Installation &#038; Uninstallation. </li>
</ul>
<p>You can download MysqlPasswordAuditor here:</p>
<p><a href="http://securityxploded.net/getfile.php?file=MysqlPasswordAuditor.zip">MysqlPasswordAuditor.zip</a></p>
<p>Or read more <a href="http://securityxploded.com/mysql-password-auditor.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3119+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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;t=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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%2F2011%2F12%2Fmysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool%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/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wophcrack &#8211; Web Based Interface For Ophcrack Password Cracking Tool</title>
		<link>http://www.darknet.org.uk/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/</link>
		<comments>http://www.darknet.org.uk/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 08:22:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[Ophcrack]]></category>
		<category><![CDATA[ophcrack gui]]></category>
		<category><![CDATA[ophcrack web interface]]></category>
		<category><![CDATA[password cracking tool]]></category>
		<category><![CDATA[password-hacking]]></category>
		<category><![CDATA[web interface]]></category>
		<category><![CDATA[web interface for password cracking]]></category>
		<category><![CDATA[wophcrack]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3054</guid>
		<description><![CDATA[I&#8217;m assuming everyone reading already knows about Ophcrack &#8211; the awesome time/memory trade-off password cracker. Well here is a nifty web-based interface for it. Rainbow Tables are really useful when cracking password hashes, but one major disadvantage of these tables is their size which can be hundreds of gigs for complex tables. The author thought [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m assuming everyone reading already knows about <a href="http://www.darknet.org.uk/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/">Ophcrack &#8211; the awesome time/memory trade-off password cracker</a>.</p>
<p>Well here is a nifty web-based interface for it. <a href="http://www.darknet.org.uk/2006/02/password-cracking-with-rainbowcrack-and-rainbow-tables/">Rainbow Tables</a> are really useful when cracking password hashes, but one major disadvantage of these tables is their size which can be hundreds of gigs for complex tables. The author thought it would be extremely useful to have a personal web interface for your rainbow tables which you can access from anywhere on the web anywhere without having to carry the large tables with you everywhere you go. And well here we are, Wophcrack (Web)Ophcrack.</p>
<p align="center"><img src="http://farm6.static.flickr.com/5136/5536360509_f49319c71c.jpg" alt="Wophcrack - Web Interface for Ophcrack" /></p>
<p>When cracking LM or NTLM hashes Ophcrack is a great tool as we discussed recently, it provides both a GUI and CLI options along with some free and paid tables. The author basically wrote a quick and dirty PHP based web frontend for Ophcrack.</p>
<p>Wophcrack was designed to work on <a href="http://www.darknet.org.uk/tag/backtrack/">Backtrack</a> 4 R2, Although it can be install on any Linux distribution with some small adjustments, Wophcrack can also easily edited to support <a href="http://www.darknet.org.uk/2006/02/password-cracking-with-rainbowcrack-and-rainbow-tables/">Rainbow Crack</a>.</p>
<p>You can download Wophcrack here:</p>
<p><a href="http://exploit.co.il/hacking/wophcrack-ophcrack-web-interface/?aid=2194&#038;pid=2041&#038;sa=0">wophcrack.zip</a></p>
<p>Or read more <a href="http://r00tsec.blogspot.com/2011/03/wophcrack-ophcrack-web-interface.html">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3054+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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&amp;t=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool" 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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&amp;title=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool" 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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&amp;title=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool" 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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&amp;title=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool" 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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/&amp;title=Wophcrack+%E2%80%93+Web+Based+Interface+For+Ophcrack+Password+Cracking+Tool" 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%2F2011%2F03%2Fwophcrack-web-based-interface-for-ophcrack-password-cracking-tool%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/2011/03/wophcrack-web-based-interface-for-ophcrack-password-cracking-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ophcrack 3.3.1 &amp; LiveCD &#8211; Free Rainbow Table Password Cracking Tool</title>
		<link>http://www.darknet.org.uk/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/</link>
		<comments>http://www.darknet.org.uk/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 08:07:31 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[cracking passwords]]></category>
		<category><![CDATA[free rainbow tables]]></category>
		<category><![CDATA[hash cracker]]></category>
		<category><![CDATA[hash cracking tool]]></category>
		<category><![CDATA[hash-cracking]]></category>
		<category><![CDATA[Ophcrack]]></category>
		<category><![CDATA[ophcrack livecd]]></category>
		<category><![CDATA[password cracking tool]]></category>
		<category><![CDATA[password-hacking]]></category>
		<category><![CDATA[rainbow cracking]]></category>
		<category><![CDATA[rainbow-tables]]></category>
		<category><![CDATA[rainbowcrack]]></category>
		<category><![CDATA[security-livecd]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3070</guid>
		<description><![CDATA[Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a Graphical User Interface and runs on multiple platforms. It works based on a time-memory trade-off using rainbow tables. This is a new variant of [...]]]></description>
			<content:encoded><![CDATA[<p>Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a Graphical User Interface and runs on multiple platforms. It works based on a time-memory trade-off using rainbow tables. This is a new variant of Hellman’s original trade-off, with better performance. It recovers 99.9% of alphanumeric passwords in seconds.</p>
<p>We mentioned it in our <a href="http://www.darknet.org.uk/2006/02/password-cracking-with-rainbowcrack-and-rainbow-tables/">RainbowCrack and Rainbow Tables article</a>, definitely one of the best free options for <a href="http://www.darknet.org.uk/tag/rainbowcrack/">Rainbow Cracking</a>.</p>
<p><strong>Features</strong></p>
<ul>
<li>Runs on Windows, Linux/Unix, Mac OS X</li>
<li>Cracks LM and NTLM hashes.</li>
<li>Free tables available for Windows XP and Vista.</li>
<li>Brute-force module for simple passwords.</li>
<li>Audit mode and CSV export.</li>
<li>Real-time graphs to analyze the passwords.</li>
<li>
LiveCD available to simplify the cracking.</li>
<li>Loads hashes from encrypted SAM recovered from a Windows partition, Vista included.</li>
<li>Free and open source software (GPL).</li>
</ul>
<p>You can find the various tables they offer here (mostly free with some paid):</p>
<p><a href="http://ophcrack.sourceforge.net/tables.php">Ophcrack Rainbow Tables</a></p>
<p>And of course our own collection of <a href="http://www.darknet.org.uk/2006/02/password-cracking-with-rainbowcrack-and-rainbow-tables/">Free Rainbow Tables and other software here</a>.</p>
<p>You can download Ophcrack 3.3.1 here:</p>
<p>Windows &#8211; <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-win32-installer-3.3.1.exe">ophcrack-win32-installer-3.3.1.exe</a><br />
Source &#8211; <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-3.3.1.tar.bz2">ophcrack-3.3.1.tar.bz2</a></p>
<p>Or download the LiveCD here:</p>
<p>To crack XP hashes &#8211; <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-xp-livecd-2.3.1.iso">ophcrack-xp-livecd-2.3.1.iso</a><br />
To crack Vista hashes &#8211; <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-vista-livecd-2.3.1.iso">ophcrack-vista-livecd-2.3.1.iso</a></p>
<p>Or read more <a href="http://ophcrack.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3070+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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&amp;t=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool" 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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&amp;title=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool" 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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&amp;title=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool" 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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&amp;title=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool" 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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/&amp;title=Ophcrack+3.3.1+%26+LiveCD+%E2%80%93+Free+Rainbow+Table+Password+Cracking+Tool" 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%2F2011%2F03%2Fophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool%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/2011/03/ophcrack-3-3-1-livecd-free-rainbow-table-password-cracking-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NiX Brute Force &#8211; Parallel Log-in Brute Forcing/Password Cracking Tool</title>
		<link>http://www.darknet.org.uk/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/</link>
		<comments>http://www.darknet.org.uk/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 09:17:49 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[brute force password cracking]]></category>
		<category><![CDATA[brute forcer]]></category>
		<category><![CDATA[brute forcing tool]]></category>
		<category><![CDATA[brute-force]]></category>
		<category><![CDATA[log-in brute forcing]]></category>
		<category><![CDATA[log-in cracking]]></category>
		<category><![CDATA[log-in cracking tool]]></category>
		<category><![CDATA[login brute forcing]]></category>
		<category><![CDATA[nix]]></category>
		<category><![CDATA[nix brute force]]></category>
		<category><![CDATA[nix brute forcer]]></category>
		<category><![CDATA[password cracking tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3035</guid>
		<description><![CDATA[NiX Brute Forcer is a tool that uses brute force in parallel to log into a system without having authentication credentials beforehand. This tool is intended to demonstrate the importance of choosing strong passwords. The goal of NiX is to support a variety of services that allow remote authentication such as: MySQL, SSH, FTP, IMAP. [...]]]></description>
			<content:encoded><![CDATA[<p>NiX Brute Forcer is a tool that uses brute force in parallel to log into a system without having authentication credentials beforehand. This tool is intended to demonstrate the importance of choosing strong passwords. The goal of NiX is to support a variety of services that allow remote authentication such as: MySQL, SSH, FTP, IMAP. It is based on NiX Proxy Checker.</p>
<p><strong>Features</strong></p>
<ul>
<li>Basic Authorization &#038; FORM support in both standard and HTTPS (SSL) mode</li>
<li>HTTP/SOCKS 4 and 5 proxy support</li>
<li>FORM auto-detection &#038; Manual FORM input configuration.</li>
<li>It is multi-threaded</li>
<li>Wordlist shuffling via macros</li>
<li>Auto-removal of dead or unreliable proxy and when site protection mechanism blocks the proxy</li>
<li>Integrated proxy randomization to defeat certain protection mechanisms</li>
<li>With Success and Failure Keys results are 99% accurate</li>
<li>Advanced coding and timeout settings makes it outperform any other brute forcer</li>
</ul>
<p>The full changelog including the latest version is <a href="http://myproxylists.com/NIX_BRUTE_FORCER.CHANGELOG">here</a>.</p>
<p>You can download NiX Brute Force here:</p>
<p><a href="http://myproxylists.com/NIX_BruteForce.bz2">NIX_BruteForce.bz2</a></p>
<p>Or read more <a href="http://myproxylists.com/nix-brute-force">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3035+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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&amp;t=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool" 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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&amp;title=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool" 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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&amp;title=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool" 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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&amp;title=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool" 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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/&amp;title=NiX+Brute+Force+%E2%80%93+Parallel+Log-in+Brute+Forcing%2FPassword+Cracking+Tool" 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%2F2011%2F02%2Fnix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool%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/2011/02/nix-brute-force-parallel-log-in-brute-forcingpassword-cracking-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TwitterPasswordDecryptor &#8211; Instantly Recover Twitter Account Passwords</title>
		<link>http://www.darknet.org.uk/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/</link>
		<comments>http://www.darknet.org.uk/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 12:31:25 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[crack twitter password]]></category>
		<category><![CDATA[hack twitter password]]></category>
		<category><![CDATA[password-recovery]]></category>
		<category><![CDATA[password-security]]></category>
		<category><![CDATA[recover twitter account password]]></category>
		<category><![CDATA[recover twitter password]]></category>
		<category><![CDATA[twitter password]]></category>
		<category><![CDATA[twitter password decryptor]]></category>
		<category><![CDATA[twitter security]]></category>
		<category><![CDATA[TwitterPasswordDecryptor]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3004</guid>
		<description><![CDATA[TwitterPasswordDecryptor is the FREE tool to instantly recover Twitter account passwords stored by popular web browsers. Most web browsers store the login credentials for visited websites so that user don&#8217;t have to remember and enter the password every time. Each of these web browsers use their own proprietary encryption mechanism to store the login passwords [...]]]></description>
			<content:encoded><![CDATA[<p>TwitterPasswordDecryptor is the FREE tool to instantly recover Twitter account passwords stored by popular web browsers. Most web browsers store the login credentials for visited websites so that user don&#8217;t have to remember and enter the password every time. Each of these web browsers use their own proprietary encryption mechanism to store the login passwords including Twitter account passwords.TwitterPasswordDecryptor automatically crawls through each of these browsers and instantly recovers all of the stored Twitter passwords.</p>
<p>TwitterPasswordDecryptor presents both GUI interface as well as command line version, the later is more helpful for Penetration testers in their work. Apart from normal users who can use it to recover their lost password, it can come in handy for Forensic officials who can get hold of any stored Twitter account passwords and then use that Twitter profile information to further extend their investigation.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>TwitterPasswordDecryptor is fully Portable tool which can be directly run anywhere without installing locally. It also comes with Installer for those who wants to install it locally and use it on regular basis. It works on wide range of platforms starting from Windows XP to latest operating system Windows 7.</p>
<p><strong>Features</strong></p>
<p>Currently supports recovering of the stored Twitter account password from following popular Internet browsers:</p>
<ul>
<li>Internet Explorer (all versions from 4 to 8)</li>
<li>Firefox</li>
<li>Google Chrome</li>
<li>Opera Browser</li>
</ul>
<p>You can download TwitterPasswordDecryptor here:</p>
<p><a href="http://securityxploded.com/getfile.php?id=8888">TwitterPasswordDecryptor.zip</a></p>
<p>Or read more <a href="http://securityxploded.com/twitter-password-decryptor.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3004+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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&amp;t=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords" 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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&amp;title=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords" 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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&amp;title=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords" 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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&amp;title=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords" 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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/&amp;title=TwitterPasswordDecryptor+%E2%80%93+Instantly+Recover+Twitter+Account+Passwords" 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%2F2010%2F12%2Ftwitterpassworddecryptor-instantly-recover-twitter-account-passwords%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/2010/12/twitterpassworddecryptor-instantly-recover-twitter-account-passwords/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SHA-1 Password Hashes Cracked Using Amazon EC2 GPU Cloud</title>
		<link>http://www.darknet.org.uk/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/</link>
		<comments>http://www.darknet.org.uk/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 08:34:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[amazon ec2 gpu cloud]]></category>
		<category><![CDATA[cloud cracking]]></category>
		<category><![CDATA[cracking sha-1]]></category>
		<category><![CDATA[distributed cracking]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[gpu hash cracking]]></category>
		<category><![CDATA[gpu password cracking]]></category>
		<category><![CDATA[sha-1]]></category>
		<category><![CDATA[sha-1 hash cracking]]></category>
		<category><![CDATA[thomas roth]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2999</guid>
		<description><![CDATA[It&#8217;s not the first time someone has pulled this off, back in November 2009 we wrote about Using Cloud Computing To Crack Passwords – Amazon’s EC2. Add that with a story way back from 2007 &#8211; Graphics Cards – The Next Big Thing for Password Cracking? &#8211; and you&#8217;ve got yourself an interesting combo with [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not the first time someone has pulled this off, back in November 2009 we wrote about <a href="http://www.darknet.org.uk/2009/11/using-cloud-computing-to-crack-passwords-amazons-ec2/">Using Cloud Computing To Crack Passwords – Amazon’s EC2</a>.</p>
<p>Add that with a story way back from 2007 &#8211; <a href="http://www.darknet.org.uk/2007/11/graphics-cards-the-next-big-thing-for-password-cracking/">Graphics Cards – The Next Big Thing for Password Cracking?</a> &#8211; and you&#8217;ve got yourself an interesting combo with the new offering from Amazon, distributed GPU-based resources.</p>
<p>Put those two stories together in true hacker style and you end up with a guy who used GPU instances on the Amazon EC2 platform to crack <a href="http://www.darknet.org.uk/tag/sha-1/">SHA-1</a> password hashes.</p>
<blockquote><p>A German security enthusiast has used rented computing resources to crack a secure hashing algorithm (SHA-1) password.</p>
<p>Thomas Roth used a GPU-based rentable computer resource to run a brute force attack to crack SHA1 hashes. Encryption experts warned for at least five years SHA-1 could no longer be considered secure so what&#8217;s noteworthy about Roth&#8217;s project is not what he did or the approach he used, which was essentially based on trying every possible combination until he found a hit, but the technology he used.</p>
<p>What used to be the stuff of distributed computing projects with worldwide participants that took many months to bear fruit can now be done by a lone individuals in minutes and using rentable resources that cost the same price as a morning coffee to carry out the trick. Roth&#8217;s proof-of-concept exercise cost just $2. This was the amount needed to hire a bank of powerful graphics processing units to carry out the required number-crunching using the Cuda-Multiforcer.</p></blockquote>
<p>SHA-1 was of course cracked way back in 2005, and <a href="http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/">widely reported on in 2007</a> &#8211; and whilst being phased out it is still used in many applications.</p>
<p>But then this attack isn&#8217;t really using any flaws in the algorithm &#8211; it&#8217;s just straight up hash cracking it.</p>
<p>The tool he used was <a href="http://www.darknet.org.uk/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/">CUDA-Multiforcer – GPU Powered High Performance Multihash Brute Forcer</a>.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<blockquote><p>SHA-1, although it is in the process of being phased out, still forms a component of various widely-used security applications, including Secure Sockets Layer, Transport Layer Security and S/MIME protocols. Roth claims to have cracked all the hashes from a 160-bit SHA-1 hash with a password of between 1 and 6 characters in around 49 minutes. The process would create a rainbow table, allowing short and therefore automatically insecure passwords to be matched to their hash. It wouldn&#8217;t work for longer length passwords. Even so, the bigger point that rentable computing resources might be used for password hacking still stands.</p>
<p>Security watchers warn that the development opens up the possibility of cybercrooks using pay-as-you-go cloud computing-based parallel processing environment for their own nefarious purposes.</p>
<p>Chris Burchett, CTO and co-founder of the data security firm Credant, said: &#8220;It&#8217;s easy to start up a 100-node cracking cluster with just a few clicks, but if you extend the parallel processing environment by just a few factors, it becomes possible to crack passwords of most types in a relatively short timeframe.&#8221;</p>
<p>Cybercriminals might use stolen payment card credentials to fund their cloud cracking escapades &#8220;which means they will not be bothered about the cost involved,&#8221; he added.</p>
<p>Around 12 months ago, another white-hat hacker, Moxie Marlinspike, created an online Wi-Fi password-cracking service called WPAcracker.com. The $17-a-time service is able to crack a Wi-Fi password in around 20 minutes, compared to the 120 hours a dual-core PC might take to carry out the same job.</p></blockquote>
<p>Although there&#8217;s nothing really new here, it&#8217;s still an interesting implementation of some already known techniques. As cloud/distributed computing becomes even cheaper, I&#8217;d guess we&#8217;ll be seeing more similar attacks in the future.</p>
<p>The original post (which precise details on how to set everything up) can be found on the blog of Thomas Roth here:</p>
<p><a href="http://stacksmashing.net/2010/11/15/cracking-in-the-cloud-amazons-new-ec2-gpu-instances/">Cracking Passwords In The Cloud: Amazon’s New EC2 GPU Instances</a></p>
<p>Source: <a href="http://www.theregister.co.uk/2010/11/18/amazon_cloud_sha_password_hack/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2999+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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&amp;t=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud" 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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&amp;title=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud" 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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&amp;title=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud" 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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&amp;title=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud" 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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/&amp;title=SHA-1+Password+Hashes+Cracked+Using+Amazon+EC2+GPU+Cloud" 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%2F2010%2F11%2Fsha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud%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/2010/11/sha-1-password-hashes-cracked-using-amazon-ec2-gpu-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CUDA-Multiforcer &#8211; GPU Powered High Performance Multihash Brute Forcer</title>
		<link>http://www.darknet.org.uk/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/</link>
		<comments>http://www.darknet.org.uk/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:21:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[brute forcer]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[cuda]]></category>
		<category><![CDATA[cuda multiforcer]]></category>
		<category><![CDATA[gpu hash cracking]]></category>
		<category><![CDATA[hash-cracking]]></category>
		<category><![CDATA[multiforcer]]></category>
		<category><![CDATA[multihash cracking tool]]></category>
		<category><![CDATA[password brute forcing]]></category>
		<category><![CDATA[password-cracker]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2997</guid>
		<description><![CDATA[The Cryptohaze Multiforcer is a high performance multihash brute forcer with support for per-position character sets, and very good performance scaling when dealing with large hash lists. As an example, on a list of 10 hashes, the Cryptohaze Multiforcer achieves 390M steps per second on a GTX260/216SP@1.24ghz card. On a list of 1.4 million hashes [...]]]></description>
			<content:encoded><![CDATA[<p>The Cryptohaze Multiforcer is a high performance multihash brute forcer with support for per-position character sets, and very good performance scaling when dealing with large hash lists. As an example, on a list of 10 hashes, the Cryptohaze Multiforcer achieves 390M steps per second on a GTX260/216SP@1.24ghz card. On a list of 1.4 million hashes with the same card, performance drops to 380M steps per second. This is the password stepping rate &#8211; not the search rate. The search rate is 380M * 1.4M passwords per second! </p>
<p><strong>Platforms</strong></p>
<p>The Cryptohaze Multiforcer supports Windows, Linux, and Mac OS X. An nVidia GPU with CUDA support (8000 series, 9000 series, GTX200 series, GTX400 series) is required for this to function. Additionally, a reasonably modern driver with CUDA support will be required. However, to see good rates, a fairly powerful GPU is required. GTX200 series cards are the lowest recommended cards.</p>
<p><strong>Usage</strong></p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>The Multiforcer takes two files as inputs: the hash file, and the character set file. The hash file is very simple: One hash per line as follows:</p>
<p>Hash input file</p>
<pre><code>C55DC1C662628C7B3B85635A4E96262A
5F4DCC3B5AA765D61D8327DEB882CF99
0040F2ABC2CFF0C8F59883B99AE9FAB6
D41D8CD98F00B204E9800998ECF8427E</code></pre>
<p>The character set file is slightly more complex. For a single character set (the same character set applied to all positions), the character set file is very simple: Just the character set in a file, followed by a newline:</p>
<p>Single charset file (-c parameter)</p>
<pre><code>abcdefghijklmnopqrstuvwzyx0123456789</code></pre>
<p>You can download CUDA-Multiforcer here:</p>
<p>MacOS (Intel Only) &#8211; <a href="http://cryptohaze.com/releases/CUDA-Multiforcer-Mac-0.72.tar.bz2">CUDA-Multiforcer-Mac-0.72.tar.bz2</a><br />
Windows (64-Bit Only) &#8211; <a href="http://cryptohaze.com/releases/CUDA-Multiforcer-Windows-0.72.zip">CUDA-Multiforcer-Windows-0.72.zip</a><br />
Linux &#8211; (32 &#038; 64-Bit) &#8211; <a href="http://cryptohaze.com/releases/CUDA-Multiforcer-Linux-0.72.tar.bz2">CUDA-Multiforcer-Linux-0.72.tar.bz2</a></p>
<p>Or read more <a href="http://www.cryptohaze.com/multiforcer.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2997+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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&amp;t=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer" 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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&amp;title=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer" 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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&amp;title=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer" 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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&amp;title=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer" 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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/&amp;title=CUDA-Multiforcer+%E2%80%93+GPU+Powered+High+Performance+Multihash+Brute+Forcer" 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%2F2010%2F11%2Fcuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer%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/2010/11/cuda-multiforcer-gpu-powered-high-performance-multihash-brute-forcer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crunch &#8211; Password Cracking Wordlist Generator</title>
		<link>http://www.darknet.org.uk/2010/11/crunch-password-cracking-wordlist-generator/</link>
		<comments>http://www.darknet.org.uk/2010/11/crunch-password-cracking-wordlist-generator/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 10:31:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[cracking wordlist generator]]></category>
		<category><![CDATA[crunch]]></category>
		<category><![CDATA[keyword based word list generator]]></category>
		<category><![CDATA[password-cracker]]></category>
		<category><![CDATA[password-security]]></category>
		<category><![CDATA[word list]]></category>
		<category><![CDATA[word list generator]]></category>
		<category><![CDATA[worldlist generator]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2996</guid>
		<description><![CDATA[Crunch is a wordlist generator where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations. Some other options are: The Associative Word List Generator (AWLG) – Wordlists for Password Cracking CeWL – Custom Word List Generator Tool for Password Cracking RSMangler – Keyword [...]]]></description>
			<content:encoded><![CDATA[<p>Crunch is a <a href="http://www.darknet.org.uk/tag/wordlist-generator/">wordlist generator</a> where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations. </p>
<p>Some other options are:</p>
<ul>
<li><a href="http://www.darknet.org.uk/2009/01/the-associative-word-list-generator-awlg-create-related-wordlists-for-password-cracking/">The Associative Word List Generator (AWLG) – Wordlists for Password Cracking</a></li>
<li><a href="http://www.darknet.org.uk/2009/01/cewl-custom-word-list-generator-tool-for-password-cracking/">CeWL – Custom Word List Generator Tool for Password Cracking</a></li>
<li><a href="http://www.darknet.org.uk/2010/08/rsmangler-keyword-based-wordlist-generator-for-bruteforcing/">RSMangler – Keyword Based Wordlist Generator For Bruteforcing</a></li>
<li><a href="http://www.darknet.org.uk/2010/09/cupp-common-user-passwords-profiler-automated-password-profiling-tool/">CUPP – Common User Passwords Profiler – Automated Password Profiling Tool</a></li>
</ul>
<p>Of course <a href="http://www.darknet.org.uk/2006/03/jtr-password-cracking-john-the-ripper-17-released-finally/">John the Ripper (JTR)</a> has some built in options for creating permutations from <a href="http://www.darknet.org.uk/2008/02/password-cracking-wordlists-and-tools-for-brute-forcing/">Wordlists</a>.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p><strong>Features</strong></p>
<ul>
<li>Crunch generates wordlists in both combination and permutation ways</li>
<li>It can breakup output by number of lines or file size</li>
<li>Now has resume support</li>
<li>Pattern now supports number and symbols</li>
<li>Pattern now supports upper and lower case characters separately</li>
<li>Adds a status report when generating multiple files</li>
</ul>
<p>You can download Crunch here:</p>
<p><a href="http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch2.6.tgz/download">crunch2.6.tgz</a></p>
<p>Or read more <a href="http://sourceforge.net/projects/crunch-wordlist/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2996+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/2010/11/crunch-password-cracking-wordlist-generator/&amp;t=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator" 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/2010/11/crunch-password-cracking-wordlist-generator/&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/2010/11/crunch-password-cracking-wordlist-generator/&amp;title=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator" 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/2010/11/crunch-password-cracking-wordlist-generator/&amp;title=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator" 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/2010/11/crunch-password-cracking-wordlist-generator/&amp;title=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator" 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/2010/11/crunch-password-cracking-wordlist-generator/&amp;title=Crunch+%E2%80%93+Password+Cracking+Wordlist+Generator" 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%2F2010%2F11%2Fcrunch-password-cracking-wordlist-generator%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/2010/11/crunch-password-cracking-wordlist-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Credentials Editor v1.0 &#8211; List, Add &amp; Edit Logon Sessions</title>
		<link>http://www.darknet.org.uk/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/</link>
		<comments>http://www.darknet.org.uk/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:00:42 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[get ntlm hash]]></category>
		<category><![CDATA[get windows hash]]></category>
		<category><![CDATA[hacking-windows]]></category>
		<category><![CDATA[ntlm hash]]></category>
		<category><![CDATA[pass the hash]]></category>
		<category><![CDATA[wce]]></category>
		<category><![CDATA[windows credential editor]]></category>
		<category><![CDATA[windows hash cracker]]></category>
		<category><![CDATA[windows-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2970</guid>
		<description><![CDATA[Windows Credentials Editor (WCE) allows to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes). This can be used, for example, to perform pass-the-hash on Windows and also obtain NT/LM hashes from memory (from interactive logons, services, remote desktop connections, etc.) which can be used in further attacks. Supported Platforms [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Credentials Editor (WCE) allows to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes). This can be used, for example, to perform pass-the-hash on Windows and also obtain NT/LM hashes from memory (from interactive logons, services, remote desktop connections, etc.) which can be used in further attacks.</p>
<p><strong>Supported Platforms</strong></p>
<p>Supports Windows XP, 2003, Vista, 7 and 2008 (Vista was not actually tested yet, but it should work).</p>
<p><strong>Options</strong></p>
<p>Windows Credentials Editor provides the following options:</p>
<pre>
        -l         List logon sessions and NTLM credentials (default).
        -s         Changes NTLM credentials of current logon session.
                   Parameters: <UserName>:<DomainName>:<LMHash>:<NTHash>.
        -r         Lists logon sessions and NTLM credentials indefinitely.
                   Refreshes every 5 seconds if new sessions are found.
                   Optional: -r<refresh interval>.
        -c         Run <cmd> in a new session with the specified NTLM credentials.
                   Parameters: <cmd>.
        -e         Lists logon sessions NTLM credentials indefinitely.
                   Refreshes every time a logon event occurs.
        -o         saves all output to a file.
                   Parameters: <filename>.
        -i         Specify LUID instead of use current logon session.
                   Parameters: <luid>.
        -d         Delete NTLM credentials from logon session.
                   Parameters: <luid>.
        -v         verbose output.</pre>
<p>You can download Windows Credentials Editor v1.0 here:</p>
<p><a href="http://www.ampliasecurity.com/research/wce_v1.0.tgz">wce_v1.0.tgz</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2970+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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&amp;t=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions" 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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&amp;title=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions" 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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&amp;title=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions" 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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&amp;title=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions" 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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/&amp;title=Windows+Credentials+Editor+v1.0+%E2%80%93+List%2C+Add+%26+Edit+Logon+Sessions" 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%2F2010%2F10%2Fwindows-credentials-editor-v1-0-list-add-edit-logon-sessions%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/2010/10/windows-credentials-editor-v1-0-list-add-edit-logon-sessions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

