Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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,791 |
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,791 |
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,791 |
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,791 |
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 |
|
|
Thread: What i am doin wrong
Post: RE: What i am doin wrong
First of all, welcome to hashcat forum!
- You did specify a custom charset (-1 something). If you specify a custom charset normally you also would like to specify a mask e.g. ?1?1?1?1?1?1?1, meaning ... |
|
philsmd |
Old hashcat Support
|
3 |
7,952 |
07-14-2013, 11:01 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: 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: 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,797 |
08-10-2013, 02:11 PM |
|
|
Thread: Update rules.txt with changes.txt
Post: RE: Update rules.txt with changes.txt
@Kgx Pnqvhm I have updated rules.txt in cpu hashcat + oclhashcat today.
Furthermore, I've updated also the rules listed here: https://hashcat.net/wiki/doku.php?id=rule_based_attack
It is possible t... |
|
philsmd |
Old hashcat Support
|
5 |
9,690 |
08-14-2013, 08:49 PM |
|
|
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: 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: Wordlist word spacing
Post: RE: Wordlist word spacing
running sed is not doing it manually. Doing it manually would mean change every space by hand - line by line ;)
Sed/awk/tr can be used on windows. I know that, because I used them myself.
Otherwis... |
|
philsmd |
Old hashcat Support
|
4 |
9,797 |
08-10-2013, 02:30 PM |