Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: weird rule issue..
Post: RE: weird rule issue..
-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long).
You can use pipes (e.g. from cpu hashcat --... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,693 |
02-29-2016, 10:07 PM |
|
|
Thread: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored
I'm really doubting that this is a serious question.
But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,814 |
02-27-2016, 10:16 AM |
|
|
Thread: modx modPBKDF2 hashes
Post: RE: modx modPBKDF2 hashes
The salt must also be specified as base64 encoded string, like this:
Code:
--
./oclHashcat -m 10900 -a 3 --quiet 'sha256:1000:YTlhM2NkMmE1MmY0ZWFkOGJmZjQ3Nzk0MWNlYjYyZjU=:+7WYTHGVutZhmE9KYjb93Rvtd... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,476 |
02-26-2016, 11:03 PM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ... |
|
philsmd |
Old oclHashcat Support
|
7 |
9,479 |
01-23-2016, 05:15 PM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
To find collisions you should use only -m 9710 and -m 9720.
To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th... |
|
philsmd |
Old oclHashcat Support
|
7 |
9,479 |
01-23-2016, 01:05 PM |
|
|
Thread: status-automat format
Post: RE: status-automat format
The full format (that was also mentioned on the now offline trac ticketing system) is:
STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n
... |
|
philsmd |
Old oclHashcat Support
|
3 |
4,988 |
01-22-2016, 07:12 PM |
|
|
Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?
Thanks for the information.
But I am not able to reproduce this problem. Here it works with both line endings (\n and \r\n, i.e. 0a and 0d 0a).
Maybe there is something else strange with that output ... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,585 |
01-20-2016, 05:08 PM |
|
|
Thread: Limit on input-hashes?
Post: RE: Limit on input-hashes?
Well, you need to check what exactly is within line 11808, 11809, 11810 .
Are these empty lines ?
It just gives a warning that for line 11808, 11809, 11810 it wasn't able to parse these hashes (pr... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,585 |
01-20-2016, 03:39 PM |
|
|
Thread: kernel security check failure
Post: RE: kernel security check failure
This doesn't seem have anything (not even the most remotely) to do with oclHashcat.
The error message implies (according to my fast research) that your system has some serious problems, either with R... |
|
philsmd |
Old hashcat Support
|
9 |
24,406 |
01-20-2016, 12:49 PM |
|
|
Thread: cudahashcat and rar2john output
Post: RE: cudahashcat and rar2john output
the examples are as always here: https://hashcat.net/wiki/doku.php?id=example_hashes
oclHashcat doesn't expect/need any file name within the hash
Currently oclHashcat supports only $RAR3$*0 hashes |
|
philsmd |
Old oclHashcat Support
|
1 |
6,765 |
01-18-2016, 04:20 PM |
|
|
Thread: Rules based attack sha256
Post: RE: Rules based attack sha256
Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen
--mindigit 2 , --minupper 2 etc
also see .hcmask description: https://... |
|
philsmd |
Old oclHashcat Support
|
3 |
4,803 |
01-18-2016, 04:17 PM |
|
|
Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...
don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html
Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules).
Thx |
|
philsmd |
General Help
|
1 |
3,528 |
01-15-2016, 12:30 AM |
|
|
Thread: preppend number to dictionary
Post: RE: preppend number to dictionary
Think about it one more time!
If you first prepend 1
then prepend 2
then prepend 3
then prepend 4
then prepend 5
you end up prepending "54321"
so you need to reverse it to ^5^4^3^2^1 if you want to ... |
|
philsmd |
Old hashcat Support
|
2 |
4,398 |
01-15-2016, 12:27 AM |
|
|
Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. e... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,348 |
01-12-2016, 01:25 PM |
|
|
Thread: Current Index in Subkeyspace (skip + limit)
Post: RE: Current Index in Subkeyspace (skip + limit)
you should probably use the --status-automat option and read the CURKU etc |
|
philsmd |
Old oclHashcat Support
|
1 |
3,072 |
01-11-2016, 08:07 PM |
|
|
Thread: installation problems
Post: RE: installation problems
see https://hashcat.net/forum/thread-4952-post-27768.html#pid27768 |
|
philsmd |
General Help
|
1 |
3,637 |
01-07-2016, 04:16 PM |
|
|
Thread: markprocessor --combinations and -q -r
Post: RE: markprocessor --combinations and -q -r
Actually yes, there are exactly 2 alternatives:
1. do the math yourself (total number of combinations - (number of combinations "removed" by "-q" and/or number of combinations "removed" by "-r")). No... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
6,203 |
01-05-2016, 01:15 PM |
|
|
Thread: Noob help >.<
Post: RE: Noob help >.<
Maybe you should just read the documentation (--help, wiki/faq) to learn these basics:
https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_... |
|
philsmd |
General Help
|
7 |
8,840 |
01-01-2016, 10:12 PM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun |
|
philsmd |
General Help
|
4 |
16,768 |
01-01-2016, 12:45 PM |
|
|
Thread: Custom iterations count
Post: RE: Custom iterations count
What are the details about the algorithm used?
"sha512 salted with custom iterations" doesn't really say much.
There are many different ways to use "sha512", "iterations" and "salt" all within a has... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,103 |
12-28-2015, 08:14 PM |