Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
how about: count the generated words and divide it by the cracking speed? |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,038 |
06-01-2014, 06:16 PM |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
I don't know why you wouldn't be able to count the words and divide them by the cracking speed. ./mp64.bin | wc -l |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,038 |
06-01-2014, 08:47 PM |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,038 |
06-01-2014, 09:08 PM |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
I prefer msys, but cygwin should work just as well. |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,038 |
06-01-2014, 09:23 PM |
|
|
Thread: Three hd7970 = OS hang
Post: RE: Three hd7970 = OS hang
Have you tried observing dmesg (cat /dev/kmsg)? Sometimes it prints interesting stuff right before a crash (like driver problems). |
|
undeath |
Hardware
|
14 |
28,923 |
07-27-2014, 06:53 PM |
|
|
Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...
|
undeath |
Old oclHashcat Support
|
14 |
28,033 |
10-11-2014, 07:23 PM |
|
|
Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...
what exactly is the problem here? |
|
undeath |
Old oclHashcat Support
|
14 |
28,033 |
10-12-2014, 06:48 PM |
|
|
Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...
looks like it aborts without any error any without any user interaction? |
|
undeath |
Old oclHashcat Support
|
14 |
28,033 |
10-13-2014, 01:51 AM |
|
|
Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...
wpa is slow. with aircrack you certainly did a wordlist attack. and this is not digit but digit+lower. |
|
undeath |
Old oclHashcat Support
|
14 |
28,033 |
10-13-2014, 02:21 AM |
|
|
Thread: Pipe is slow
Post: RE: Pipe is slow
why not let oclhashcat apply the rules and just cat the wordlist?
oclhashcat -r rules.file < wordlist |
|
undeath |
Old oclHashcat Support
|
14 |
21,245 |
03-14-2015, 11:51 PM |
|
|
Thread: Question about oclHashcat CUDA on OS X
Post: RE: Question about oclHashcat CUDA on OS X
Someone make apple install a proper OS on their machines. |
|
undeath |
Old oclHashcat Support
|
14 |
17,333 |
09-22-2015, 12:07 PM |
|
|
Thread: how do i do this?
Post: RE: how do i do this?
cat list1 list2 | sort -u -o output |
|
undeath |
General Help
|
14 |
16,815 |
01-21-2016, 07:03 PM |
|
|
Thread: What attack to use?
Post: RE: TrueCrypt rule-based or mask attack, and how?
tc hidden volumes: https://hashcat.net/forum/thread-4947.html?highlight=truecrypt+hidden
with only 20 lines that sounds feasible. |
|
undeath |
Old oclHashcat Support
|
14 |
15,432 |
01-22-2016, 02:08 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
philsmd Wrote: (03-19-2018, 06:34 PM)
--
If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file.
--
That's beside the point if the hash isn't loaded at all ... |
|
undeath |
hashcat
|
14 |
10,239 |
03-19-2018, 06:39 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
format is hash:salt, hash in hex format, salt in binary (if you have non-ascii characters specify the salt in hex and use --hex-salt)
Your hash file has a BOM, you need to remove that. |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 04:08 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
It's possible your salt is longer than the maximum hashcat expects. How long is it? If your hex-encoded salt is indeed five characters long something is wrong. |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 05:35 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
Either it's not hex-encoded data but rather ascii-data that happens to use hexadecimal alphabet or you are missing parts. Hex encoding uses two hexadecimal letters to encode one byte. Valid hex-data c... |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 06:12 PM |
|
|
Thread: cracking salted SHA1
Post: RE: cracking salted SHA1
don't use --hex-salt if your salt is not hex-encoded |
|
undeath |
hashcat
|
14 |
19,731 |
06-28-2018, 06:35 PM |
|
|
Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...
-i does not accept any arguments, check --help for the correct usage |
|
undeath |
hashcat
|
14 |
4,711 |
08-12-2019, 03:27 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
why do you ask if hashcat can handle it instead of simply trying if hashcat can handle it? |
|
undeath |
hashcat
|
14 |
3,929 |
12-10-2019, 10:39 PM |