Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Insufficient memory
Post: RE: Insufficient memory
what is your command ?
make sure that you do not confuse the hash file with the dictionary file.
If you specify the command line parameters in the wrong way, errors like the one you see could ha... |
|
philsmd |
hashcat
|
13 |
4,152 |
10-15-2019, 07:38 AM |
|
|
Thread: SCRYPT speed trouble
Post: RE: SCRYPT speed trouble
you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section |
|
philsmd |
hashcat
|
4 |
2,128 |
10-15-2019, 11:30 AM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
in the current directory from which you start the brain server:
1. brain.$session.ldmp for the hashed passwords dumps (hash database)
2. brain.$session.admp for the attack positions dumps (attack da... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-15-2019, 04:31 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
the files are only stored on the brain server (not the clients).
there is a default --brain-client-features, namely --brain-client-features 2 . that means that if you do not specify any, it default... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-15-2019, 05:14 PM |
|
|
Thread: Insufficient memory
Post: RE: Insufficient memory
use -a 0 instead
the wrong one you used is not for dictionary attack (see --help output) |
|
philsmd |
hashcat
|
13 |
4,152 |
10-16-2019, 10:35 AM |
|
|
Thread: reject bug when using wordlist + rule attack on WPA/WPA2 hash
Post: RE: reject bug when using wordlist + rule attack o...
rules are applied on GPU for performance reasons (after the fact, after the rejection routine) and we can't really filter each and every combination correctly on GPU (syncing this would be very comple... |
|
philsmd |
hashcat
|
2 |
1,266 |
10-16-2019, 07:38 PM |
|
|
Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0
the default mask and custom charsets (--custom-charset1 ... --custom-charset4) are documented here:
https://hashcat.net/wiki/doku.php?id=hashcat#default_values
you would want something like --incr... |
|
philsmd |
hashcat
|
9 |
2,733 |
10-17-2019, 03:29 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
which --brain-client-features are you using ?
you must be more precise when you make such statements |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:19 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
furthermore, if you are looking for distributed cracking, you better consider using hashtopolis or similars (hashtopolis also has support for brain features as far as I know).
brain is not meant to... |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:25 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
no, this has nothing to do with --restore and -2 and -3 are also very different things (--custom-charset1 ... --custom-charset4).
you need to specify --brain-client-features 1 or --brain-client-fea... |
|
philsmd |
hashcat
|
9 |
2,508 |
10-17-2019, 06:28 PM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
please be more specific: which OpenCL program are you talking about ? (you can't really compare it with a program that doesn't use OpenCL)
also, did you try clinfo ? |
|
philsmd |
hashcat
|
10 |
3,347 |
10-17-2019, 07:35 PM |
|
|
Thread: Exfiltration of target material
Post: RE: Exfiltration of target material
office2john.py
7z2hashcat.py
blockchain2john.py
bitcoin2john.py
1password2john.py
itunes_backup2hashcat.pl
etc
it depends on your hash type
they can be found on the internet very easily (jus... |
|
philsmd |
hashcat
|
3 |
1,375 |
10-17-2019, 08:49 PM |
|
|
Thread: Exfiltration of target material
Post: RE: Exfiltration of target material
wherever possible it makes sense to not invent a new hash format. so it makes sense to use the same signature and data parts/salts etc in the hashcat format like in the jtr format. it doesn't make sen... |
|
philsmd |
hashcat
|
3 |
1,375 |
10-17-2019, 10:12 PM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
this problem should be fixed with recent commits: https://github.com/hashcat/hashcat/commit/c78b8878d5e1c1304218cce53efcf3a52a1cb772
please test the beta at https://hashcat.net/beta/ and report bac... |
|
philsmd |
hashcat
|
6 |
2,043 |
10-18-2019, 09:48 AM |
|
|
Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length
example hashes can be found here: https://hashcat.net/wiki/example_hashes
or use -m 600 --example-hashes
posting hashes is against the forum rules (no matter what "problem" you have), you will g... |
|
philsmd |
hashcat
|
4 |
1,617 |
10-18-2019, 11:47 AM |
|
|
Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length
it's not $blake2$ signature but $BLAKE2$
just try the example and see what happens.
put the hash in a hash file, because depending on your operating system and shell $variable like $BLAKE2 will be... |
|
philsmd |
hashcat
|
4 |
1,617 |
10-18-2019, 12:15 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
--debug-mode 4 --debug-file rule_debug.txt
(see --help) |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 08:19 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
it's appending to the file. you need to check the last lines or create a different file name
what is your command ?
just use --debug-file rule_debug512.txt
or some random new file |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 09:47 PM |
|
|
Thread: Insufficient memory
Post: RE: Insufficient memory
what's your command and what is the content of the files ?
how large are the files and what do they contain.
Read more about mask attack here: https://hashcat.net/wiki/?id=mask_attack |
|
philsmd |
hashcat
|
13 |
4,152 |
10-19-2019, 09:08 AM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
1. the forum rules make it very clear that you shouldn't post hashes. it's even worse that you didn't mention the password and if you know the pass of this hash (we also do not know if the hash is man... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:01 PM |