Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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
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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
Yes, if you pipe anything into hashcat (mp/pp/…) it's using your cpu.
In general mask attack will be the fastest mode but with sufficient rules the speed of a wordlist attack should be pretty clo... |
|
undeath |
hashcat
|
8 |
21,165 |
09-03-2017, 05:15 PM |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
copying stuff to /usr/bin is usually a bad idea (or actually anywhere outside your home directory, unless you know what you're doing).
Extract hashcat somewhere in your home directory (including al... |
|
undeath |
hashcat
|
7 |
5,179 |
09-04-2017, 07:59 PM |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
always run it with full path |
|
undeath |
hashcat
|
7 |
5,179 |
09-04-2017, 09:00 PM |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
well, that file should not be a link so you must have screwed up something. |
|
undeath |
hashcat
|
7 |
5,179 |
09-04-2017, 09:15 PM |
|
|
Thread: Complex iTunes password
Post: RE: Complex iTunes password
The messages you are seeing are just some info, no warnings. Don't know about the ones you did not post.
If you're trying to brute-force that password you're not going to have any success. I don't ... |
|
undeath |
hashcat
|
7 |
6,395 |
09-05-2017, 04:32 PM |
|
|
Thread: MSI Afterburner fan control
Post: RE: MSI Afterburner fan control
try --gpu-temp-disable to disable hashcat's fan control. Maybe there's a conflict. |
|
undeath |
hashcat
|
1 |
2,537 |
09-06-2017, 12:01 PM |
|
|
Thread: Complex iTunes password
Post: RE: Complex iTunes password
Of course you can crack that with a wordlist or mask attack but you'd need to add so much specific info about the password it's almost like cheating. No real use. |
|
undeath |
hashcat
|
7 |
6,395 |
09-06-2017, 12:03 PM |