Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
And if that doesn't work, please post full command line that you're using (but redact sensitive hashes, if any). |
|
royce |
hashcat
|
7 |
5,176 |
09-04-2017, 08:09 PM |
|
|
Thread: Count-words ?
Post: RE: Count-words ?
Closest I could find:
https://github.com/dandavison/ngrams/blob/master/src/count-words.pl |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
5,159 |
08-12-2016, 06:50 AM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Most basic use of crunch can be executed by hashcat directly.
The ?H charset is cap hex (0-9 and capital A-F). If it's a randomly generated string within that charset, a mask of ?H?H?H?H?H?H?H?H?H?... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 03:33 PM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Like this, but adapted to your hash type (-m), hash, and mask (the ?H sequence).
Code:
--
$ hashcat --help | grep Brute-Force
Brute-Force | MD5 | hashcat -a 3 -m 0 example0.hash ?a?a?a?a... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 04:31 PM |
|
|
Thread: Contact & dump list manager
Post: RE: Contact & dump list manager
For future searchers, this thread is relevant:
https://hashcat.net/forum/thread-6796.html |
|
royce |
General Talk
|
1 |
5,146 |
11-19-2017, 03:46 AM |
|
|
Thread: FPGA cards?
Post: RE: FPGA cards?
There appear to be Xilinx, Altera, and Intel forays into OpenCL but I do not know their status/applicability. |
|
royce |
Hardware
|
4 |
5,101 |
02-03-2017, 03:23 AM |
|
|
Thread: FPGA cards?
Post: RE: FPGA cards?
I don't think there is much practically possible yet. The hashcat framework is now there to be developed against, but it is subject to both hardware capabilities and an actual OpenCL implementation on... |
|
royce |
Hardware
|
4 |
5,101 |
02-03-2017, 03:21 AM |
|
|
Thread: Few wordlist processing utilities
Post: RE: Few wordlist processing utilities
Cool - especially the mutators, thanks! (The others are mostly covered by tools in hashcat-utils and/or PACK, I think) |
|
royce |
User Contributions
|
1 |
5,099 |
11-19-2017, 03:36 AM |
|
|
Thread: Need help with NTLM password case
Post: RE: Need help with NTLM password case
You can create rules that toggle case.
https://blog.didierstevens.com/2016/07/18/practice-ntds-dit-file-part-5-password-cracking-with-hashcat-lm-ntlm/ |
|
royce |
hashcat
|
6 |
5,098 |
03-25-2018, 06:27 PM |
|
|
Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...
I am not familiar with how encryption is done on these phones, but here's an example for a different phone.
https://hashcat.net/forum/thread-2202.html |
|
royce |
hashcat
|
7 |
5,068 |
12-08-2017, 05:24 PM |
|
|
Thread: Fibonacci rules?
Post: RE: Fibonacci rules?
I would expect that a general hybrid attack (that tries a variety of number combinations, not just Fibonacci) would almost always be the way to go here. Unless maybe it was A) a very slow hash, and B)... |
|
royce |
User Contributions
|
1 |
5,011 |
11-19-2017, 03:30 AM |
|
|
Thread: How to crack AEM/CQ sha256 hash?
Post: RE: How to crack AEM/CQ sha256 hash?
Looks like this is the same as:
https://github.com/magnumripper/JohnTheRipper/pull/3240
... so John the Ripper (jumbo edition) may have it soon? |
|
royce |
hashcat
|
5 |
5,005 |
05-02-2018, 06:16 PM |
|
|
Thread: UPS/surge protector
Post: RE: UPS/surge protector
IANAE (I Am Not An Electrician), and this is not electrical advice ... but this depends entirely on your own use cases.
If you're OK with cracking being interrupted for significant periods of time,... |
|
royce |
Hardware
|
4 |
4,988 |
02-04-2017, 05:28 AM |
|
|
Thread: Interesting situation, zipfile password protected, and extracted.
Post: RE: Interesting situation, zipfile password protec...
If it's WinZip-compatible ZIP, then it would be covered by mode 13600. You'll have to extract the hash using zip2john (from John the Ripper). This thread may be useful:
https://hashcat.net/forum/th... |
|
royce |
hashcat
|
3 |
4,977 |
12-31-2016, 09:29 PM |
|
|
Thread: New ISP
Post: RE: New ISP
Wow, I totally missed this. How has it been going, a few months later? Happy with the move, customer service, etc. ? |
|
royce |
Organisation and Events
|
2 |
4,965 |
11-19-2017, 03:36 AM |
|
|
Thread: Two sessions writing to the same potfile
Post: RE: Two sessions writing to the same potfile
Use the source, Luke. :)
If you look at locking.c and potfile.c in the source code, it appears that (as long as you're not on Windows), some basic locking of the potfile is happening.
That being... |
|
royce |
hashcat
|
6 |
4,965 |
04-07-2018, 05:26 AM |
|
|
Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
Code:
--
$ hashcat --help | egrep -i user
--username | | Enable ignoring of usernames in hashfile |
--
... and:
https://hashcat.net/wiki/doku.php?id=frequent... |
|
royce |
hashcat
|
8 |
4,954 |
09-07-2018, 06:17 PM |
|
|
Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
I guess you could simulate it by replacing the first colon with some other separator, as in
user$email:hash |
|
royce |
hashcat
|
8 |
4,954 |
09-08-2018, 04:15 PM |
|
|
Thread: GCC Wallet.dat decryption
Post: RE: GCC Wallet.dat decryption
hashcat doesn't currently directly support this hash, but based on some information I got from elsewhere, it's possible that bitcoin2john might work to extract the hash. According my source, GCC uses ... |
|
royce |
hashcat
|
1 |
4,948 |
11-19-2017, 02:20 AM |
|
|
Thread: Best bang for buck card(s)?
Post: RE: Best bang for buck card(s)?
Just throwing some ideas out there:
If cost of electricity is not a concern, agreed about 970s. They're going on eBay for around $200-$220, so 3 of those would be a good fit. (And I wouldn't go old... |
|
royce |
Hardware
|
3 |
4,927 |
10-08-2016, 03:06 PM |