<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[hashcat Forum - Old hashcat Announcements]]></title>
		<link>https://hashcat.net/forum/</link>
		<description><![CDATA[hashcat Forum - https://hashcat.net/forum]]></description>
		<pubDate>Sat, 30 May 2026 10:06:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[hashcat v2.00]]></title>
			<link>https://hashcat.net/forum/thread-4881.html</link>
			<pubDate>Fri, 04 Dec 2015 16:03:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-4881.html</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
There is a nice new feature added to hashcat version 2.0.<br />
Besides the usual addition of new algorithms, new features and bug fixes this release features .... open source code! Yes, you read it right. We went Open-Source!<br />
<br />
If you want to read more about the background of this, you can find the details here: <a href="https://hashcat.net/forum/thread-4880.html" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/forum/thread-4880.html</a><br />
<br />
In addition to that there is a lot of changes from the previous version (0.50):<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Fixes for very nasty bugs</span><br />
<ul class="mycode_list"><li>--increment-max problem: it did not allow to set a value equal to the mask length<br />
</li>
<li>table lookup fix: there was a limit in place which was lifted now<br />
</li>
<li>--remove race condition: hashcat did not always guarantee that all cracked hashes will be removed at the end<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Newly added algorithm</span><br />
<ul class="mycode_list"><li>-m 1431 = base64(sha256(unicode(&#36;pass)))<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
This list is not that long as usual, but since the last release we really put a lot of effort into preparing for the first open source release:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Open source specific changes</span><br />
<ul class="mycode_list"><li>changed the license of hashcat to MIT<br />
</li>
<li>removed eula<br />
</li>
<li>removed time bomb<br />
</li>
<li>there will be no more beta versions restricted to beta testers<br />
</li>
<li>removed beta testers' keyfile check<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Some future perspectives</span><br />
<br />
We plan to eventually combine hashcat and oclHashcat into one single project, called "hashcat".<br />
<br />
Basically, the idea is to let the current oclHashcat code (where - yes, you did guess it correctly - we put most of the development focus) be the basis for the "merge" and in this way integrate hashcat into oclHashcat and rename the resulting cracker into just "hashcat".<br />
<br />
This will be an important but also very demanding/difficult change and won't happen too soon (but maybe with united forces, now that we did go open source, it could happen within a reasonable amount of time).<br />
<br />
There might be the need of a couple of preparations and changes (which you now will be able follow on github) to both projects before something like a single CPU and GPU "hashcat" cracker can be released.<br />
<br />
We did already do the first step by releasing both oclHashcat and hashcat with the same version number: 2.00 <img src="https://hashcat.net/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
Finally, here is the full list of the changes we made for this release:<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.50 -&gt; v2.00</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: Project<br />
file: All<br />
desc: Made the project Open-Source<br />
<br />
type: Project<br />
file: All<br />
desc: Switched the license to MIT<br />
<br />
type: Feature<br />
file: Host<br />
desc: Removed Timebomb, Beta- and Keyfile- checks<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 1431 = base64(sha256(unicode(&#36;pass)))<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 1100 = Domain Cached Credentials, mscash to -m 1100 = Domain Cached Credentials (DCC), MS Cache<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed rule 'x' to 'O', omit X chars of word at pos N<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: added rule 'x', extract X chars of word at pos N, to keep compatibility to JtR/crack<br />
<br />
type: Change<br />
file: Host<br />
desc: switched to newer glibc (testphase; please contact us if you have problems)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --increment-max to allow all values up to the length of the mask<br />
trac: #651<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in table-lookup attack mode that occurred whenever the replacement possibilities for a single character was very high<br />
trac: #646<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --stdout in -a 1 mode in combination with -r, number of outputs were incorrect<br />
trac: #654<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --remove did not always remove all hashes when it was closed/quitted too fast<br />
</span></blockquote>
<br />
<hr class="mycode_hr" />
<br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
There is a nice new feature added to hashcat version 2.0.<br />
Besides the usual addition of new algorithms, new features and bug fixes this release features .... open source code! Yes, you read it right. We went Open-Source!<br />
<br />
If you want to read more about the background of this, you can find the details here: <a href="https://hashcat.net/forum/thread-4880.html" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/forum/thread-4880.html</a><br />
<br />
In addition to that there is a lot of changes from the previous version (0.50):<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Fixes for very nasty bugs</span><br />
<ul class="mycode_list"><li>--increment-max problem: it did not allow to set a value equal to the mask length<br />
</li>
<li>table lookup fix: there was a limit in place which was lifted now<br />
</li>
<li>--remove race condition: hashcat did not always guarantee that all cracked hashes will be removed at the end<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Newly added algorithm</span><br />
<ul class="mycode_list"><li>-m 1431 = base64(sha256(unicode(&#36;pass)))<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
This list is not that long as usual, but since the last release we really put a lot of effort into preparing for the first open source release:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Open source specific changes</span><br />
<ul class="mycode_list"><li>changed the license of hashcat to MIT<br />
</li>
<li>removed eula<br />
</li>
<li>removed time bomb<br />
</li>
<li>there will be no more beta versions restricted to beta testers<br />
</li>
<li>removed beta testers' keyfile check<br />
</li>
</ul>
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Some future perspectives</span><br />
<br />
We plan to eventually combine hashcat and oclHashcat into one single project, called "hashcat".<br />
<br />
Basically, the idea is to let the current oclHashcat code (where - yes, you did guess it correctly - we put most of the development focus) be the basis for the "merge" and in this way integrate hashcat into oclHashcat and rename the resulting cracker into just "hashcat".<br />
<br />
This will be an important but also very demanding/difficult change and won't happen too soon (but maybe with united forces, now that we did go open source, it could happen within a reasonable amount of time).<br />
<br />
There might be the need of a couple of preparations and changes (which you now will be able follow on github) to both projects before something like a single CPU and GPU "hashcat" cracker can be released.<br />
<br />
We did already do the first step by releasing both oclHashcat and hashcat with the same version number: 2.00 <img src="https://hashcat.net/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
Finally, here is the full list of the changes we made for this release:<br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.50 -&gt; v2.00</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: Project<br />
file: All<br />
desc: Made the project Open-Source<br />
<br />
type: Project<br />
file: All<br />
desc: Switched the license to MIT<br />
<br />
type: Feature<br />
file: Host<br />
desc: Removed Timebomb, Beta- and Keyfile- checks<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 1431 = base64(sha256(unicode(&#36;pass)))<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 1100 = Domain Cached Credentials, mscash to -m 1100 = Domain Cached Credentials (DCC), MS Cache<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed rule 'x' to 'O', omit X chars of word at pos N<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: added rule 'x', extract X chars of word at pos N, to keep compatibility to JtR/crack<br />
<br />
type: Change<br />
file: Host<br />
desc: switched to newer glibc (testphase; please contact us if you have problems)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --increment-max to allow all values up to the length of the mask<br />
trac: #651<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in table-lookup attack mode that occurred whenever the replacement possibilities for a single character was very high<br />
trac: #646<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --stdout in -a 1 mode in combination with -r, number of outputs were incorrect<br />
trac: #654<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --remove did not always remove all hashes when it was closed/quitted too fast<br />
</span></blockquote>
<br />
<hr class="mycode_hr" />
<br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.50]]></title>
			<link>https://hashcat.net/forum/thread-4413.html</link>
			<pubDate>Fri, 05 Jun 2015 14:39:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=2726">philsmd</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-4413.html</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
Most important added features:<br />
<ul class="mycode_list"><li>Hashcat has now a new status prompt similar to oclHashcat<br />
</li>
<li>Added support for bypass<br />
</li>
<li>Added support for --status, --status-timer and --status-automat<br />
</li>
<li>Added support to use --username together with --show and also --username together with --remove<br />
</li>
<li>The built-in PRINCE attack mode was updated to the latest version on github<br />
</li>
<li>PRINCE attack now also supports -s and -l<br />
</li>
<li>avx/avx2 binaries were removed from the package (for the time being) because the binaries did not contain optimized avx/avx2 code<br />
</li>
</ul>
<br />
New algorithms:<ul class="mycode_list"><li>PrestaShop<br />
</li>
<li>SIP digest authentication (MD5)<br />
</li>
<li>MySQL Secure Password Authentication<br />
</li>
<li>PostgreSQL Challenge-Response Authentication (MD5)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.49 -&gt; v0.50</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11000 = PrestaShop<br />
trac: #589<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11100 = PostgreSQL Challenge-Response Authentication (MD5)<br />
trac: #490<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11200 = MySQL Secure Password Authentication<br />
trac: #541<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11400 = SIP digest authentication (MD5)<br />
trac: #539<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added interactive mode with prompt<br />
trac: #569<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: implemented bypass mode for straight, combination, toggle-case, permuatation and table-lookup attack modes<br />
trac: #570<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --status-automat i.e. making the status output machine-readable<br />
trac: #534<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: implemented --status and --status-timer which allows to configure the time in seconds for periodic status updates<br />
trac: #571<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --username when using --show<br />
trac: #567<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --username when using --remove<br />
trac: #568<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: backported latest prince-attack code from github version<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added missing -s and -l support for prince-attack<br />
trac: #584<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for hashcat mask files (.hcmask)<br />
trac: #586<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: new workaround for -m 2500 = WPA/WPA2 key versions which are not valid (should always be &lt; 256)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: dropped avx/avx2 binaries as they do not really contain avx/avx2 code<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: increment mode disabled by default, --increment switch must be used now for increment mode<br />
trac: #572<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -a 6 prince-attack to -a 8 prince-attack<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 112 Oracle 11g/12c to -m 112 Oracle S: Type (Oracle 11+)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 3810 = md5(&#36;salt.&#36;pass.&#36;salt) to -m 3800 = md5(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4710 = sha1(&#36;salt.&#36;pass.&#36;salt) to -m 4900 = sha1(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 7100 = OS X v10.8 / v10.9 to OS X v10.8+<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: synchronized default value for PRINCE attack-mode parameters with princeprocessor<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --runtime under windows in PRINCE attack mode<br />
trac: #555<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: in PRINCE attack-mode removed unwanted dupes in --stdout mode<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: In PRINCE attack-mode fixed a memory leak<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: added additional checks for hexadecimal values supplied in masks by using the --hex-charset switch<br />
trac: #610<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --remove feature in single-hash mode<br />
trac: #553<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problem in combinator attack, duplicates were sometimes in the output<br />
trac: #228<br />
</span></blockquote>
]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
Most important added features:<br />
<ul class="mycode_list"><li>Hashcat has now a new status prompt similar to oclHashcat<br />
</li>
<li>Added support for bypass<br />
</li>
<li>Added support for --status, --status-timer and --status-automat<br />
</li>
<li>Added support to use --username together with --show and also --username together with --remove<br />
</li>
<li>The built-in PRINCE attack mode was updated to the latest version on github<br />
</li>
<li>PRINCE attack now also supports -s and -l<br />
</li>
<li>avx/avx2 binaries were removed from the package (for the time being) because the binaries did not contain optimized avx/avx2 code<br />
</li>
</ul>
<br />
New algorithms:<ul class="mycode_list"><li>PrestaShop<br />
</li>
<li>SIP digest authentication (MD5)<br />
</li>
<li>MySQL Secure Password Authentication<br />
</li>
<li>PostgreSQL Challenge-Response Authentication (MD5)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.49 -&gt; v0.50</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11000 = PrestaShop<br />
trac: #589<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11100 = PostgreSQL Challenge-Response Authentication (MD5)<br />
trac: #490<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11200 = MySQL Secure Password Authentication<br />
trac: #541<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 11400 = SIP digest authentication (MD5)<br />
trac: #539<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added interactive mode with prompt<br />
trac: #569<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: implemented bypass mode for straight, combination, toggle-case, permuatation and table-lookup attack modes<br />
trac: #570<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --status-automat i.e. making the status output machine-readable<br />
trac: #534<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: implemented --status and --status-timer which allows to configure the time in seconds for periodic status updates<br />
trac: #571<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --username when using --show<br />
trac: #567<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --username when using --remove<br />
trac: #568<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: backported latest prince-attack code from github version<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added missing -s and -l support for prince-attack<br />
trac: #584<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for hashcat mask files (.hcmask)<br />
trac: #586<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: new workaround for -m 2500 = WPA/WPA2 key versions which are not valid (should always be &lt; 256)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: dropped avx/avx2 binaries as they do not really contain avx/avx2 code<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: increment mode disabled by default, --increment switch must be used now for increment mode<br />
trac: #572<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -a 6 prince-attack to -a 8 prince-attack<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 112 Oracle 11g/12c to -m 112 Oracle S: Type (Oracle 11+)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 3810 = md5(&#36;salt.&#36;pass.&#36;salt) to -m 3800 = md5(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4710 = sha1(&#36;salt.&#36;pass.&#36;salt) to -m 4900 = sha1(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 7100 = OS X v10.8 / v10.9 to OS X v10.8+<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: synchronized default value for PRINCE attack-mode parameters with princeprocessor<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --runtime under windows in PRINCE attack mode<br />
trac: #555<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: in PRINCE attack-mode removed unwanted dupes in --stdout mode<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: In PRINCE attack-mode fixed a memory leak<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: added additional checks for hexadecimal values supplied in masks by using the --hex-charset switch<br />
trac: #610<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed --remove feature in single-hash mode<br />
trac: #553<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problem in combinator attack, duplicates were sometimes in the output<br />
trac: #228<br />
</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.49]]></title>
			<link>https://hashcat.net/forum/thread-3952.html</link>
			<pubDate>Mon, 05 Jan 2015 13:57:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-3952.html</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
Most important changes:<br />
<ul class="mycode_list"><li>Added integrated PRINCE-attack mode to -a 6<br />
</li>
<li>Added benchmark mode<br />
</li>
<li>GLIBC issue fixed<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.48 -&gt; v0.49</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: implemented new attack-mode 6 Prince<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 12 = PostgreSQL<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 23 = Skype<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 133 = PeopleSoft<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 1421 = hMailServer<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 2410 = Cisco-ASA MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 2612 = PHPS<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 3711 = Mediawiki B type<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 4710 = sha1(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 7900 = Drupal7<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 8400 = WBB3, Woltlab Burning Board 3<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 9200 = Cisco &#36;8&#36;<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 9900 = Radmin2<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10000 = Django (PBKDF2-SHA256)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10200 = Cram MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10300 = SAP CODVN H (PWDSALTEDHASH) iSSHA-1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new switch --benchmark such that user can benchmark his cpu cracking performance<br />
trac: #253<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 800 = SHA1 (Django) to -m 124 = Django (SHA-1)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed salt length problem with -m 7600 = Redmine Project Management Web App<br />
trac: #543<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: hash mode -m 5100 failed to match beginning, middle and end of MD5 hash<br />
trac: #544<br />
</span></blockquote>
<br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
Most important changes:<br />
<ul class="mycode_list"><li>Added integrated PRINCE-attack mode to -a 6<br />
</li>
<li>Added benchmark mode<br />
</li>
<li>GLIBC issue fixed<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.48 -&gt; v0.49</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: implemented new attack-mode 6 Prince<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 12 = PostgreSQL<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 23 = Skype<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 133 = PeopleSoft<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 1421 = hMailServer<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 2410 = Cisco-ASA MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 2612 = PHPS<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 3711 = Mediawiki B type<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 4710 = sha1(&#36;salt.&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 7900 = Drupal7<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 8400 = WBB3, Woltlab Burning Board 3<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 9200 = Cisco &#36;8&#36;<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 9900 = Radmin2<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10000 = Django (PBKDF2-SHA256)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10200 = Cram MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for -m 10300 = SAP CODVN H (PWDSALTEDHASH) iSSHA-1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new switch --benchmark such that user can benchmark his cpu cracking performance<br />
trac: #253<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 800 = SHA1 (Django) to -m 124 = Django (SHA-1)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed salt length problem with -m 7600 = Redmine Project Management Web App<br />
trac: #543<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: hash mode -m 5100 failed to match beginning, middle and end of MD5 hash<br />
trac: #544<br />
</span></blockquote>
<br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.48]]></title>
			<link>https://hashcat.net/forum/thread-3801.html</link>
			<pubDate>Sat, 01 Nov 2014 11:59:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-3801.html</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.47 -&gt; v0.48</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added AVX2 target<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for -m 8900 = scrypt<br />
trac: #295<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for -m 9300 = Cisco &#36;9&#36;<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 112 = Oracle 11g to -m 112 = Oracle 11g/12c<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed hash type Joomla into 'Joomla &lt; 2.5.18', -m 400 has now also the note about MD5(Joomla)<br />
trac: #402<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: added support for plains lengths up to 64 for -m 1800 = sha512crypt<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4500 format from sha1(sha1(&#36;pass)) to Double SHA1<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4800 format from MD5(Chap) to MD5(Chap), iSCSI CHAP authentication<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 9999 = Plaintext to -m 99999 = Plaintext<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: don't modify bcrypt signature (&#36;2a&#36;, &#36;2x&#36;, &#36;2y&#36;) when parsing/printing the hashes<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added some new output formats with crack position, aligned output formats with oclHashcat<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: synchronized rule rejection occurences with rule engine of oclHashcat<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --runtime argument such that user can set the maximum number of seconds hashcat should run<br />
trac: #105<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: change output plains to &#36;HEX[...] format by default, you can disable it with --outfile-autohex-disable<br />
trac: #148<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: OS X v10.9 uses same algorithm as 10.8, help/docs updated accordingly<br />
trac: #236<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for higher --threads values, auto-detection of available CPU cores<br />
trac: #368<br />
<br />
type: feature<br />
file: rules<br />
desc: added InsidePro-HashManager.rule<br />
<br />
type: feature<br />
file: rules<br />
desc: added dive.rule<br />
Trac: #519<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: aligned some switches with oclHashcat switches, for instance renamed --disable-potfile to --potfile-disable<br />
<br />
type: change<br />
file: rules<br />
desc: renamed passwordspro.rule to InsidePro-PasswordsPro.rule<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --hash-mode was invalid, changed to --hash-type<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: problems with very large ETA fixed, adapted status display to display ETA &gt; 10 years similar to oclHashcat<br />
trac: #407<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problem w/ 'delete range' rule (xNM) which did not allow to remove chars if at the very end<br />
trac: #444<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed memory problem in --debug-mode 3 and 4<br />
trac: #470<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problems with special multi-byte plains and -m 200 = MySQL323<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed hash mode -m 1100 == dcc - hash<img src="https://hashcat.net/forum/images/smilies/confused.gif" alt="Confused" title="Confused" class="smilie smilie_13" />alt pairs w/ almost identical salts but of different case failed to crack<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed issues with 32 bit version - affected hash types are 1750, 1760, 6500 or 7100<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed -m 5600 parsing + solves crash that could occur when hash file contained wrong hash format<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: fixed -m 7600 = Redmine Project Management Web App hash type number, -m 7600 gave error with previous version<br />
</span></blockquote>
<br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<br />
Download here: <a href="https://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat/</a><br />
<br />
<hr class="mycode_hr" />
<br />
<span style="font-weight: bold;" class="mycode_b">Full changelog v0.47 -&gt; v0.48</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added AVX2 target<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for -m 8900 = scrypt<br />
trac: #295<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for -m 9300 = Cisco &#36;9&#36;<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 112 = Oracle 11g to -m 112 = Oracle 11g/12c<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed hash type Joomla into 'Joomla &lt; 2.5.18', -m 400 has now also the note about MD5(Joomla)<br />
trac: #402<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: added support for plains lengths up to 64 for -m 1800 = sha512crypt<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4500 format from sha1(sha1(&#36;pass)) to Double SHA1<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 4800 format from MD5(Chap) to MD5(Chap), iSCSI CHAP authentication<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: renamed -m 9999 = Plaintext to -m 99999 = Plaintext<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: don't modify bcrypt signature (&#36;2a&#36;, &#36;2x&#36;, &#36;2y&#36;) when parsing/printing the hashes<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added some new output formats with crack position, aligned output formats with oclHashcat<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: synchronized rule rejection occurences with rule engine of oclHashcat<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --runtime argument such that user can set the maximum number of seconds hashcat should run<br />
trac: #105<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: change output plains to &#36;HEX[...] format by default, you can disable it with --outfile-autohex-disable<br />
trac: #148<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: OS X v10.9 uses same algorithm as 10.8, help/docs updated accordingly<br />
trac: #236<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Added support for higher --threads values, auto-detection of available CPU cores<br />
trac: #368<br />
<br />
type: feature<br />
file: rules<br />
desc: added InsidePro-HashManager.rule<br />
<br />
type: feature<br />
file: rules<br />
desc: added dive.rule<br />
Trac: #519<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: aligned some switches with oclHashcat switches, for instance renamed --disable-potfile to --potfile-disable<br />
<br />
type: change<br />
file: rules<br />
desc: renamed passwordspro.rule to InsidePro-PasswordsPro.rule<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --hash-mode was invalid, changed to --hash-type<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: problems with very large ETA fixed, adapted status display to display ETA &gt; 10 years similar to oclHashcat<br />
trac: #407<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problem w/ 'delete range' rule (xNM) which did not allow to remove chars if at the very end<br />
trac: #444<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed memory problem in --debug-mode 3 and 4<br />
trac: #470<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed problems with special multi-byte plains and -m 200 = MySQL323<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed hash mode -m 1100 == dcc - hash<img src="https://hashcat.net/forum/images/smilies/confused.gif" alt="Confused" title="Confused" class="smilie smilie_13" />alt pairs w/ almost identical salts but of different case failed to crack<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed issues with 32 bit version - affected hash types are 1750, 1760, 6500 or 7100<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed -m 5600 parsing + solves crash that could occur when hash file contained wrong hash format<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: fixed -m 7600 = Redmine Project Management Web App hash type number, -m 7600 gave error with previous version<br />
</span></blockquote>
<br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.47]]></title>
			<link>https://hashcat.net/forum/thread-2962.html</link>
			<pubDate>Mon, 30 Dec 2013 09:41:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-2962.html</guid>
			<description><![CDATA[* changes v0.46-&gt; v0.47:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 123 = EPi<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1430 = sha256(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1440 = sha256(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1441 = EPiServer 6.x &gt;= v4<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1711 = SSHA-512(Base64), LDAP {SSHA512}<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1730 = sha512(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1740 = sha512(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7400 = SHA-256(Unix)<br />
trac: #176<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7600 = Redmine SHA1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: debug mode can now be used also together with -g, generate rule<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: support added for using external salts together with mode 160 = HMAC-SHA1 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: allow empty salt/key for HMAC algos<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: allow variable rounds for hash modes 500, 1600, 1800, 3300, 7400 using rounds= specifier<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --generate-rules-seed, sets seed used for randomization so rulesets can be reproduced<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added output-format type 8 (position:hash:plain)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: updated/added some hcchr charset files in /charsets, some new files: Bulgarian, Polish, Hungarian<br />
cred: Rub3nCT<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: format output when using --show according to the --outfile-format option<br />
trac: #117<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: show mask length in status screen<br />
trac: #180<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --disable-potfile in combination with --show or --left resulted in a crash, combination was disallowed<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --help had wrong algorithm for hash mode 40<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: whenever the plain corresponding to the hash (single hash run) was found, avoid printing or storing it more than once<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: wrong plain in output for sha1-based hashes with AVX/XOP binaries<br />
trac: #173<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: plaintext (-m 9999) multi-hashes were not successfully recovered<br />
trac: #199<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed crashes with hash mode -m 400 (phpass) when the plain length was greater 48<br />
trac: #221<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: not loading all salts when using salted sha1 modes<br />
trac: #227<br />
</span></blockquote>
]]></description>
			<content:encoded><![CDATA[* changes v0.46-&gt; v0.47:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 123 = EPi<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1430 = sha256(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1440 = sha256(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1441 = EPiServer 6.x &gt;= v4<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1711 = SSHA-512(Base64), LDAP {SSHA512}<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1730 = sha512(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1740 = sha512(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7400 = SHA-256(Unix)<br />
trac: #176<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7600 = Redmine SHA1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: debug mode can now be used also together with -g, generate rule<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: support added for using external salts together with mode 160 = HMAC-SHA1 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: allow empty salt/key for HMAC algos<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: allow variable rounds for hash modes 500, 1600, 1800, 3300, 7400 using rounds= specifier<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --generate-rules-seed, sets seed used for randomization so rulesets can be reproduced<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added output-format type 8 (position:hash:plain)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: updated/added some hcchr charset files in /charsets, some new files: Bulgarian, Polish, Hungarian<br />
cred: Rub3nCT<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: format output when using --show according to the --outfile-format option<br />
trac: #117<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: show mask length in status screen<br />
trac: #180<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --disable-potfile in combination with --show or --left resulted in a crash, combination was disallowed<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --help had wrong algorithm for hash mode 40<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: whenever the plain corresponding to the hash (single hash run) was found, avoid printing or storing it more than once<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: wrong plain in output for sha1-based hashes with AVX/XOP binaries<br />
trac: #173<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: plaintext (-m 9999) multi-hashes were not successfully recovered<br />
trac: #199<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed crashes with hash mode -m 400 (phpass) when the plain length was greater 48<br />
trac: #221<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: not loading all salts when using salted sha1 modes<br />
trac: #227<br />
</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.46]]></title>
			<link>https://hashcat.net/forum/thread-2408.html</link>
			<pubDate>Wed, 26 Jun 2013 09:13:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=2726">philsmd</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-2408.html</guid>
			<description><![CDATA[* changes v0.45 -&gt; v0.46:<br />
<br />
We are happy to announce hashcat version 0.46; a major release w/ some new algorithms, <br />
several interesting new features, improvements and some bug fixes<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Some algorithms we added that were not available in cpu hashcat but in oclHashcat:<ul class="mycode_list"><li>Joomla<br />
</li>
<li>osCommerce, xt:Commerce<br />
</li>
<li>md5(unicode(&#36;pass).&#36;salt)<br />
</li>
<li>md5(&#36;salt.unicode(&#36;pass))<br />
</li>
<li>Oracle 11g<br />
</li>
<li>sha1(unicode(&#36;pass).&#36;salt)<br />
</li>
<li>MSSQL(2005)<br />
</li>
<li>sha1(&#36;salt.unicode(&#36;pass))<br />
</li>
<li>Cisco-PIX MD5<br />
</li>
<li>Samsung Android Password/PIN<br />
</li>
</ul>
Several other new algorithms:<ul class="mycode_list"><li>Fortigate (FortiOS)<br />
</li>
<li>OS X v10.8<br />
</li>
<li>GRUB 2<br />
</li>
<li>IPMI2 RAKP HMAC-SHA1<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">bcrypt, Blowfish(OpenBSD)</span><br />
</li>
</ul>
A very important goal of this release was especially to improve speed for some algorithms, like:<ul class="mycode_list"><li>NTLM: Performance increased by 22% (60 MH/s -&gt; 73 MH/s)<br />
</li>
<li>sha512crypt: Performance increased by 82% (2010H/s -&gt; 3670H/s)<br />
</li>
</ul>
Note: since we had to rewrite some core parts of cpu hashcat to allow some new features (like longer salts etc),<br />
there might be some slight speed drops for some single hash types. We are aware of some of them and try to improve<br />
them too, but in general this release increases the speed for several algorithms while adding new features.<br />
<br />
There are of course also some bug fixes that hopefully are (among others) all in the list below.<br />
<br />
<br />
Have fun!<br />
<br />
Full changelog:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 11 = Joomla<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 21 = osCommerce, xt:Commerce<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 30 = md5(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 40 = md5(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 112 = Oracle 11g<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 130 = sha1(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 132 = MSSQL(2005)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 140 = sha1(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 2400 = Cisco-PIX MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 3200 = bcrypt, Blowfish(OpenBSD)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 5800 = Samsung Android Password/PIN<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7000 = Fortigate (FortiOS)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7100 = OS X v10.8<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7200 = GRUB 2<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7300 = IPMI2 RAKP HMAC-SHA1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: make all --outfile-formats similar to oclHashcat, adds new outfile-formats<br />
trac: #99<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Debug mode: output to stderr instead of stdout<br />
trac: #146<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: New debug mode 3, output word + separator + finding rule<br />
trac: #156<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: more flexible salt length for AIX hashes<br />
trac: #157<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Allow the usage of external salts (-e) together w/ -m 121 (SMF &gt; 1.1)<br />
trac: #163<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: New switches: --username (ignore username in hash file), --show (cracked), --left (show un-cracked)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Add outfile format reference in help (not-inline)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 111 nsldaps: more flexible salt length (0-20 chars)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1000 NTLM: Performance increased by 22% (60 MH/s -&gt; 73 MH/s)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1800 sha512crypt: Allow up to 55 char passwords<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1800 sha512crypt: Performance increased by 82% (2010H/s -&gt; 3670H/s)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: include salt for hash mode 1722 OS X v10.7 in output<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed Half MD5 input/output format<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed MD5(CHAP) output format<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: expire time (--expire) not showing valid timestamp fixed<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: don't output salts when --remove is used, but else always output the salts<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --remove and single hash cracking should output empty file on success<br />
</span></blockquote>
]]></description>
			<content:encoded><![CDATA[* changes v0.45 -&gt; v0.46:<br />
<br />
We are happy to announce hashcat version 0.46; a major release w/ some new algorithms, <br />
several interesting new features, improvements and some bug fixes<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Some algorithms we added that were not available in cpu hashcat but in oclHashcat:<ul class="mycode_list"><li>Joomla<br />
</li>
<li>osCommerce, xt:Commerce<br />
</li>
<li>md5(unicode(&#36;pass).&#36;salt)<br />
</li>
<li>md5(&#36;salt.unicode(&#36;pass))<br />
</li>
<li>Oracle 11g<br />
</li>
<li>sha1(unicode(&#36;pass).&#36;salt)<br />
</li>
<li>MSSQL(2005)<br />
</li>
<li>sha1(&#36;salt.unicode(&#36;pass))<br />
</li>
<li>Cisco-PIX MD5<br />
</li>
<li>Samsung Android Password/PIN<br />
</li>
</ul>
Several other new algorithms:<ul class="mycode_list"><li>Fortigate (FortiOS)<br />
</li>
<li>OS X v10.8<br />
</li>
<li>GRUB 2<br />
</li>
<li>IPMI2 RAKP HMAC-SHA1<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">bcrypt, Blowfish(OpenBSD)</span><br />
</li>
</ul>
A very important goal of this release was especially to improve speed for some algorithms, like:<ul class="mycode_list"><li>NTLM: Performance increased by 22% (60 MH/s -&gt; 73 MH/s)<br />
</li>
<li>sha512crypt: Performance increased by 82% (2010H/s -&gt; 3670H/s)<br />
</li>
</ul>
Note: since we had to rewrite some core parts of cpu hashcat to allow some new features (like longer salts etc),<br />
there might be some slight speed drops for some single hash types. We are aware of some of them and try to improve<br />
them too, but in general this release increases the speed for several algorithms while adding new features.<br />
<br />
There are of course also some bug fixes that hopefully are (among others) all in the list below.<br />
<br />
<br />
Have fun!<br />
<br />
Full changelog:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 11 = Joomla<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 21 = osCommerce, xt:Commerce<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 30 = md5(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 40 = md5(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 112 = Oracle 11g<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 130 = sha1(unicode(&#36;pass).&#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 132 = MSSQL(2005)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 140 = sha1(&#36;salt.unicode(&#36;pass))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 2400 = Cisco-PIX MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 3200 = bcrypt, Blowfish(OpenBSD)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 5800 = Samsung Android Password/PIN<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7000 = Fortigate (FortiOS)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7100 = OS X v10.8<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7200 = GRUB 2<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 7300 = IPMI2 RAKP HMAC-SHA1<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: make all --outfile-formats similar to oclHashcat, adds new outfile-formats<br />
trac: #99<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Debug mode: output to stderr instead of stdout<br />
trac: #146<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: New debug mode 3, output word + separator + finding rule<br />
trac: #156<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: more flexible salt length for AIX hashes<br />
trac: #157<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Allow the usage of external salts (-e) together w/ -m 121 (SMF &gt; 1.1)<br />
trac: #163<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: New switches: --username (ignore username in hash file), --show (cracked), --left (show un-cracked)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Add outfile format reference in help (not-inline)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 111 nsldaps: more flexible salt length (0-20 chars)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1000 NTLM: Performance increased by 22% (60 MH/s -&gt; 73 MH/s)<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1800 sha512crypt: Allow up to 55 char passwords<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: mode -m 1800 sha512crypt: Performance increased by 82% (2010H/s -&gt; 3670H/s)<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: include salt for hash mode 1722 OS X v10.7 in output<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed Half MD5 input/output format<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed MD5(CHAP) output format<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: expire time (--expire) not showing valid timestamp fixed<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: don't output salts when --remove is used, but else always output the salts<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: --remove and single hash cracking should output empty file on success<br />
</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.45]]></title>
			<link>https://hashcat.net/forum/thread-2329.html</link>
			<pubDate>Sat, 01 Jun 2013 00:37:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=2726">philsmd</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-2329.html</guid>
			<description><![CDATA[* changes v0.44 -&gt; v0.45:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Release with some new algorithms:<ul class="mycode_list"><li>AIX smd5<br />
</li>
<li>AIX ssha1, ssha256, ssha512<br />
</li>
<li>GOST R 34.11-94<br />
</li>
</ul>
<br />
We managed also to fix some bugs and implement some additional feature requests<br />
<br />
Full changelog:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: show status screen also when all hashes were recovered AND add start/stop time too<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6300 = AIX {smd5}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6400 = AIX {ssha256}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6500 = AIX {ssha512}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6700 = AIX {ssha1}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6900 = GOST R 34.11-94<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: dropped predefined charsets ?h, ?F, ?G and ?R<br />
trac: #55<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added a collection of language-specific charset-files for use with masks<br />
trac: #55<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: changed the E rule to lowercase all input before processing, its more intuitive<br />
trac: #110<br />
<br />
type: feature<br />
file: rules<br />
desc: added a more more complex leetspeak rules file from unix-ninja<br />
trac: #112<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: changed outfile opts to line up with OCL style<br />
trac: #120<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: --remove in combination w/ external salts should output plain hash files only (no salt)<br />
trac: #153<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fix progress line in status screen when all hashes were recovered<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fix for some possible memory overflow problems<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: an external salt sort failure caused some hashes not to be checked against the digests<br />
trac: #74<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a null-pointer dereference that can lead to a segmentation fault<br />
trac: #104<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a bug if hashlist contains words with ascii character code &gt;= 0x80<br />
trac: #108</span></blockquote>
]]></description>
			<content:encoded><![CDATA[* changes v0.44 -&gt; v0.45:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Release with some new algorithms:<ul class="mycode_list"><li>AIX smd5<br />
</li>
<li>AIX ssha1, ssha256, ssha512<br />
</li>
<li>GOST R 34.11-94<br />
</li>
</ul>
<br />
We managed also to fix some bugs and implement some additional feature requests<br />
<br />
Full changelog:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: Courier;" class="mycode_font"><br />
type: feature<br />
file: hashcat-cli<br />
desc: show status screen also when all hashes were recovered AND add start/stop time too<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6300 = AIX {smd5}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6400 = AIX {ssha256}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6500 = AIX {ssha512}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6700 = AIX {ssha1}<br />
cred: philsmd<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 6900 = GOST R 34.11-94<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: dropped predefined charsets ?h, ?F, ?G and ?R<br />
trac: #55<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added a collection of language-specific charset-files for use with masks<br />
trac: #55<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: changed the E rule to lowercase all input before processing, its more intuitive<br />
trac: #110<br />
<br />
type: feature<br />
file: rules<br />
desc: added a more more complex leetspeak rules file from unix-ninja<br />
trac: #112<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: changed outfile opts to line up with OCL style<br />
trac: #120<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: --remove in combination w/ external salts should output plain hash files only (no salt)<br />
trac: #153<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fix progress line in status screen when all hashes were recovered<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fix for some possible memory overflow problems<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: an external salt sort failure caused some hashes not to be checked against the digests<br />
trac: #74<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a null-pointer dereference that can lead to a segmentation fault<br />
trac: #104<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a bug if hashlist contains words with ascii character code &gt;= 0x80<br />
trac: #108</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.43]]></title>
			<link>https://hashcat.net/forum/thread-2125.html</link>
			<pubDate>Thu, 07 Mar 2013 12:31:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-2125.html</guid>
			<description><![CDATA[* changes v0.42-&gt; v0.43:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Release with lots of new algorithms especially for pentesters:<br />
<ul class="mycode_list"><li>WPA/WPA2<br />
</li>
<li>Password Safe<br />
</li>
<li>IKE-PSK<br />
</li>
<li>NetNTLMv1 / NetNTLMv2<br />
</li>
</ul>
Also a lot of bugfixes, thanks to Trac <img src="https://hashcat.net/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Full changelog:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 2500 = WPA/WPA2<br />
trac: #28<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 3720 = md5(&#36;pass.md5(&#36;salt))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 3721 = WebEdition CMS<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5100 = Half MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5200 = Password Safe SHA-256<br />
trac: #19<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5300 = IKE-PSK MD5<br />
trac: #5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5400 = IKE-PSK SHA1<br />
trac: #5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5500 = NetNTLMv1<br />
trac: #51<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5600 = NetNTLMv2<br />
trac: #56<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new line to status output<br />
trac: #14<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --expire option to view timebomb date<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added expiration timer 2 months before expiration<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: check for cpu instruction set on startup or die gracefully<br />
trac: #81<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in table-attack<br />
trac: #29<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in rule-engine in Dx function<br />
trac: #52<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug pot file contains incorrect hash<br />
trac: #77<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in user-defined charset if using to many predefined variables<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in hex-charset<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug that crashed hashcat on windows xp</blockquote>
<br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[* changes v0.42-&gt; v0.43:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Release with lots of new algorithms especially for pentesters:<br />
<ul class="mycode_list"><li>WPA/WPA2<br />
</li>
<li>Password Safe<br />
</li>
<li>IKE-PSK<br />
</li>
<li>NetNTLMv1 / NetNTLMv2<br />
</li>
</ul>
Also a lot of bugfixes, thanks to Trac <img src="https://hashcat.net/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Full changelog:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 2500 = WPA/WPA2<br />
trac: #28<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 3720 = md5(&#36;pass.md5(&#36;salt))<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 3721 = WebEdition CMS<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5100 = Half MD5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5200 = Password Safe SHA-256<br />
trac: #19<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5300 = IKE-PSK MD5<br />
trac: #5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5400 = IKE-PSK SHA1<br />
trac: #5<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5500 = NetNTLMv1<br />
trac: #51<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5600 = NetNTLMv2<br />
trac: #56<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new line to status output<br />
trac: #14<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added --expire option to view timebomb date<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added expiration timer 2 months before expiration<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: check for cpu instruction set on startup or die gracefully<br />
trac: #81<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in table-attack<br />
trac: #29<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in rule-engine in Dx function<br />
trac: #52<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug pot file contains incorrect hash<br />
trac: #77<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in user-defined charset if using to many predefined variables<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug in hex-charset<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug that crashed hashcat on windows xp</blockquote>
<br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.42]]></title>
			<link>https://hashcat.net/forum/thread-1880.html</link>
			<pubDate>Tue, 01 Jan 2013 06:19:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1880.html</guid>
			<description><![CDATA[* changes v0.41-&gt; v0.42:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 141: EPiServer 6.x<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5000: SHA-3(Keccak)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --hex-salt<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): M - memorize the word (for use with "Q", "X", "4" and "6")<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): Q - query the memory and reject the word unless it has changed<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): X - extract substring NM from memory and insert into current word at I<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function: 4 - appends word from memory to current word<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function: 6 - prepends word from memory to current word<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed -m 1731 bug<br />
cred: Incisive<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed -1 ?a binding<br />
cred: mem5<br />
<br />
type: typo<br />
file: host programs<br />
desc: fixed --help screen<br />
cred: blaz</code></div></div><br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[* changes v0.41-&gt; v0.42:<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 141: EPiServer 6.x<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 5000: SHA-3(Keccak)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added support for --hex-salt<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): M - memorize the word (for use with "Q", "X", "4" and "6")<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): Q - query the memory and reject the word unless it has changed<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function (JtR compatible): X - extract substring NM from memory and insert into current word at I<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function: 4 - appends word from memory to current word<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added new rule function: 6 - prepends word from memory to current word<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed -m 1731 bug<br />
cred: Incisive<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed -1 ?a binding<br />
cred: mem5<br />
<br />
type: typo<br />
file: host programs<br />
desc: fixed --help screen<br />
cred: blaz</code></div></div><br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.41]]></title>
			<link>https://hashcat.net/forum/thread-1594.html</link>
			<pubDate>Mon, 24 Sep 2012 13:26:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1594.html</guid>
			<description><![CDATA[* changes v0.40-&gt; v0.41:<br />
<br />
First Hashcat release to support AVX and XOP!<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: host programs<br />
desc: added support for AVX and XOP instruction set<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added wide-character support to table-lookup attack engine<br />
cred: epixoip<br />
<br />
type: feature<br />
file: host programs<br />
desc: optimized word-generator in -a 3 mode<br />
<br />
type: feature<br />
file: host programs<br />
desc: change potfile format to hash:password<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 122: OS X v10.4, 10.5, 10.6<br />
cred: radix<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1722: OS X v10.7<br />
cred: radix<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 50: HMAC-MD5 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 60: HMAC-MD5 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 150: HMAC-SHA1 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 160: HMAC-SHA1 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1450: HMAC-SHA256 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1460: HMAC-SHA256 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1750: HMAC-SHA512 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1760: HMAC-SHA512 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1731: MSSQL 2012<br />
cred: radix<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug when using -e with salted sha256 or sha512<br />
cred: Rub3nCT</code></div></div><br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[* changes v0.40-&gt; v0.41:<br />
<br />
First Hashcat release to support AVX and XOP!<br />
<br />
Download here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: host programs<br />
desc: added support for AVX and XOP instruction set<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added wide-character support to table-lookup attack engine<br />
cred: epixoip<br />
<br />
type: feature<br />
file: host programs<br />
desc: optimized word-generator in -a 3 mode<br />
<br />
type: feature<br />
file: host programs<br />
desc: change potfile format to hash:password<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 122: OS X v10.4, 10.5, 10.6<br />
cred: radix<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1722: OS X v10.7<br />
cred: radix<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 50: HMAC-MD5 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 60: HMAC-MD5 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 150: HMAC-SHA1 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 160: HMAC-SHA1 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1450: HMAC-SHA256 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1460: HMAC-SHA256 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1750: HMAC-SHA512 (key = &#36;pass)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1760: HMAC-SHA512 (key = &#36;salt)<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added mode -m 1731: MSSQL 2012<br />
cred: radix<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug when using -e with salted sha256 or sha512<br />
cred: Rub3nCT</code></div></div><br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quick fix for Hashcat v0.40]]></title>
			<link>https://hashcat.net/forum/thread-1435.html</link>
			<pubDate>Sun, 05 Aug 2012 18:10:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=248">radix</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1435.html</guid>
			<description><![CDATA[I borked the OS X build.  New binary is included in the v0.40 download.  Please clear your cache and try again.  --stdout should be working as intended again.<br />
<br />
OS X build was tested on 10.6 and 10.8, both working fine.<br />
<br />
<a href="https://hashcat.net/hashcat" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat</a>]]></description>
			<content:encoded><![CDATA[I borked the OS X build.  New binary is included in the v0.40 download.  Please clear your cache and try again.  --stdout should be working as intended again.<br />
<br />
OS X build was tested on 10.6 and 10.8, both working fine.<br />
<br />
<a href="https://hashcat.net/hashcat" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.40]]></title>
			<link>https://hashcat.net/forum/thread-1433.html</link>
			<pubDate>Sun, 05 Aug 2012 14:41:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=248">radix</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1433.html</guid>
			<description><![CDATA[* changes v0.39 -&gt; v0.40:<br />
<br />
First Hashcat release to support OS X!<br />
<br />
<a href="https://hashcat.net/hashcat" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: added warning when using old hash modes<br />
cred: radix/atom<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1410: sha256(&#36;pass.&#36;salt)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1420: sha256(&#36;salt.&#36;pass)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1710: sha512(&#36;pass.&#36;salt)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1720: sha512(&#36;salt.&#36;pass)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 4400: md5(sha1(&#36;pass))<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 4700: sha1(md5(&#36;pass))<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added OSX compiling support<br />
cred: radix<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: modified hash modes to match oclHashcat-plus<br />
cred: radix<br />
<br />
type: change<br />
file: best64.rule<br />
desc: replaced content of best64.rule with the best rules from the best64.rule contest<br />
<br />
type: extension<br />
file: A0.M1410, A0.M1420, A0.M1710, A0.M1720, A0.M4400, A0.M4700<br />
desc: added examples files<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in sha512crypt leading to code not found<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in commandline-parser which occours if running in --stdout mode<br />
cred: Xanadrel<br />
<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in mask processor when using ?h, ?D, ?F or ?R<br />
cred: undeath<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in mask-attack mode when using --stdout mode<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a race condition in --remove leading to not removing cracked hashes from hashlist<br />
cred: Boris<br />
<br />
type: documentation<br />
file: hashcat-cli<br />
desc: added default masks<br />
cred: Xanadrel</code></div></div>]]></description>
			<content:encoded><![CDATA[* changes v0.39 -&gt; v0.40:<br />
<br />
First Hashcat release to support OS X!<br />
<br />
<a href="https://hashcat.net/hashcat" target="_blank" rel="noopener" class="mycode_url">https://hashcat.net/hashcat</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: added warning when using old hash modes<br />
cred: radix/atom<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1410: sha256(&#36;pass.&#36;salt)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1420: sha256(&#36;salt.&#36;pass)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1710: sha512(&#36;pass.&#36;salt)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 1720: sha512(&#36;salt.&#36;pass)<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 4400: md5(sha1(&#36;pass))<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added -m 4700: sha1(md5(&#36;pass))<br />
cred: Xanadrel<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: added OSX compiling support<br />
cred: radix<br />
<br />
type: change<br />
file: hashcat-cli<br />
desc: modified hash modes to match oclHashcat-plus<br />
cred: radix<br />
<br />
type: change<br />
file: best64.rule<br />
desc: replaced content of best64.rule with the best rules from the best64.rule contest<br />
<br />
type: extension<br />
file: A0.M1410, A0.M1420, A0.M1710, A0.M1720, A0.M4400, A0.M4700<br />
desc: added examples files<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in sha512crypt leading to code not found<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in commandline-parser which occours if running in --stdout mode<br />
cred: Xanadrel<br />
<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in mask processor when using ?h, ?D, ?F or ?R<br />
cred: undeath<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: Fixed a bug in mask-attack mode when using --stdout mode<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a race condition in --remove leading to not removing cracked hashes from hashlist<br />
cred: Boris<br />
<br />
type: documentation<br />
file: hashcat-cli<br />
desc: added default masks<br />
cred: Xanadrel</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hashcat v0.39 special version]]></title>
			<link>https://hashcat.net/forum/thread-1242.html</link>
			<pubDate>Wed, 06 Jun 2012 15:58:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1242.html</guid>
			<description><![CDATA[This is a special hashcat version.<br />
<br />
Its able to crack the "masked" 3.5mil hashes in your 6.5mil hashlist, use -m 150.<br />
<br />
<a href="http://hashcat.net/files/hashcat-0.39_150.7z" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/files/hashcat-0.39_150.7z</a>]]></description>
			<content:encoded><![CDATA[This is a special hashcat version.<br />
<br />
Its able to crack the "masked" 3.5mil hashes in your 6.5mil hashlist, use -m 150.<br />
<br />
<a href="http://hashcat.net/files/hashcat-0.39_150.7z" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/files/hashcat-0.39_150.7z</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.39]]></title>
			<link>https://hashcat.net/forum/thread-1004.html</link>
			<pubDate>Fri, 23 Mar 2012 08:54:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1004.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Not much changes this time, but important ones!<br />
<br />
* changes v0.38 -&gt; v0.39:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: Replaced Brute-force Attack with backported Mask-Attack from oclHashcat-lite v0.09<br />
cred: radix, Richie<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Introduced new rule 'E', upper cases the first letter and every letter after a space<br />
cred: Hash-IT<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a bug that caused each 4th rule getting dropped silently<br />
cred: Kgx Pnqvhm, happyKiddy, chort, san<br />
<br />
type: change<br />
file: host programs<br />
desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7<br />
cred: hdmoore</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
Not much changes this time, but important ones!<br />
<br />
* changes v0.38 -&gt; v0.39:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: hashcat-cli<br />
desc: Replaced Brute-force Attack with backported Mask-Attack from oclHashcat-lite v0.09<br />
cred: radix, Richie<br />
<br />
type: feature<br />
file: hashcat-cli<br />
desc: Introduced new rule 'E', upper cases the first letter and every letter after a space<br />
cred: Hash-IT<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed a bug that caused each 4th rule getting dropped silently<br />
cred: Kgx Pnqvhm, happyKiddy, chort, san<br />
<br />
type: change<br />
file: host programs<br />
desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7<br />
cred: hdmoore</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat v0.38]]></title>
			<link>https://hashcat.net/forum/thread-739.html</link>
			<pubDate>Sun, 18 Dec 2011 08:24:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-739.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
This is a bugfix release!<br />
<br />
* changes v0.37 -&gt; v0.38:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: hashcat-cli<br />
desc: 8bit char in table-file in key position caused segmentation fault<br />
cred: Undeath<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: space char in table-file caused endless loop<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: cracking with plains generated by an rejected rule caused weird results<br />
cred: Xanadrel, lanjelot<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug display status at 100% progress even if in --quiet mode<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: tables/leet.table<br />
desc: fixed bug by adding the letter itself to the right side<br />
cred: lanjelot<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: added -t shortcut for --table-file<br />
<br />
type: improvement<br />
file: rules<br />
desc: added rules/T0XlC.rule<br />
cred: T0XlC<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/toggles[12345].rule from oclHashcat-plus v0.06<br />
cred: legion, undeath<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/d3ad0ne.rule from oclHashcat-plus v0.06<br />
cred: d3adone<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/perfect.rule from oclHashcat-plus v0.06</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/hashcat/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/hashcat/</a><br />
<br />
This is a bugfix release!<br />
<br />
* changes v0.37 -&gt; v0.38:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: hashcat-cli<br />
desc: 8bit char in table-file in key position caused segmentation fault<br />
cred: Undeath<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: space char in table-file caused endless loop<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: cracking with plains generated by an rejected rule caused weird results<br />
cred: Xanadrel, lanjelot<br />
<br />
type: bug<br />
file: hashcat-cli<br />
desc: fixed bug display status at 100% progress even if in --quiet mode<br />
cred: Xanadrel<br />
<br />
type: bug<br />
file: tables/leet.table<br />
desc: fixed bug by adding the letter itself to the right side<br />
cred: lanjelot<br />
<br />
type: improvement<br />
file: hashcat-cli<br />
desc: added -t shortcut for --table-file<br />
<br />
type: improvement<br />
file: rules<br />
desc: added rules/T0XlC.rule<br />
cred: T0XlC<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/toggles[12345].rule from oclHashcat-plus v0.06<br />
cred: legion, undeath<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/d3ad0ne.rule from oclHashcat-plus v0.06<br />
cred: d3adone<br />
<br />
type: improvement<br />
file: rules<br />
desc: backported rules/perfect.rule from oclHashcat-plus v0.06</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
	</channel>
</rss>