Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?
yeah, your command doesn't make sense to me at all.
Why would you define all those custom charsets (-1 , -2 , -3 , -4) and only use ?4 in your mask ? That seems to be a misunderstanding/problem of ... |
|
philsmd |
hashcat
|
8 |
1,060 |
07-16-2020, 08:29 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Are you sure about the format of the hash.txt list.
It seems to be number[8 digit]:hash[md5 32byte]
Therefore, a command like:
cut -b 8- hashes.txt|sort -u|wc -l
gives a MUCH smaller number than your... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 03:54 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Good to know that it worked!
BTW, I know that we all love *cat here but there are times you shouldn't use the cat commands...hehe
Why are people using cat to grep stuff, cat to sort stuff, cat to cut... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 04:15 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
@epixoip
That command(s) do *not* solve the problem that we had: unique lines vs unique hashes! (we need to eliminate the strings before the colon)
BTW, nobody would use an extra pipe between *TWO* c... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 10:21 PM |
|
|
Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat
Hi guys, thx @atom,
and here are the details, it is (partially) too easy to be true and not understandable why nobody else came up with this details b4 ;-):
- smd5 uses md5_crypt basically
- ssha* var... |
|
philsmd |
User Contributions
|
7 |
23,946 |
04-20-2013, 10:34 PM |
|
|
Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat
Amazing speeds! Great, thx for the port and update here |
|
philsmd |
User Contributions
|
7 |
23,946 |
04-22-2013, 01:03 PM |
|
|
Thread: NTLM and Line Length
Post: RE: NTLM and Line Length
All formats are very well documented here: https://hashcat.net/wiki/doku.php?id=example_hashes
(with examples).
Did you try those? |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
41,191 |
06-13-2013, 06:51 PM |
|
|
Thread: Another question about mask to deal with space
Post: RE: Another question about mask to deal with space
I'm not sure why you are asking all these mask questions, it is all very well documented on wiki (and/or already asked and answered on forum - use forum search), also see https://hashcat.net/wiki/doku.... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
23,063 |
11-20-2013, 01:44 PM |
|
|
Thread: Cracking 10 digit password with CudaHashcat
Post: RE: Cracking 10 digit password with CudaHashcat
See https://hashcat.net/wiki/doku.php?id=mask_attack
According to that wiki, you should just use a mask that includes those chars/numbers, i.e:
760?d?d?d?d?d?d?d
Full command:
cudahashcat --h... |
|
philsmd |
Old oclHashcat Support
|
7 |
21,695 |
08-20-2014, 04:22 PM |
|
|
Thread: ERROR: cuModuleLoad() 209
Post: RE: ERROR: cuModuleLoad() 209
There are two cases when you see the 209 error:
1. the extraction of the archive did go wrong (please also double-check if /kernels/4318/m00000_a0.sm_30.64.ptx etc exist)
2. make sure there are no o... |
|
philsmd |
Old oclHashcat Support
|
7 |
19,474 |
10-08-2014, 08:14 PM |
|
|
Thread: Joining 2 dictionaries together without bruteforcing one side
Post: RE: Joining 2 dictionaries together without brutef...
As far as I know, the keyspace is even more restricted for Netgear routers than you might think.
See: https://forum.hashkiller.co.uk/topic-view.aspx?t=2715
NETGEARXX - Adjective + Noun + 3 Digit... |
|
philsmd |
Old oclHashcat Support
|
7 |
15,884 |
11-22-2014, 03:43 PM |
|
|
Thread: v1.32 oclhashcat64.exe has stopped working
Post: RE: v1.32 oclhashcat64.exe has stopped working
Please give more information about your setup (which GPUs and how many of them etc) and the full command you try to run (without hashes or other sensitive information). |
|
philsmd |
Old oclHashcat Support
|
7 |
13,147 |
01-19-2015, 10:47 PM |
|
|
Thread: v1.32 oclhashcat64.exe has stopped working
Post: RE: v1.32 oclhashcat64.exe has stopped working
Without any additional details it is impossible to identify the main cause of this crash.
For instance, do the crashes even depend on the command line arguments you posted above? Does a crash also oc... |
|
philsmd |
Old oclHashcat Support
|
7 |
13,147 |
01-20-2015, 11:21 AM |
|
|
Thread: hash issues
Post: RE: hash issues
You need to specify the correct path to the file "root.hash".
On linux for instance you can use tab-completion or use "ls" to check if the file really exists at the location you think it exists.
... |
|
philsmd |
General Help
|
7 |
12,202 |
05-12-2015, 09:04 AM |
|
|
Thread: R9 390x question
Post: RE: R9 390x question
should be supported (even if not yet listed on the amd openCL compatible-GPU page)
Also see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_bu... |
|
philsmd |
Hardware
|
7 |
11,404 |
08-09-2015, 07:16 PM |
|
|
Thread: How does -q and -r work with maskprocessor?
Post: RE: How does -q and -r work with maskprocessor?
The --help explains it very clearly:
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of occurrence of a character
Thi... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
12,578 |
08-13-2015, 01:02 PM |
|
|
Thread: OSX 10.10 (-m 7100) Hash Question
Post: RE: OSX 10.10 (-m 7100) Hash Question
you need to remove the whitespaces (most importantly the spaces " ") at the end of the lines. |
|
philsmd |
Old oclHashcat Support
|
7 |
11,409 |
11-10-2015, 08:01 PM |
|
|
Thread: Trying to get "Hybrid dict + mask" to work
Post: RE: Trying to get "Hybrid dict + mask" to work
NeoXen Wrote: (11-26-2015, 02:19 AM)
--
Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5
--
look at that mask from your output. It tries to u... |
|
philsmd |
Old oclHashcat Support
|
7 |
12,481 |
11-26-2015, 02:57 PM |
|
|
Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512
@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ?
It is both stated here https://hashcat.net/forum/thread-4614.html and here... |
|
philsmd |
Old oclHashcat Support
|
7 |
11,915 |
12-01-2015, 07:28 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 |