Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: oclHashcat v1.36
Post: RE: oclHashcat v1.36
point 1. and 2. shouldn't be a problem in the future, because I've developed a perl script (7z2hashcat.pl) that should be able to deal with those archive types too. I.e. it does not have those limitat... |
|
philsmd |
Old oclHashcat Announcements
|
12 |
45,557 |
04-26-2015, 11:05 AM |
|
|
Thread: oclHashcat v1.36
Post: oclHashcat v1.36
[hr]
Download is here: https://hashcat.net/oclhashcat/
[hr]
This version 1.36 is a wild mix of nice updates :)
Still, all oclHashcat versions back to 1.33 share the same driver dependencie... |
|
philsmd |
Old oclHashcat Announcements
|
12 |
45,557 |
04-25-2015, 07:36 PM |
|
|
Thread: oclHashcat v1.37
Post: RE: oclHashcat v1.37
hurray, 1.37 release!
By the way guys, if you see some warnings like these:
Code:
--
WARNING: Linking two modules of different data layouts!
WARNING: Linking two modules of different target triples... |
|
philsmd |
Old oclHashcat Announcements
|
6 |
20,975 |
08-18-2015, 06:27 PM |
|
|
Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...
Just tested the same hash on 32 bit ubuntu and 32 bit windows 7 (w/ cygwin) w/ both v43 and latest beta.
I instead CAN reproduce the problem, seems to be an odd 32bit-specific problem!?
WIN:
Code:
-... |
|
philsmd |
Old hashcat Support
|
12 |
33,262 |
03-14-2013, 10:49 AM |
|
|
Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...
It is on trac now ( https://hashcat.net/trac/ticket/92/ ). Thx |
|
philsmd |
Old hashcat Support
|
12 |
33,262 |
03-15-2013, 11:49 AM |
|
|
Thread: Recover passwords in output user:plain
Post: RE: Recover passwords in output user:plain
What you need are following steps (example with mode 0 (md5) of example0.hash):
Code:
--
$ cat hashtest.hash # some random *X MASKED* hashes from example0.hash
philsmd:42cceb8a0dXXX82b8fb6831f3... |
|
philsmd |
Old hashcat Support
|
9 |
32,229 |
04-11-2013, 04:17 PM |
|
|
Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?
The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu... |
|
philsmd |
Old hashcat Support
|
9 |
16,842 |
06-02-2013, 03:15 PM |
|
|
Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?
But it is the exact same thing for other length, if you want to do it in one run use for instance a script like this (untested, remove the "echo" if it seems to be ok for you):
Code:
--
hc_pre="... |
|
philsmd |
Old hashcat Support
|
4 |
11,431 |
06-05-2013, 07:55 PM |
|
|
Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?
You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!)
To get the newest version of *hashcat, just d... |
|
philsmd |
Old hashcat Support
|
9 |
22,251 |
06-17-2013, 02:29 PM |
|
|
Thread: SMF
Post: RE: SMF
After the colon ( : ) is the salt! If you have the salt in a separate file, the only things you could do is either combine each hash w/ every salt or use -e.... BUT: the -e option w/ SMF hashes was *n... |
|
philsmd |
Old hashcat Support
|
16 |
36,790 |
06-17-2013, 05:04 PM |
|
|
Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?
I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all).
I'm not sure if you understood what I meant by saying the stdout is t... |
|
philsmd |
Old hashcat Support
|
9 |
16,842 |
06-02-2013, 04:22 PM |
|
|
Thread: SMF
Post: RE: SMF
We should really focus on the SMF problem here, what you are asking now is very trivial linux stuff. Anyway, paste this one-liner in your shell and you should see how it is combined. Add redirection a... |
|
philsmd |
Old hashcat Support
|
16 |
36,790 |
06-17-2013, 08:43 PM |
|
|
Thread: SMF
Post: RE: SMF
This -e and --remove discussion seems to be kind of offtopic here, but anyway, there was a "non-ideal behaviour" I would say that was very well documented https://hashcat.net/trac/ticket/153 and https... |
|
philsmd |
Old hashcat Support
|
16 |
36,790 |
06-16-2013, 08:09 AM |
|
|
Thread: SMF
Post: RE: SMF
It is just like I said... please believe me, you should append the salt to the hash (separating hash and salt w/ colons, the salt is a normal string, doesn't need to be in hex or something like that).... |
|
philsmd |
Old hashcat Support
|
16 |
36,790 |
06-17-2013, 09:29 PM |
|
|
Thread: HMAC-SHA1 need help please!
Post: RE: HMAC-SHA1 need help please!
Some details in this questions make no sense to me. It seems that you want to crack using mode 150 while you are using examples/A0.M0.word and examples/A0.M0.hash. Those files are for mode 0 (MD5) and... |
|
philsmd |
Old hashcat Support
|
5 |
13,420 |
06-29-2013, 08:46 AM |
|
|
Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC
Code:
--
$ cat dict.txt
abcd
$ cat m0160.txt # masked
8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c:1234
$ ./hashcat-cli64.bin --quiet -m 160 m0160.txt dict.txt
8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc4... |
|
philsmd |
Old hashcat Support
|
12 |
31,848 |
07-31-2013, 06:01 PM |
|
|
Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC
Of course that is not good for attacking the hash, if you miss important information (the salt/key in general is known).
You could try to generate a list of salts (e.g. w/ maskprocessor and a suitabl... |
|
philsmd |
Old hashcat Support
|
12 |
31,848 |
07-31-2013, 06:58 PM |
|
|
Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC
1. Eula needs to be accepted only once (if you type YES 1. time hashcat will "remember" that it was accepted)
2. the commands end at the newline character, therefore you don't need to specify the pass... |
|
philsmd |
Old hashcat Support
|
12 |
31,848 |
08-01-2013, 04:23 PM |
|
|
Thread: HMAC-SHA1 need help please!
Post: RE: HMAC-SHA1 need help please!
You really have to read the wiki (https://hashcat.net/wiki/ ), all of it. After that try to run this:
hashcat-cli64.exe --help
and read the output too (whole output).
Then, read this:
https://ha... |
|
philsmd |
Old hashcat Support
|
5 |
13,420 |
06-29-2013, 11:41 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Can you provide a (minimal) test case s.t. we can easily reproduce and double-check the problem.
Cmdline/input etc (MASKED, whatever is needed to see it crashing).
Thx |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
08-04-2013, 07:10 PM |