Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
--
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt
--
where... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:22 PM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
That statement doesn't make sense without the full context.
Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 10:48 PM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
is this some kind of cloud provider ?
what is the output of hashcat -I ?
what is the output of clinfo ? |
|
philsmd |
Hardware
|
6 |
722 |
08-26-2020, 06:23 PM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:13 AM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA.
I'm not sure if your "professional" GPU supports it (I pretty much ... |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:19 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ?
Which version of hashcat do you use ? do yo... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 07:55 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
you could try with --keep-guessing and see how many false positives you get.
Since it's a crc32 checksum it's not impossible (the decompression errors in case of compression of course would prevent... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 02:07 PM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
it's not really safe to do it this way, but you could for instance use something like this:
Code:
--
hashcat --stdout -a 3 [THE_MASK] | grep -n -m 1 '^[THE_FALSE_POSITVE_PASSWORD]$'
--
then ... |
|
philsmd |
General Talk
|
6 |
855 |
08-30-2020, 09:20 PM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
an independent checksum that is used to identify/find the correct hash, see https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/src/modules/module_02500.c#L756-L823
you... |
|
philsmd |
hashcat
|
6 |
414 |
09-15-2020, 07:50 AM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
To be honest, when I wrote that I believed that we had added a whole paragraph about the new -m 22000 format here: https://hashcat.net/forum/thread-9303.html (but we only mentioned that WPA-PBKDF2-PMK... |
|
philsmd |
hashcat
|
6 |
414 |
09-15-2020, 10:49 AM |
|
|
Thread: Cracking Android Pattern Hash
Post: RE: Cracking Android Pattern Hash
Hi budabob07,
I don't think that there is something special w/ the pattern hashes... Maybe the only thing that you could argue is that they are (ALSO) special insecure...
I mean, it is correct that t... |
|
philsmd |
Very old oclHashcat-lite Support
|
5 |
21,753 |
03-24-2013, 01:31 PM |
|
|
Thread: My first bruteforce attack
Post: RE: My first bruteforce attack
I think you want to use oclHashcat-plus instead: https://hashcat.net/oclhashcat-plus/
Either download it from link above ^ , or if already done, move to the correct directory. |
|
philsmd |
General Help
|
5 |
14,391 |
05-31-2013, 05:18 PM |
|
|
Thread: My first bruteforce attack
Post: RE: My first bruteforce attack
So first thing to do is to *extract* the *whole* content of the archive with 7zip into a directory, you should not try to just open the files inside the archive w/o extracting them.
I assume that y... |
|
philsmd |
General Help
|
5 |
14,391 |
06-01-2013, 02:55 PM |
|
|
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,338 |
07-19-2013, 02:42 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: 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: 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,692 |
08-14-2013, 08:49 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,493 |
08-09-2013, 01:50 PM |
|
|
Thread: oclHashcat-lite-0.15 crash
Post: RE: oclHashcat-lite-0.15 crash
Even if you didn't say when exactly it crashes, I think this problem was already fixed (see https://hashcat.net/trac/ticket/155 ).
Anyways, next version of oclHashcat (oclHashcat v 1.0) won't have th... |
|
philsmd |
Very old oclHashcat-lite Support
|
5 |
15,377 |
10-12-2013, 12:24 AM |
|
|
Thread: oclHashcat-lite-0.15 crash
Post: RE: oclHashcat-lite-0.15 crash
As said, I am not totally sure it is the same bug (you should tell us exactly when it happens, the point in time, at start, loading dicts, at end, see trac ticket).
Furthermore, the trac ticket talks... |
|
philsmd |
Very old oclHashcat-lite Support
|
5 |
15,377 |
10-12-2013, 01:28 AM |