<?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 oclHashcat Support]]></title>
		<link>https://hashcat.net/forum/</link>
		<description><![CDATA[hashcat Forum - https://hashcat.net/forum]]></description>
		<pubDate>Tue, 19 May 2026 14:50:33 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[hex password]]></title>
			<link>https://hashcat.net/forum/thread-5553.html</link>
			<pubDate>Mon, 27 Jun 2016 11:53:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=8079">freestaff</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5553.html</guid>
			<description><![CDATA[hello all,<br />
<br />
i have a one hccap file and i need hex mask code like ?d?d?d?d?d?d?d?d<br />
<br />
<br />
specifically   1234567890 - abcdef  8 char like 22dd134f or ff2aad33 or 222edfa7<br />
<br />
how can i mask lowercase and digital hex based 8 char... <br />
<br />
(im use cudahashcat64.bin) <br />
<br />
ty for the help, sorry for language : )]]></description>
			<content:encoded><![CDATA[hello all,<br />
<br />
i have a one hccap file and i need hex mask code like ?d?d?d?d?d?d?d?d<br />
<br />
<br />
specifically   1234567890 - abcdef  8 char like 22dd134f or ff2aad33 or 222edfa7<br />
<br />
how can i mask lowercase and digital hex based 8 char... <br />
<br />
(im use cudahashcat64.bin) <br />
<br />
ty for the help, sorry for language : )]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Double SHA1]]></title>
			<link>https://hashcat.net/forum/thread-5526.html</link>
			<pubDate>Sun, 19 Jun 2016 21:40:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=8052">WJHumphreys</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5526.html</guid>
			<description><![CDATA[Hi all,<br />
<br />
Im quite new to using Hashcat. <br />
<br />
My first database I happen to have Im testing against to which I also have the source to how it was hashed is proving more difficult that I thought.<br />
<br />
It has been hashed twice as follows. (there is no salt)<br />
<br />
&#36;Hash1 = SHA1([password-to-hash);<br />
<br />
&#36;Hash2 = SHA1(&#36;Hash1);<br />
<br />
Now &#36;Hash2 contains something like "FF 12 FE ........" in Hex etc.<br />
<br />
Now Hashcat can have a go at this now with the right parameters even though its doubled. (I believe).<br />
<br />
The problem I have is that the Hex output of the double hash has been converted to a base 10 Decimal number and that is what is now the hash.<br />
<br />
i.e. "FF12FE...." will become: "25518254...." which without some sort of delimiter I cannot convert back to Hex again. (without coding something)<br />
<br />
Is there a way to deal with this within Hashcat or do I need to go off and create my own rainbow tables maybe.<br />
<br />
Billy]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
Im quite new to using Hashcat. <br />
<br />
My first database I happen to have Im testing against to which I also have the source to how it was hashed is proving more difficult that I thought.<br />
<br />
It has been hashed twice as follows. (there is no salt)<br />
<br />
&#36;Hash1 = SHA1([password-to-hash);<br />
<br />
&#36;Hash2 = SHA1(&#36;Hash1);<br />
<br />
Now &#36;Hash2 contains something like "FF 12 FE ........" in Hex etc.<br />
<br />
Now Hashcat can have a go at this now with the right parameters even though its doubled. (I believe).<br />
<br />
The problem I have is that the Hex output of the double hash has been converted to a base 10 Decimal number and that is what is now the hash.<br />
<br />
i.e. "FF12FE...." will become: "25518254...." which without some sort of delimiter I cannot convert back to Hex again. (without coding something)<br />
<br />
Is there a way to deal with this within Hashcat or do I need to go off and create my own rainbow tables maybe.<br />
<br />
Billy]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Output all hashes: cracked and non-cracked]]></title>
			<link>https://hashcat.net/forum/thread-5523.html</link>
			<pubDate>Sat, 18 Jun 2016 15:39:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=7945">makary</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5523.html</guid>
			<description><![CDATA[Hello,<br />
with --show i can show all cracked passwords ordered in same sequence as input file. Is there a option where you can show all hashes? Cracked and non-cracked ordered in same sequence input file?<br />
<br />
Example:<br />
<br />
Input file:                                                             <br />
c0af77cf8294ff93a5cdb2963ca9f038                          <br />
c0af77cf8294ff93a5cdb2963ca9f038                          <br />
a261108357a8dbcb6a891b1efd40a794                       <br />
2ca63cddd54f9490efad22421891a9d1       <br />
f1534cd6b03bca4163d5773a988dc3bc                <br />
c8d46d341bea4fd5bff866a65ff8aea9                          <br />
<br />
Output file:<br />
c0af77cf8294ff93a5cdb2963ca9f038:tree<br />
c0af77cf8294ff93a5cdb2963ca9f038:tree<br />
a261108357a8dbcb6a891b1efd40a794:<br />
2ca63cddd54f9490efad22421891a9d1:house<br />
f1534cd6b03bca4163d5773a988dc3bc:<br />
c8d46d341bea4fd5bff866a65ff8aea9:game<br />
<br />
Thanks for the help!]]></description>
			<content:encoded><![CDATA[Hello,<br />
with --show i can show all cracked passwords ordered in same sequence as input file. Is there a option where you can show all hashes? Cracked and non-cracked ordered in same sequence input file?<br />
<br />
Example:<br />
<br />
Input file:                                                             <br />
c0af77cf8294ff93a5cdb2963ca9f038                          <br />
c0af77cf8294ff93a5cdb2963ca9f038                          <br />
a261108357a8dbcb6a891b1efd40a794                       <br />
2ca63cddd54f9490efad22421891a9d1       <br />
f1534cd6b03bca4163d5773a988dc3bc                <br />
c8d46d341bea4fd5bff866a65ff8aea9                          <br />
<br />
Output file:<br />
c0af77cf8294ff93a5cdb2963ca9f038:tree<br />
c0af77cf8294ff93a5cdb2963ca9f038:tree<br />
a261108357a8dbcb6a891b1efd40a794:<br />
2ca63cddd54f9490efad22421891a9d1:house<br />
f1534cd6b03bca4163d5773a988dc3bc:<br />
c8d46d341bea4fd5bff866a65ff8aea9:game<br />
<br />
Thanks for the help!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SHA256($pass.$salt) with long hash]]></title>
			<link>https://hashcat.net/forum/thread-5519.html</link>
			<pubDate>Tue, 14 Jun 2016 09:25:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=8036">webtonull</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5519.html</guid>
			<description><![CDATA[Is it possible to crack a password where the salt is as long as the hash? For SHA256 this would mean having a 32 bit salt.<br />
<br />
I realize this means that SHA256 needs to run two rounds as the input data (pass+salt) is longer than one block.<br />
<br />
Currently I'm getting a line exception when i try to use 1400 (with hybrid + mask) or 1410 (sha256(&#36;pass.&#36;salt)).]]></description>
			<content:encoded><![CDATA[Is it possible to crack a password where the salt is as long as the hash? For SHA256 this would mean having a 32 bit salt.<br />
<br />
I realize this means that SHA256 needs to run two rounds as the input data (pass+salt) is longer than one block.<br />
<br />
Currently I'm getting a line exception when i try to use 1400 (with hybrid + mask) or 1410 (sha256(&#36;pass.&#36;salt)).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Driver]]></title>
			<link>https://hashcat.net/forum/thread-5508.html</link>
			<pubDate>Fri, 10 Jun 2016 00:00:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=0">Name Taken</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5508.html</guid>
			<description><![CDATA[Catalyst/FGLRX has been deprecated in Ubuntu 16.04 and replaced by the open source AMPGPU kernel driver + AMDGPU-PRO proprietary userspace blob so I'm wondering if oclHashcat is compatible. If not and Catalyst is still required, 15.12 was released in 2015 so I'm wondering if the new Polaris family starting with the RX 480 will be compatible.]]></description>
			<content:encoded><![CDATA[Catalyst/FGLRX has been deprecated in Ubuntu 16.04 and replaced by the open source AMPGPU kernel driver + AMDGPU-PRO proprietary userspace blob so I'm wondering if oclHashcat is compatible. If not and Catalyst is still required, 15.12 was released in 2015 so I'm wondering if the new Polaris family starting with the RX 480 will be compatible.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Oracle 11 Auth_session and Auth_password]]></title>
			<link>https://hashcat.net/forum/thread-5507.html</link>
			<pubDate>Thu, 09 Jun 2016 17:00:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=8019">ako0ri</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5507.html</guid>
			<description><![CDATA[I'm looking for option or trick to crack Oracle auth_password that taken from network<br />
Is there any option in hashct for this?]]></description>
			<content:encoded><![CDATA[I'm looking for option or trick to crack Oracle auth_password that taken from network<br />
Is there any option in hashct for this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GTX1080 Dont work]]></title>
			<link>https://hashcat.net/forum/thread-5506.html</link>
			<pubDate>Thu, 09 Jun 2016 13:11:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=8016">kappele</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5506.html</guid>
			<description><![CDATA[cudaHashcat v2.01 starting...<br />
<br />
Device #1: GeForce GTX 1080, 8192MB, 1733Mhz, 20MCU<br />
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702<br />
           You can disable it with a regpatch, see here: <a href="http://hashcat.net/wiki/doku.php?id=timeout_patch" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/wiki/doku.php?id=timeout_patch</a><br />
<br />
Hashes: 1 hashes; 1 unique digests, 1 unique salts<br />
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates<br />
Applicable Optimizers:<br />
* Zero-Byte<br />
* Precompute-Init<br />
* Precompute-Merkle-Demgard<br />
* Early-Skip<br />
* Not-Iterated<br />
* Single-Hash<br />
* Single-Salt<br />
* Brute-Force<br />
* Raw-Hash<br />
Watchdog: Temperature abort trigger disabled<br />
Watchdog: Temperature retain trigger disabled<br />
<br />
<br />
ERROR: cuModuleLoad() 301<br />
<br />
<br />
<br />
ver 2.01 + gui[url=https://hashkiller.co.uk/downloads/HashcatGUI_045.zip][/url]]]></description>
			<content:encoded><![CDATA[cudaHashcat v2.01 starting...<br />
<br />
Device #1: GeForce GTX 1080, 8192MB, 1733Mhz, 20MCU<br />
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702<br />
           You can disable it with a regpatch, see here: <a href="http://hashcat.net/wiki/doku.php?id=timeout_patch" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/wiki/doku.php?id=timeout_patch</a><br />
<br />
Hashes: 1 hashes; 1 unique digests, 1 unique salts<br />
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates<br />
Applicable Optimizers:<br />
* Zero-Byte<br />
* Precompute-Init<br />
* Precompute-Merkle-Demgard<br />
* Early-Skip<br />
* Not-Iterated<br />
* Single-Hash<br />
* Single-Salt<br />
* Brute-Force<br />
* Raw-Hash<br />
Watchdog: Temperature abort trigger disabled<br />
Watchdog: Temperature retain trigger disabled<br />
<br />
<br />
ERROR: cuModuleLoad() 301<br />
<br />
<br />
<br />
ver 2.01 + gui[url=https://hashkiller.co.uk/downloads/HashcatGUI_045.zip][/url]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issues with using charset masks]]></title>
			<link>https://hashcat.net/forum/thread-5505.html</link>
			<pubDate>Wed, 08 Jun 2016 21:18:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=5838">h4x0rm1k3</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5505.html</guid>
			<description><![CDATA[Hi all, I'm having issues with Hashcat masks. Basically i'm running a WPA Virgin media keyspace using masks as they use lower case minus i &amp; o and to run the 1st letter and then the other 7 spaces is another mask. The masks I set up are as follows - 1 abcdefghjklmnpqrstuvwxyz and the second mask is -2  and 1 of those individual letters from the 1st mask and use ?2?1?1?1?1?1?1?1 in the hashcat command. That in itself works fine to do 1 letter at a time but if I set it to do 2 or 3 letters at a time it doesn't work and sticks at only doing 4586471424 combinations instead of double or even triple! I've even set a timer for when the timer says and come back and it doesn't pick up the 2nd or even 3rd letter in line and stops so I have to set it manually letter by letter each time it runs out so if I wanted to go out for the day I can't leave it running reliably!<br />
The following 2 pictures should explain what I mean and also give you the hashcat command i'm giving so any pointers to what i'm doing wrong would be appreciated. It used to work on the older versions of Hashcat i'm sure but since changing to Nvidia instead of AMD now things may be slightly different. <br />
<br />
<img src="http://i68.tinypic.com/2f08750.jpg" loading="lazy"  alt="[Image: 2f08750.jpg]" class="mycode_img" /><br />
<br />
<img src="http://i67.tinypic.com/2dlp6vq.jpg" loading="lazy"  alt="[Image: 2dlp6vq.jpg]" class="mycode_img" /><br />
<br />
If you need any more info just let me know. Thanks]]></description>
			<content:encoded><![CDATA[Hi all, I'm having issues with Hashcat masks. Basically i'm running a WPA Virgin media keyspace using masks as they use lower case minus i &amp; o and to run the 1st letter and then the other 7 spaces is another mask. The masks I set up are as follows - 1 abcdefghjklmnpqrstuvwxyz and the second mask is -2  and 1 of those individual letters from the 1st mask and use ?2?1?1?1?1?1?1?1 in the hashcat command. That in itself works fine to do 1 letter at a time but if I set it to do 2 or 3 letters at a time it doesn't work and sticks at only doing 4586471424 combinations instead of double or even triple! I've even set a timer for when the timer says and come back and it doesn't pick up the 2nd or even 3rd letter in line and stops so I have to set it manually letter by letter each time it runs out so if I wanted to go out for the day I can't leave it running reliably!<br />
The following 2 pictures should explain what I mean and also give you the hashcat command i'm giving so any pointers to what i'm doing wrong would be appreciated. It used to work on the older versions of Hashcat i'm sure but since changing to Nvidia instead of AMD now things may be slightly different. <br />
<br />
<img src="http://i68.tinypic.com/2f08750.jpg" loading="lazy"  alt="[Image: 2f08750.jpg]" class="mycode_img" /><br />
<br />
<img src="http://i67.tinypic.com/2dlp6vq.jpg" loading="lazy"  alt="[Image: 2dlp6vq.jpg]" class="mycode_img" /><br />
<br />
If you need any more info just let me know. Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[v3.00 beta 63 SHA1 error]]></title>
			<link>https://hashcat.net/forum/thread-5502.html</link>
			<pubDate>Tue, 07 Jun 2016 16:57:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=7309">illyria</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5502.html</guid>
			<description><![CDATA[Seems the SHA1 module is broken.<br />
<br />
Hashes that are almost identical except the first 2 chars both result in the same password recovered.<br />
<br />
e.g.<br />
02342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
03342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
04342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
05342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
...<br />
69342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
<br />
<br />
Noticed in beta-59 (v3.00-beta-142-g9d2c24f) confirmed in beta-63 (v3.00-beta-148-g063abab), but may have existed before that.]]></description>
			<content:encoded><![CDATA[Seems the SHA1 module is broken.<br />
<br />
Hashes that are almost identical except the first 2 chars both result in the same password recovered.<br />
<br />
e.g.<br />
02342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
03342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
04342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
05342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
...<br />
69342XXXXXXXXe5f0077XXXXXXf81811fb8193:Hello!<br />
<br />
<br />
Noticed in beta-59 (v3.00-beta-142-g9d2c24f) confirmed in beta-63 (v3.00-beta-148-g063abab), but may have existed before that.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question regarding benchmark output]]></title>
			<link>https://hashcat.net/forum/thread-5493.html</link>
			<pubDate>Fri, 03 Jun 2016 15:08:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=7998">steevi</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5493.html</guid>
			<description><![CDATA[Good evening everybody,<br />
<br />
I am looking at some hashcat benchmarks and i noticed that at the crypt function (e.g. md5crypt) it outputs the following <br />
<br />
Hashtype: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5<br />
<br />
 Workload: 1000 loops, 32 accel<br />
<br />
Does the workload which is measured in loops have to do with the gpu-loops paramter or it means that we have 1000 ieterations of MD5 algorithm (i.e. MD5(MD5 ..... MD5(string) 1000s MD5s)?<br />
<br />
<br />
Thank  you very much]]></description>
			<content:encoded><![CDATA[Good evening everybody,<br />
<br />
I am looking at some hashcat benchmarks and i noticed that at the crypt function (e.g. md5crypt) it outputs the following <br />
<br />
Hashtype: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5<br />
<br />
 Workload: 1000 loops, 32 accel<br />
<br />
Does the workload which is measured in loops have to do with the gpu-loops paramter or it means that we have 1000 ieterations of MD5 algorithm (i.e. MD5(MD5 ..... MD5(string) 1000s MD5s)?<br />
<br />
<br />
Thank  you very much]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[extrem slow cracking]]></title>
			<link>https://hashcat.net/forum/thread-5491.html</link>
			<pubDate>Fri, 03 Jun 2016 05:30:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=7994">Hurzi</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5491.html</guid>
			<description><![CDATA[Hi,<br />
<br />
if I benchmark SHA1 cracking I get Megahashes/second.<br />
If I do real crack it is 10 Kilohashes/second.<br />
<br />
Do you have any ideas why?<br />
<br />
greetings<br />
Hurzi]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
if I benchmark SHA1 cracking I get Megahashes/second.<br />
If I do real crack it is 10 Kilohashes/second.<br />
<br />
Do you have any ideas why?<br />
<br />
greetings<br />
Hurzi]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ERROR: clGetDeviceIDs() -1]]></title>
			<link>https://hashcat.net/forum/thread-5487.html</link>
			<pubDate>Tue, 31 May 2016 17:15:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=7986">harshitgoel96</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5487.html</guid>
			<description><![CDATA[I am trying to run oclHashCat on my MSI HD6770 GPU. <br />
<br />
Software Information<br />
<br />
Radeon Settings Version - 2015.1129.1552.28517<br />
Driver Packaging Version - 15.30.1025.1001-151129a-297019E<br />
Provider - Advanced Micro Devices, Inc.<br />
2D Driver Version - 8.1.1.1533<br />
Direct3D® Version - 9.14.10.1162<br />
OpenGL® Version - 6.14.10.13416<br />
OpenCL™ Version - 2.0.4.0<br />
AMD Mantle Version - 9.1.10.99<br />
AMD Mantle API Version - Not Available<br />
AMD Audio Driver Version - 10.0.0.2<br />
<br />
When I run the command i am getting,<br />
<br />
ERROR: clGetDeviceIDs() -1<br />
<br />
<br />
I am using oclHashcat v2.00 and oclHashcat v2.01, both are giving same error.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hashcat.net/forum/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=369" target="_blank" title="">oclHash.png</a> (Size: 11.56 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I am trying to run oclHashCat on my MSI HD6770 GPU. <br />
<br />
Software Information<br />
<br />
Radeon Settings Version - 2015.1129.1552.28517<br />
Driver Packaging Version - 15.30.1025.1001-151129a-297019E<br />
Provider - Advanced Micro Devices, Inc.<br />
2D Driver Version - 8.1.1.1533<br />
Direct3D® Version - 9.14.10.1162<br />
OpenGL® Version - 6.14.10.13416<br />
OpenCL™ Version - 2.0.4.0<br />
AMD Mantle Version - 9.1.10.99<br />
AMD Mantle API Version - Not Available<br />
AMD Audio Driver Version - 10.0.0.2<br />
<br />
When I run the command i am getting,<br />
<br />
ERROR: clGetDeviceIDs() -1<br />
<br />
<br />
I am using oclHashcat v2.00 and oclHashcat v2.01, both are giving same error.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://hashcat.net/forum/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=369" target="_blank" title="">oclHash.png</a> (Size: 11.56 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SHA1 and UTF8]]></title>
			<link>https://hashcat.net/forum/thread-5486.html</link>
			<pubDate>Tue, 31 May 2016 09:22:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1930">kefir</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5486.html</guid>
			<description><![CDATA[I'm trying to get oclHashCat/cudaHashCat to find some known passwords, but it's not working. Here's an example:<br />
<br />
Password: «T€&#36;t»<br />
<br />
&#36; echo -n «T€\&#36;t» | sha1sum<br />
db0822a82e3598764a2836008736987d8555f494<br />
<br />
&#36; echo -n «T€\&#36;t»  | hexdump -C<br />
00000000  c2 ab 54 e2 82 ac 24 74  c2 bb                    |..T...&#36;t..|<br />
<br />
So this is UTF8-encoded, and as you can see, some chars have 1-byte encodings, some have 2-byte encodings, and some have 3-byte encodings. The € symbol is encoded with 3 bytes, like this:<br />
<br />
&#36; echo -n € | hexdump -C<br />
00000000  e2 82 ac                                          |...|<br />
00000003<br />
<br />
How can I specify the character set necessary to find this with hashcat? Shouldn't take too long, it's only 6 characters long.<br />
<br />
The following does not work:<br />
<br />
&#36; cudaHashcat64.bin -m 100 -a 3 --custom-charset1=«»Tt€\&#36; test.txt ?1?1?1?1?1?1<br />
<br />
The following actually works, but if I have to specify all 2 and 3 byte characters as potential hex combinations, I'll be wasting a _lot_ of time trying invalid combinations:<br />
<br />
&#36; cudaHashcat64.bin -m 100 -a 3 --custom-charset1=«»Tt€\&#36; test.txt ?1?1?1?1?1?1?1?1?1?1<br />
<br />
To crack an 8-character long password with this method, I have to tell hashcat to try all combinations of up to 24 bytes long, which is unlikely to ever finish?]]></description>
			<content:encoded><![CDATA[I'm trying to get oclHashCat/cudaHashCat to find some known passwords, but it's not working. Here's an example:<br />
<br />
Password: «T€&#36;t»<br />
<br />
&#36; echo -n «T€\&#36;t» | sha1sum<br />
db0822a82e3598764a2836008736987d8555f494<br />
<br />
&#36; echo -n «T€\&#36;t»  | hexdump -C<br />
00000000  c2 ab 54 e2 82 ac 24 74  c2 bb                    |..T...&#36;t..|<br />
<br />
So this is UTF8-encoded, and as you can see, some chars have 1-byte encodings, some have 2-byte encodings, and some have 3-byte encodings. The € symbol is encoded with 3 bytes, like this:<br />
<br />
&#36; echo -n € | hexdump -C<br />
00000000  e2 82 ac                                          |...|<br />
00000003<br />
<br />
How can I specify the character set necessary to find this with hashcat? Shouldn't take too long, it's only 6 characters long.<br />
<br />
The following does not work:<br />
<br />
&#36; cudaHashcat64.bin -m 100 -a 3 --custom-charset1=«»Tt€\&#36; test.txt ?1?1?1?1?1?1<br />
<br />
The following actually works, but if I have to specify all 2 and 3 byte characters as potential hex combinations, I'll be wasting a _lot_ of time trying invalid combinations:<br />
<br />
&#36; cudaHashcat64.bin -m 100 -a 3 --custom-charset1=«»Tt€\&#36; test.txt ?1?1?1?1?1?1?1?1?1?1<br />
<br />
To crack an 8-character long password with this method, I have to tell hashcat to try all combinations of up to 24 bytes long, which is unlikely to ever finish?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best approach for [capitalised word] [capitalised word] [1 to 99]]]></title>
			<link>https://hashcat.net/forum/thread-5480.html</link>
			<pubDate>Sun, 29 May 2016 11:40:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=5033">SarahC</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5480.html</guid>
			<description><![CDATA[I've got a word list, and I wanted to write a set of rules to take two words from the dictionary, capitalise the first words first letter, and then add numbers from 0 through 99 at the end.<br />
Say our dictionary has two words, "aardvark", and "ball".<br />
<br />
Aardvarkaardvark1...<br />
... all the way to 99....<br />
Aardvarkaardvark99...<br />
Aardvarkball1.....<br />
..........<br />
Aardvarkball99.....<br />
Ballaardvark1....<br />
.........<br />
Ballaardvark99...<br />
Ballball1.......<br />
..........<br />
ballball99.... [end]<br />
<br />
I thought it was a hybrid attack, a dictionary word plus the rule ?d?d, but that's only lowercase words in my dictionary, and it only does one word in length. Ok, but not the double word I wanted!<br />
<br />
No luck.<br />
<br />
I tried learning rules, which I got some familiarity with, but when I tried using them with a "combinator attack" - where I use the same dictionary twice to produce a word/word keyspace:<br />
<br />
---------------------------<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -j '&#36;c' -r ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"Error: english.dic: empty file" - the file isn't empt, so my command line switches must be wrong. =(<br />
<br />
-----------------------<br />
I added the -r switch to use rules:<br />
<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -r -j '&#36;c' -k ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"Error: Use of rules-file............ only allowed in attack-mode 0"<br />
<br />
----------------------<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -r -j '&#36;c' -k ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"ERROR: -j: No such file or directory" - Looks like I can't use the switch -r to turn on rules and use left/right rules.<br />
<br />
<br />
I used:<br />
Bigbird1 : 1C7ED549326133D9E9287415B99C8789<br />
Smallhouse5 : E182A4FEF70F5CA2D962D0BEC45582B5<br />
<br />
I didn't try for capital word/capital word, and two digits - as I can't get this one working.]]></description>
			<content:encoded><![CDATA[I've got a word list, and I wanted to write a set of rules to take two words from the dictionary, capitalise the first words first letter, and then add numbers from 0 through 99 at the end.<br />
Say our dictionary has two words, "aardvark", and "ball".<br />
<br />
Aardvarkaardvark1...<br />
... all the way to 99....<br />
Aardvarkaardvark99...<br />
Aardvarkball1.....<br />
..........<br />
Aardvarkball99.....<br />
Ballaardvark1....<br />
.........<br />
Ballaardvark99...<br />
Ballball1.......<br />
..........<br />
ballball99.... [end]<br />
<br />
I thought it was a hybrid attack, a dictionary word plus the rule ?d?d, but that's only lowercase words in my dictionary, and it only does one word in length. Ok, but not the double word I wanted!<br />
<br />
No luck.<br />
<br />
I tried learning rules, which I got some familiarity with, but when I tried using them with a "combinator attack" - where I use the same dictionary twice to produce a word/word keyspace:<br />
<br />
---------------------------<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -j '&#36;c' -r ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"Error: english.dic: empty file" - the file isn't empt, so my command line switches must be wrong. =(<br />
<br />
-----------------------<br />
I added the -r switch to use rules:<br />
<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -r -j '&#36;c' -k ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"Error: Use of rules-file............ only allowed in attack-mode 0"<br />
<br />
----------------------<br />
..\cudaHashcat-2.01\cudaHashcat64.exe  -m 1000 -a 1 ntlm.hash english.dic english.dic -r -j '&#36;c' -k ..\cudaHashcat-2.01\rules\hybrid\append_d.rule --session=ntlm --outfile-format=15 --outfile=passwords.txt<br />
<br />
"ERROR: -j: No such file or directory" - Looks like I can't use the switch -r to turn on rules and use left/right rules.<br />
<br />
<br />
I used:<br />
Bigbird1 : 1C7ED549326133D9E9287415B99C8789<br />
Smallhouse5 : E182A4FEF70F5CA2D962D0BEC45582B5<br />
<br />
I didn't try for capital word/capital word, and two digits - as I can't get this one working.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hashcat for bitlocker]]></title>
			<link>https://hashcat.net/forum/thread-5474.html</link>
			<pubDate>Wed, 25 May 2016 07:47:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=6018">bobva</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-5474.html</guid>
			<description><![CDATA[hi,<br />
<br />
i look up for the algorithm of bitlocker <br />
and they do PBKDF(sha256(sha256(UTF16(password)))))<br />
<br />
i fount that hahscat know to crack the PBKDF.<br />
<br />
how can i build a program to crack bitlocker with hashcat??<br />
<br />
<br />
<br />
bob]]></description>
			<content:encoded><![CDATA[hi,<br />
<br />
i look up for the algorithm of bitlocker <br />
and they do PBKDF(sha256(sha256(UTF16(password)))))<br />
<br />
i fount that hahscat know to crack the PBKDF.<br />
<br />
how can i build a program to crack bitlocker with hashcat??<br />
<br />
<br />
<br />
bob]]></content:encoded>
		</item>
	</channel>
</rss>