Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: starting out with the gui
Post: RE: starting out with the gui
everything looks alright, but you have not specified a bruteforce charset. By default hashcat only uses lowercase letters for bruteforce (a-z). |
|
undeath |
Old hashcat Support
|
10 |
18,042 |
05-03-2012, 12:27 AM |
|
|
Thread: starting out with the gui
Post: RE: starting out with the gui
|
undeath |
Old hashcat Support
|
10 |
18,042 |
05-03-2012, 09:30 PM |
|
|
Thread: AMD 5570 & HD4650 can use them together was not?
Post: RE: AMD 5570 & HD4650 can use them together was no...
two 5570 would work, but better buy a 5750. It is much faster than a 5570 and doesn't cost that much more. Does also work with your existing 5570. |
|
undeath |
Hardware
|
4 |
17,899 |
06-04-2012, 01:17 PM |
|
|
Thread: Lastpass cracking speed
Post: RE: Lastpass cracking speed
Retrieving the master password would generally allow someone to decrypt the vault but lastpass claims the attackers did not gain access to the vaults. Hence they'd need to use the online login. Theref... |
|
undeath |
General Talk
|
6 |
17,872 |
06-17-2015, 08:02 PM |
|
|
Thread: Help with long salt
Post: RE: Help with long salt
coolbry95 Wrote: (03-11-2014, 08:42 PM)
--
Because that is not solving the problem. Then you are just making a hash of the salt. You cannot do what you want with hashcat.
--
read the first post aga... |
|
undeath |
Old oclHashcat Support
|
8 |
17,680 |
03-11-2014, 09:56 PM |
|
|
Thread: Help with long salt
Post: RE: Help with long salt
At least for older versions I remember 55 chars to be a limit. 2*md5 = 64 chars. Not sure if this still applies. |
|
undeath |
Old oclHashcat Support
|
8 |
17,680 |
03-12-2014, 08:37 PM |
|
|
Thread: Webserver SSL enabled
Post: RE: Webserver SSL enabled
Very cool :)
If you can get every link working with https too, it would be awesome.
links i found without https:
the top box in the forum (Welcome back, undeath. You last visited: Today, 16:05 ... |
|
undeath |
Organisation and Events
|
6 |
17,671 |
04-16-2012, 05:43 PM |
|
|
Thread: Webserver SSL enabled
Post: RE: Webserver SSL enabled
Great, everything seems to work now! :) |
|
undeath |
Organisation and Events
|
6 |
17,671 |
04-19-2012, 09:45 PM |
|
|
Thread: Identifying hash type
Post: RE: Identifying hash type
Actually the common practice of storing hashes as a hex-string is just as stupid as using a simple hash function like md5 for protecting passwords. Just a waste of space. |
|
undeath |
General Talk
|
5 |
17,638 |
01-17-2015, 12:07 PM |
|
|
Thread: Issues with 7970 + Ubuntu
Post: RE: Issues with 7970 + Ubuntu
you have to wait for an update on plus. |
|
undeath |
Hardware
|
9 |
17,551 |
04-30-2012, 06:44 PM |
|
|
Thread: How to crack many WPA2 passwords at the same time?
Post: RE: How to crack many WPA2 passwords at the same t...
It's as efficient as it can get. WPA is salted with the SSID. |
|
undeath |
General Talk
|
6 |
17,461 |
08-07-2013, 11:04 PM |
|
|
Thread: Error when cracking Domain Cashed Credentials - ms-cache
Post: RE: Error when cracking Domain Cashed Credentials ...
mscash is salted by the username. you need to supply hash:username |
|
undeath |
General Help
|
2 |
17,416 |
08-08-2012, 03:24 PM |
|
|
Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released
wow, very cool. So you even put in some time to solve the last few problems :) |
|
undeath |
General Talk
|
6 |
17,371 |
01-06-2013, 08:44 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: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
The brain wallet is directly derived from the password. According to the website it's just sha256(pw). That will yield the private key, from which you need to derive the public key, and then the addre... |
|
undeath |
hashcat
|
22 |
17,308 |
07-13-2018, 11:59 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
You can use the sha256 kernel and modify that to add ecdsa public key derivation, then ripemd160. But well, that's what needs to be done. |
|
undeath |
hashcat
|
22 |
17,308 |
07-13-2018, 12:15 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
instead of using hashcat you are probably better off using an existing implementation: https://github.com/ryancdotorg/brainflayer |
|
undeath |
hashcat
|
22 |
17,308 |
07-13-2018, 12:18 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
philsmd Wrote: (07-13-2018, 12:23 PM)
--
You would need to have a huge amount of bitcoin in that wallet and a lot of hardware to throw at it (don't forget about the energy cost etc too) to justify th... |
|
undeath |
hashcat
|
22 |
17,308 |
07-13-2018, 12:49 PM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
this worked
./hashcat64.bin -m4800 -a3 777f2a3f6a2e661947b520c6777e0b25:45c915d82d67257209048420a31292d3:00 password |
|
undeath |
hashcat
|
21 |
17,277 |
02-10-2018, 11:30 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
hashcat runs on any device supporting opencl, which includes modern CPUs and GPUs. You just need to install the correct opencl runtime for the device.
If you want others to help you with cracking y... |
|
undeath |
hashcat
|
21 |
17,277 |
02-10-2018, 11:20 PM |