Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: DiskCryptor encrypted ISO
Post: RE: DiskCryptor encrypted ISO
|
undeath |
hashcat
|
2 |
2,371 |
07-31-2018, 09:24 PM |
|
|
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: md5(base64_encode($pass)) in hashcat
Post: RE: md5(base64_encode($pass)) in hashcat
Either you implement a kernel on your own for such a hash mode or you do the encoding externally and pipe in the already base64-encoded words in a0 mode, but this will cost quite some performance and ... |
|
undeath |
hashcat
|
3 |
2,375 |
10-30-2018, 09:42 AM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
arniezonez Wrote: (08-14-2019, 04:55 PM)
--
Would the opengl self test failing be responsible for this?
--
LOL |
|
undeath |
General Talk
|
5 |
2,379 |
08-14-2019, 05:01 PM |
|
|
Thread: Question : Strength of routers default password
Post: RE: Question : Strength of routers default passwor...
Often the algorithms to create those default passwords are weak. There are several instances of such algorithms having been reversed, allowing to crack such a default password with very few tries. Def... |
|
undeath |
hashcat
|
2 |
2,383 |
07-27-2018, 04:53 PM |
|
|
Thread: How to check if GPU REALLY is reference?!
Post: RE: How to check if GPU REALLY is reference?!
the picture you posted is reference design. it matches flomac's description. reference = founders |
|
undeath |
Hardware
|
3 |
2,387 |
05-28-2019, 06:21 PM |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
Why are you using force? What is hashcat's status when it finishes? |
|
undeath |
hashcat
|
8 |
2,397 |
02-21-2020, 12:00 AM |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
https://i.imgur.com/j5mxSIW.png
Quote:
--
* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel.
You can use --force to override, b... |
|
undeath |
hashcat
|
8 |
2,397 |
02-21-2020, 12:20 AM |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
TealAlex Wrote: (02-21-2020, 09:41 AM)
--
I'm sorry, I'm new to hashcat. As there was no error message, I was assuming what I'm doing is working correctly....
--
Well, there was an error message bu... |
|
undeath |
hashcat
|
8 |
2,397 |
02-21-2020, 01:07 PM |
|
|
Thread: Hashcat Restore not working
Post: RE: Hashcat Restore not working
You cannot "restore" a session that is finished. You can open the .log with a text editor. |
|
undeath |
hashcat
|
4 |
2,398 |
03-26-2019, 06:58 PM |
|
|
Thread: Hashcat Restore not working
Post: RE: Hashcat Restore not working
There is no way. Screenshots are a stupid form of documentation. |
|
undeath |
hashcat
|
4 |
2,398 |
03-26-2019, 07:02 PM |
|
|
Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...
That error means your wordlist is too large. |
|
undeath |
hashcat
|
3 |
2,399 |
04-22-2019, 12:55 AM |
|
|
Thread: --stdout combinator attack
Post: RE: --stdout combinator attack
alternatively you can use combinator from hashcat-utils |
|
undeath |
hashcat
|
2 |
2,402 |
02-11-2018, 12:53 PM |
|
|
Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows
hashcat is known to compile with gcc and llvm. You can then attach a debugger such as gdb. |
|
undeath |
hashcat
|
4 |
2,404 |
02-16-2019, 07:22 PM |
|
|
Thread: Cryptainer
Post: RE: Cryptainer
Is the file format and encryption scheme publicly documented or reverse engineered? If not, no. |
|
undeath |
hashcat
|
1 |
2,410 |
03-23-2018, 08:14 PM |
|
|
Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved
running "hashcat --restore" should do the trick. But why are you using crunch to generate such stupid dicts? Use a mask attack. |
|
undeath |
hashcat
|
5 |
2,410 |
02-24-2019, 02:05 PM |
|
|
Thread: cap to hccapx - best practices ?
Post: RE: cap to hccapx - best practices ?
always use ZerBea's hcxtools for anything wpa-related |
|
undeath |
General Talk
|
2 |
2,425 |
08-03-2018, 01:26 PM |
|
|
Thread: What's an encryption for storing/retrieving a set of api keys?
Post: RE: What's an encryption for storing/retrieving a ...
First, you seem to be profoundly confused about the meaning of "encryption", "decryption" and "one way". Encryption/decryption, by definition, cannot be one way.
Second, I'm not even sure what you ... |
|
undeath |
General Talk
|
1 |
2,430 |
06-28-2017, 10:05 AM |
|
|
Thread: Spectre/Meltdown patch a prob?
Post: RE: Spectre/Meltdown patch a prob?
For GPU cracking definitely not. For CPU cracking, very likely not. You mostly lose performance when doing IO, which hashcat avoids as much as possible. |
|
undeath |
General Talk
|
2 |
2,431 |
08-02-2018, 05:25 PM |
|
|
Thread: GTX 1070 low performance
Post: RE: GTX 1070 low performance
1. running hashcat on notebooks is not recommended
2. you are not specifying a mask
3. did you try the suggestion of adding -w3 and -O ?
4. hashrate is not measured in hertz (lol) |
|
undeath |
hashcat
|
5 |
2,437 |
06-20-2019, 06:57 PM |