Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
I think we should distinguish this task in 2 separate goals:
1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages.
2. what the people need to do/know whose goal is t... |
|
philsmd |
hashcat
|
12 |
18,949 |
12-08-2015, 02:56 PM |
|
|
Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?
are you sure you run a binary that fits your operating system?
For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed).
see https://stackoverflow... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
19,432 |
11-09-2015, 04:18 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,473 |
10-08-2014, 08:14 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output.
you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -... |
|
philsmd |
General Talk
|
20 |
19,682 |
03-02-2018, 10:03 AM |
|
|
Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash
you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip
You should quickly remove the hashes here,... |
|
philsmd |
hashcat
|
1 |
19,728 |
02-11-2017, 07:54 PM |
|
|
Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install
I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux.
After that download the nvidia drivers from the NV site. You th... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
19,935 |
04-30-2013, 09:39 AM |
|
|
Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install
Glad to help.
But let me say one thing: I don't like your follow-up post at all.
I would like to see a howto tutorial how we resolved the problem instead.
You should have posted here the solution... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
19,935 |
04-30-2013, 11:04 PM |
|
|
Thread: Problem with Password
Post: RE: Problem with Password
Make sure you have 2 different .cap files and 2 different .hccap files.
The first pair is: (1st cap, 1st hccap) where 1st cap is gathered from aircrack w/ password arlenesplace
The second pair is:... |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
20,002 |
12-06-2013, 01:56 PM |
|
|
Thread: Make Wordlist
Post: RE: Make Wordlist
I don't think that with 16 chars it is very clever and fast to generate a wordlist.
Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too
Anyway, th... |
|
philsmd |
General Talk
|
6 |
20,004 |
08-22-2013, 01:04 AM |
|
|
Thread: NetNTLMv1 format
Post: RE: NetNTLMv1 format
This example works for me:
Code:
--
u4-netntlm::kNS:338d08f8e26de93300000000000000000000000000000000:9526fb8c23a90751cdd619b6cea564742e1e4bf33006ba41:cb8086049ec4736c
--
Seems that the wiki page... |
|
philsmd |
Very old oclHashcat-plus Support
|
6 |
20,096 |
05-16-2013, 03:35 PM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ... |
|
philsmd |
hashcat
|
15 |
20,288 |
11-24-2017, 09:40 AM |
|
|
Thread: Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
Post: RE: Warnings in hashcat v3 not present in cudaHash...
Afaik, you also need to set the coolbits to 12, as mentioned in several tuning "howtos" on the forum: e.g. https://hashcat.net/forum/thread-3717-post-23470.html#pid23470 (not sure if that specific how... |
|
philsmd |
hashcat
|
15 |
20,487 |
07-26-2016, 10:01 AM |
|
|
Thread: hex password
Post: RE: hex password
yes, your command is wrong. You did specify the custom charset but forgot to specify a mask.
see https://hashcat.net/wiki/doku.php?id=mask_attack |
|
philsmd |
Old oclHashcat Support
|
7 |
20,679 |
06-27-2016, 03:44 PM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
If you are sure that the algorithm is:
md5_hex(md5($salt) . md5_hex($pass))
... where md5 (x) is the binary/raw output and md5_hex (y) is the hexadecimal output...
then it should work.
just try it... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-12-2017, 09:17 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
a, b, c, d, 0x80 and the remaining buffers are all 0 (that should be very obvious if you think about it, it must get shorter if we do not use hex but binary instead, it will be halved i.e. 32/2 = 16).... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-15-2017, 07:23 PM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Nope, not at all!
I just wrote:
Quote:
--
the remaining buffers are all 0
--
0 means zero and not something else (like insert the salt buffer etc, I didn't write that).
I can't help you ... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-15-2017, 07:56 PM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Yeah, I figured that it might be very new to you to read C (or OpenCL code), but I really do not get why you use code like "w0_t[0] |= a;" when it should be just "w0_t[0] = a;" etc... (i.e. replace th... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-15-2017, 08:27 PM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
well, you could just use -m 3710 = md5($salt.md5($pass)) together with --hex-salt (because you said that the first MD5 is in binary not hex), an example (hashes mask with xxxx):
Code:
--
$ echo -n ... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-12-2017, 08:55 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Well, I guess if we agree that the algorithm is MD5(MD5_raw ($salt) . MD5_raw ($pass)) you could convert those hashes to just MD5 ($salt_new . MD5_raw ($pass)) where $salt_new is the precomputed MD5 d... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-14-2017, 07:03 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Yeah, it's completely wrong. Redownload a fresh copy of hashcat and do the changes correctly as I told you (I even highlighted a full set of lines you need to change so in theory you couldn't miss the... |
|
philsmd |
hashcat
|
21 |
20,787 |
05-15-2017, 08:37 PM |