Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
The wiki article you mention is about maskprocessor, not hashcat. If you use mp the candidates are generated on cpu.
Using hashcat's a3 mode is always better than using mp if you don't need any spe... |
|
undeath |
hashcat
|
8 |
21,165 |
09-02-2017, 08:59 PM |
|
|
Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID
oayz Wrote: (09-01-2017, 07:39 PM)
--
Any chance for HCPX to CAP converter? Would be greatly appreciated since some of us do compare HC with other toools once in a while ;-)
--
totally unrelated to... |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
7,821 |
09-01-2017, 08:58 PM |
|
|
Thread: Does Hashcat support custom hash mode?(Ex: md5(md4($pass).sha1($pass)))
Post: RE: Does Hashcat support custom hash mode?(Ex: md5...
no
There was an error posting your reply: The message is too short. Please enter a message longer than 5 characters |
|
undeath |
hashcat
|
1 |
2,171 |
08-31-2017, 04:01 PM |
|
|
Thread: RAR3 troubleā¦!
Post: RE: RAR3 troubleā¦!
Why are you comparing the speed of MD5 with that of RAR? |
|
undeath |
hashcat
|
7 |
5,481 |
08-31-2017, 04:00 PM |
|
|
Thread: some hardware questions for building a new rig
Post: RE: some hardware questions for building a new rig
The software shipped with Brutalis, Hashstack, has some limitations which is why it's still using 14.04. (a new version is already available internally afaik)
There is no good reason to use such an o... |
|
undeath |
Hardware
|
4 |
4,548 |
08-31-2017, 03:58 PM |
|
|
Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...
Are both tools possibly using different hcstat files? |
|
undeath |
hashcat
|
6 |
6,261 |
08-22-2017, 03:55 PM |
|
|
Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...
hashcat is using markov chains to try more probable words first. You can have a look at the next candidates by running a command like
Code:
--
./hashcat64.bin --stdout -a3 '?a?a?a?a' -s 5555 -l 20... |
|
undeath |
hashcat
|
6 |
6,261 |
08-21-2017, 07:44 PM |
|
|
Thread: Defining your own alphabet
Post: RE: Defining your own alphabet
https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets |
|
undeath |
General Talk
|
1 |
2,594 |
08-20-2017, 12:40 PM |
|
|
Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?
https://hashcat.net/forum/thread-6791.html |
|
undeath |
hashcat
|
3 |
3,955 |
08-19-2017, 02:18 PM |
|
|
Thread: Excel SHA512 salts and hashes
Post: RE: Excel SHA512 salts and hashes
have a look at mode 9400/9500/9600
In most cases you cannot simply use the generic implementations to crack something of which you merely know what underlying hashing function is used.
To extrac... |
|
undeath |
hashcat
|
3 |
7,668 |
08-19-2017, 11:01 AM |
|
|
Thread: Restore value is greater than keyspace.
Post: RE: Restore value is greater than keyspace.
It's not a bug, it's an incompatibility of the versions. |
|
undeath |
General Talk
|
4 |
5,323 |
08-18-2017, 11:18 AM |
|
|
Thread: organize large databases for hashcat
Post: RE: organize large databases for hashcat
Microsoft Excel/libreoffice calc? |
|
undeath |
General Talk
|
7 |
6,903 |
08-17-2017, 04:23 PM |
|
|
Thread: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?
ftfy
MrMeeseeks Wrote: (08-17-2017, 09:22 AM)
--
Bash one liner for the win:
Code:
--
while read -r line; do echo -n "$line" | sha256sum | cut -d " " -f 1; done < ./plains > hashes
--
--
|
|
undeath |
hashcat
|
4 |
4,469 |
08-17-2017, 10:41 AM |
|
|
Thread: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?
hashcat does not provide an interface for such a thing. |
|
undeath |
hashcat
|
4 |
4,469 |
08-16-2017, 07:24 PM |
|
|
Thread: Getting Segmetation Fault Everytime.. (Error)
Post: RE: Getting Segmetation Fault Everytime.. (Error)
OpenCL Platform #1: The pocl project
lol
get a proper distri. |
|
undeath |
hashcat
|
1 |
2,205 |
08-16-2017, 12:13 AM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
scrypt has three parameters. Depending on how those parameters are chosen it may or may not work on GPU. The parameters of your ethereum wallet don't. |
|
undeath |
hashcat
|
25 |
21,257 |
08-11-2017, 10:12 AM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
take home message: the scrypt settings ethereum uses by default make GPU cracking mostly impossible. Just use your CPU. |
|
undeath |
hashcat
|
25 |
21,257 |
08-10-2017, 05:35 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
I just learnt script-tmto=0 means auto-configuration, not disable tmto trade-offs alltogether. And furthermore, the higher the value the less RAM is used.
However, there might be an incompatibility w... |
|
undeath |
hashcat
|
25 |
21,257 |
08-10-2017, 04:55 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
Did you try --scrypt-tmto=0? At least the example hash works for me with every tmto setting (though 0 is the fastest option on cpu and gpu in my scenario).
--force is only if you use an unsupported... |
|
undeath |
hashcat
|
25 |
21,257 |
08-09-2017, 05:38 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
4 H/s is really slow. Something seems off. As written before, my old 2600k manages to get 13 H/s. But why not using your GPU? It's probably still at least as fast as your CPU. Note that it may take ~2... |
|
undeath |
hashcat
|
25 |
21,257 |
08-09-2017, 10:18 AM |