Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
JaneTheCracker Wrote: (06-01-2018, 11:20 AM)
--
Does the CPU matter for hashcat?
--
Unless you do CPU-cracking, no.
JaneTheCracker Wrote: (06-01-2018, 11:20 AM)
--
Does the amount of ram matter for... |
|
undeath |
Hardware
|
7 |
6,178 |
06-01-2018, 11:33 AM |
|
|
Thread: Hexadecimal Hashes (Sql Server varbinary)
Post: RE: Hexadecimal Hashes (Sql Server varbinary)
you will have to convert the hex to base64. The base64-string will be shorter than the hex-string when converted correctly. |
|
undeath |
hashcat
|
6 |
4,163 |
05-31-2018, 11:16 AM |
|
|
Thread: base64 + MD5-raw
Post: RE: base64 + MD5-raw
Wouldn't some kind of encryption be much more likely, given that it seems to store some kind of extractable information? |
|
undeath |
hashcat
|
6 |
5,011 |
05-21-2018, 11:33 PM |
|
|
Thread: base64 + MD5-raw
Post: RE: base64 + MD5-raw
It's a bunch of base64-encoded binary data but that's really all you can say. What makes you think it's hashes at all? |
|
undeath |
hashcat
|
6 |
5,011 |
05-21-2018, 08:39 PM |
|
|
Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop
There is no magic way of speeding up old hardware. Buy or rent some faster one. |
|
undeath |
Hardware
|
15 |
10,085 |
05-21-2018, 06:05 PM |
|
|
Thread: error
Post: RE: error
Probably a problem with your opencl runtime. What device are you using? |
|
undeath |
hashcat
|
7 |
5,738 |
05-21-2018, 11:16 AM |
|
|
Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes
for the love of Cthulhu stop using python2
python3:
Code:
--
m = hashlib.md5()
m.update("ĞĞ".encode('utf-8'))
print(m.hexdigest())
--
|
|
undeath |
hashcat
|
2 |
2,375 |
05-21-2018, 10:45 AM |
|
|
Thread: Best GPU
Post: RE: Best GPU
laptop GPUs are never worth it |
|
undeath |
General Talk
|
10 |
16,925 |
05-18-2018, 02:13 PM |
|
|
Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat
so, what did you do to provide more work? |
|
undeath |
Hardware
|
9 |
6,985 |
05-18-2018, 02:13 PM |
|
|
Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat
I mean, you could simply read the information at the link I posted above OR you can keep posting further and wasting everyone's time. |
|
undeath |
Hardware
|
9 |
6,985 |
05-18-2018, 11:03 AM |
|
|
Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_is_it_possible_that_hashcat_does_not_utilize_all_gpus |
|
undeath |
Hardware
|
9 |
6,985 |
05-17-2018, 03:35 PM |
|
|
Thread: Hashcat froze desktop (PC)
Post: RE: Hashcat froze desktop (PC)
camer333 Wrote: (05-15-2018, 01:11 PM)
--
We can apply -s or --skip option -s mjklpr42, too.
--
no. --skip does not accept candidates |
|
undeath |
hashcat
|
4 |
3,169 |
05-15-2018, 01:32 PM |
|
|
Thread: Cooling
Post: RE: Cooling
GOD Wrote: (05-15-2018, 12:39 PM)
--
Looks like he's talking about GPU not CPU.
--
GPUs have thermal paste, too |
|
undeath |
hashcat
|
10 |
7,557 |
05-15-2018, 12:52 PM |
|
|
Thread: 1Password Competition
Post: RE: 1Password Competition
as you can see on https://hashcat.net/wiki/doku.php?id=example_hashes mode 10900 uses base64-encoded data, not hex |
|
undeath |
General Talk
|
9 |
7,198 |
05-13-2018, 05:17 PM |
|
|
Thread: Crack my BlockChain.info wallet 1 password
Post: RE: Crack my BlockChain.info wallet 1 password
simply delete the characters from the end |
|
undeath |
hashcat
|
12 |
10,833 |
05-13-2018, 02:25 PM |
|
|
Thread: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help
you won't complete that brute force attack within your lifetime with a single high end gpu. |
|
undeath |
hashcat
|
16 |
9,777 |
05-13-2018, 11:38 AM |
|
|
Thread: Crack my BlockChain.info wallet 1 password
Post: RE: Crack my BlockChain.info wallet 1 password
apparently there are different schemes used for encrypting blockchain v1 wallets, according to this post: https://bitcointalk.org/index.php?topic=1012475.msg11105755#msg11105755
I'm not sure if the... |
|
undeath |
hashcat
|
12 |
10,833 |
05-12-2018, 09:45 PM |
|
|
Thread: Crack my BlockChain.info wallet 1 password
Post: RE: Crack my BlockChain.info wallet 1 password
it should output a string starting with $blockchain$ |
|
undeath |
hashcat
|
12 |
10,833 |
05-12-2018, 05:11 PM |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
you can use attack mode 7 with a single-line dict |
|
undeath |
hashcat
|
2 |
2,038 |
05-12-2018, 11:46 AM |
|
|
Thread: Crack my BlockChain.info wallet 1 password
Post: RE: Crack my BlockChain.info wallet 1 password
I'm not sure why you even installed python, then stopped midway and tried to run the wallet file itself.
You need this python script to extract the necessary information from the wallet file: https... |
|
undeath |
hashcat
|
12 |
10,833 |
05-12-2018, 11:37 AM |