Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Wordlist word spacing
Post: RE: Wordlist word spacing
"wordswithoutspaces" ?
yes, *hashcat reads line by line, regardless if there are spaces in some lines of your wordlist.
If you meant "wordswithspaces", yes they are tested as 1 plain and not split... |
|
philsmd |
Old hashcat Support
|
4 |
9,795 |
08-10-2013, 02:11 PM |
|
|
Thread: feature request: new hashtype support SSHA512 (LDAP)
Post: RE: feature request: new hashtype support SSHA512 ...
I made some test w/ this format... it seems very similar to the supported -m 1710 format (except the output format, but this is just a matter of fast conversion - base64 -d).
See example here:
https:... |
|
philsmd |
General Help
|
5 |
11,491 |
08-09-2013, 01:50 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
I "*think*" I have identified the problem (yes it was a problem, but dunno if no more crashes occur when you test). The trac ticket is here: https://hashcat.net/trac/ticket/186
Please test (when ha... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
08-08-2013, 11:16 AM |
|
|
Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??
If you really need to use the number index instead, this could be done VERY easily with a small "position lookup" code in e.g. shell script or other programming language. I mean, a small wrapper that ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
16,930 |
08-08-2013, 11:12 AM |
|
|
Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference
Thx, seems to be fixed in new version, see: https://hashcat.net/trac/ticket/185 |
|
philsmd |
Old hashcat Support
|
10 |
18,473 |
08-08-2013, 10:56 AM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
Yes, sorry I made a little bit confusion w/ ntlm.
So the problem really is > length 15 support. Atom is already heavily working on that (this limitation is well known and also documented in the wiki)... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,239 |
08-06-2013, 12:54 PM |
|
|
Thread: oclhashcat-plus 0.13 doesn't find password even though it's provided in wordlist
Post: RE: oclhashcat-plus 0.13 doesn't find password eve...
As always, you should try the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes ):
https://hashcat.net/misc/example_hashes/hashcat.hccap
Password: 'hashcat!' (w/o quotes) |
|
philsmd |
Very old oclHashcat-plus Support
|
11 |
26,432 |
08-06-2013, 12:13 PM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
We need more info about your setup.
Are you using windows?
Maybe you have this problem, that was fixed in new beta (not released yet): https://hashcat.net/trac/ticket/178
What is the error you se... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,239 |
08-06-2013, 12:11 PM |
|
|
Thread: OclHashcat plus has stopped working.
Post: RE: OclHashcat plus has stopped working.
This really sounds like a misconfigured driver. Maybe uninstalling w/ driver fusion + reinstalling the driver helps.
You could also try to run this (just for testing):
oclHashcat-plus64.exe --help... |
|
philsmd |
Very old oclHashcat-plus Support
|
9 |
18,335 |
08-06-2013, 12:04 PM |
|
|
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 |
|
|
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: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC
Try it this way:
0. Check if the hash file is correct:
Code:
--
$ cat m0160.txt #masked
8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c
--
1. Generate external salts list (file: external_salts.txt):... |
|
philsmd |
Old hashcat Support
|
12 |
31,848 |
08-01-2013, 02:22 AM |
|
|
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
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: oclHashcat install problems
Post: RE: oclHashcat install problems
It was more of a hint of what binary you should use.
If you have a 7970 it was very likely *not* produced by Nvidia, therefore you can't use cudaHashcat-plus64.bin, but you should try w/ oclHashcat-p... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
13,381 |
07-28-2013, 11:16 PM |
|
|
Thread: best way to handle spaces output/hashcat.pot
Post: RE: best way to handle spaces output/hashcat.pot
liquiz Wrote: (07-27-2013, 09:58 PM)
--
In case anyone is wondering thats from the https://www.korelogic.com
--
1. It doesn't matter where you have the hashes from (as per https://hashcat.net/forum/... |
|
philsmd |
General Help
|
2 |
9,996 |
07-28-2013, 08:10 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Hey.
Rest assured that devs are already investigating this possible memory (RAM) problem.
Do you think that you can give more details on which parameters you use and how large (roughly) your dicts/r... |
|
philsmd |
Old hashcat Support
|
12 |
22,818 |
07-25-2013, 08:30 AM |
|
|
Thread: Gpu Drivers not Installed Issue
Post: RE: Gpu Drivers not Installed Issue
Hi
Please post the output of
$ clinfo
Seems that either the driver is not installed correctly or the modules are not loaded. |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
12,336 |
07-19-2013, 02:42 PM |
|
|
Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters
Could you please try to explain what you whish in output in a list of statements like this (only dumb example):
in first position I always want to have *all* special chars
in second position I want ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
9,951 |
07-18-2013, 03:15 PM |
|
|
Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters
Hey,
maybe you can give some examples? How are you using the output (dict, pipe etc)?
Say you want that the 'A' should be at position 3 or not, but otherwise you want to have only digits a plausible ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
9,951 |
07-18-2013, 02:57 PM |