Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
Drive speed only matters in so far as that it influences start time. Once hashcat is running it doesn't (unless you run a straight wordlist attack on a fast hash, but that's inefficient anyway). |
|
undeath |
Hardware
|
7 |
6,178 |
06-01-2018, 11:54 AM |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
|
undeath |
Hardware
|
7 |
6,178 |
06-03-2018, 05:09 PM |
|
|
Thread: Trying to get a myspace decrypt
Post: RE: Trying to get a myspace decrypt
what's your command line? did you specify the correct hash mode? |
|
undeath |
hashcat
|
3 |
2,796 |
06-05-2018, 10:58 PM |
|
|
Thread: Trying to get a myspace decrypt
Post: RE: Trying to get a myspace decrypt
I recommend simply reading the --help output and wiki. Most youtube tutorials are excruciating.
By reading the --help output you would quickly notice that whatever that "decrypted.txt" file is, it ... |
|
undeath |
hashcat
|
3 |
2,796 |
06-06-2018, 01:05 PM |
|
|
Thread: Password Manager .rfp file analysis
Post: RE: Password Manager .rpf file analysis
philsmd Wrote: (06-06-2018, 06:47 AM)
--
RoboForm (a seemingly well-known and often recommended password manager).
--
I am doubtful. Never heard of it and obviously for good reasons.
However, than... |
|
undeath |
User Contributions
|
1 |
4,515 |
06-06-2018, 01:11 PM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
hashcat doesn't care about file extensions at all. |
|
undeath |
hashcat
|
6 |
3,968 |
06-09-2018, 10:34 AM |
|
|
Thread: Signal database password on Android
Post: RE: Signal database password on Android
Usually the hash output is used as a key for the encryption. Having the hash in the file would mean the AES key is in the file which they are very likely not doing. Hence you have to use the pbkdf2 re... |
|
undeath |
hashcat
|
2 |
2,470 |
06-09-2018, 10:36 AM |
|
|
Thread: Not working after reboot
Post: RE: Not working after reboot
you shouldn't run hashcat (or almost any software) as root. Sounds like your file system got damaged, time for a fsck |
|
undeath |
hashcat
|
4 |
3,648 |
06-10-2018, 11:49 AM |
|
|
Thread: Problem with sha-256 crack
Post: RE: Problem with sha-256 crack
that's way too many possibilities |
|
undeath |
hashcat
|
6 |
3,832 |
06-11-2018, 07:01 PM |
|
|
Thread: Problem with sha-256 crack
Post: RE: Problem with sha-256 crack
that's a basic math problem, calculate yourself :P |
|
undeath |
hashcat
|
6 |
3,832 |
06-11-2018, 07:04 PM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
Looks weird. Maybe it's coincidence that they all start with "3" but I'm not sure. Also the last part is fixed. Actual data is 32 characters, fixed part is 16 characters. That doesn't match any normal... |
|
undeath |
hashcat
|
10 |
8,849 |
06-12-2018, 02:10 PM |
|
|
Thread: PBKDF2-SHA512 separator unmatched
Post: RE: PBKDF2-SHA512 separator unmatched
what hashcat version are you using? The example hash works for me so you must be doing something wrong. |
|
undeath |
hashcat
|
8 |
6,526 |
06-12-2018, 02:26 PM |
|
|
Thread: PBKDF2-SHA512 separator unmatched
Post: RE: PBKDF2-SHA512 separator unmatched
I tried with the latest stable release (4.1.0) |
|
undeath |
hashcat
|
8 |
6,526 |
06-13-2018, 10:19 AM |