Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Encfs
Post: RE: Encfs
I don't think hashcat current supports cracking encfs, but John the Ripper does:
Code:
--
$ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf
EncFS,
encfs-opencl,
--
|
|
royce |
hashcat
|
2 |
2,633 |
02-10-2018, 06:13 PM |
|
|
Thread: --stdout combinator attack
Post: RE: --stdout combinator attack
Syntax example? Works for me:
Code:
--
$ cat test.list
password
rockyou
linkedin
hashcat
hunter2
$ hashcat -a 1 test.list test.list --stdout
passwordpassword
passwordrockyou
rockyoupa... |
|
royce |
hashcat
|
2 |
2,402 |
02-11-2018, 08:39 AM |
|
|
Thread: Advantage with a big wordlist?
Post: RE: Advantage with a big wordlist?
Giant deduplicated wordlists are great for fast hashes, but not as helpful for slow ones.
And what's usually missing from most of them is *frequency data*.
A giant wordlist, sorted by how commo... |
|
royce |
hashcat
|
2 |
2,364 |
03-07-2018, 10:45 PM |
|
|
Thread: Newbee Question about Requirements(RESOLVED)
Post: RE: Newbee Question about Requirements
You need OpenCL. Download and install what the hashcat.net/hashcat/ page suggests for your platform. The reason why should be easily Google-able, but in a nutshell, it's a unified language for writing... |
|
royce |
hashcat
|
2 |
2,302 |
04-05-2018, 06:06 AM |
|
|
Thread: Hashcat & OpenCL... Why OpenCL?
Post: RE: Hashcat & OpenCL... Why OpenCL?
OpenCL is the framework that hashcat uses to perform the computation on the selected hardware.
Without an OpenCL driver for a given hardware platform, you cannot use modern hashcat on that hardware... |
|
royce |
hashcat
|
2 |
2,373 |
04-21-2018, 07:19 PM |
|
|
Thread: Cache path
Post: RE: Cache path
This message happens at a different stage from the dictionary metadata analysis. This message is related to the overall space needed to execute the attack. It is not clear from your question what kind... |
|
royce |
hashcat
|
2 |
2,038 |
04-22-2018, 09:42 PM |
|
|
Thread: Veracrypt Kuznyechik(Serpent(Camellia))
Post: RE: Veracrypt Kuznyechik(Serpent(Camellia))
I don't believe this algorithm is current supported. You might consider requesting it on the hashcat GitHub. |
|
royce |
hashcat
|
2 |
2,629 |
04-30-2018, 05:09 PM |
|
|
Thread: trouble with samdump2
Post: RE: trouble with samdump2
Posting real hashes is against the forum rules.
The hashes above are special LM and NTLM hashes that indicate an empty/non-set password.
If you're using something called a "Free password hash cr... |
|
royce |
General Talk
|
2 |
2,742 |
05-09-2018, 04:14 PM |
|
|
Thread: insert a character after each character
Post: RE: insert a character after each character
Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting. |
|
royce |
General Talk
|
2 |
2,529 |
05-10-2018, 07:13 AM |
|
|
Thread: Introduction
Post: RE: Introduction
Welcome! Interesting thread idea - we'll see if it takes root! |
|
royce |
General Talk
|
2 |
2,625 |
05-17-2018, 05:41 AM |
|
|
Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes
What MD5 is your Python producing? I get:
Code:
--
$ echo -n 'ĞĞ' | md5sum
411019a0840fad007398bcab6cc9188c -
--
... which hashcat cracks, using your syntax:
Code:
--
$ hashcat --... |
|
royce |
hashcat
|
2 |
2,375 |
05-21-2018, 12:41 AM |
|
|
Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters
Hmm, no strong ideas here yet from me.
Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ... |
|
royce |
hashcat
|
2 |
2,072 |
05-21-2018, 05:33 PM |
|
|
Thread: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...
Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here:
https://hashcat.net/wiki/doku.php?id=example_hashes
... does your attack work? ... |
|
royce |
hashcat
|
2 |
2,503 |
05-24-2018, 03:06 PM |
|
|
Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14
Speculation: likelihood of adopting a separate platform is probably low. Unless someone comes up with a "MetalCL" shim / abstraction layer, this may mean dropping Mac as a supported platform. |
|
royce |
hashcat
|
2 |
3,676 |
06-07-2018, 06:31 PM |
|
|
Thread: hashcat development stalled?
Post: RE: hashcat development stalled?
|
royce |
hashcat
|
2 |
3,042 |
06-14-2018, 08:07 AM |
|
|
Thread: Titan Z Questions
Post: RE: Titan Z Questions
I'm not familiar with whether or not there has been more than one era of Titan Z.
crackingservice.com benchmark says (for WPA2):
GeForce GTX titan Z 188000 hash/s
... but that may be for a pr... |
|
royce |
Hardware
|
2 |
2,662 |
06-14-2018, 08:10 AM |
|
|
Thread: Custom rule for 8Track hashes
Post: RE: Custom rule for 8Track hashes
Put that other rule in a separate file, and then try
Code:
--
-r best64.rule -r 8track.rule
--
The rules are applied in the order specified, so order on the command line matters:
Code:
--
$ e... |
|
royce |
hashcat
|
2 |
2,766 |
06-16-2018, 09:53 PM |
|
|
Thread: keep-guessing + rules?
Post: keep-guessing + rules?
Is there a way to log *all* of the rules that would have cracked a given hash?
Would/should --keep-guessing and --debug-mode be combine-able? It could be quite chatty - being able to ignore ':' ... |
|
royce |
hashcat
|
2 |
2,181 |
06-18-2018, 10:33 PM |
|
|
Thread: keep-guessing + rules?
Post: RE: keep-guessing + rules?
Ha! I'm only about one chapter ahead of you in the book. ;)
And guess what? I should have tried it first! :)
--keep-guessing works fine with --debug-mode (for at least some attacks):
Code... |
|
royce |
hashcat
|
2 |
2,181 |
06-18-2018, 11:00 PM |
|
|
Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512
If you mean simple salting (and not salting+stretching like sha512crypt), then performance scales directly with the keyspace of the salt.
The attack has to try all possible salts. If the salt spac... |
|
royce |
General Talk
|
2 |
2,404 |
07-04-2018, 06:59 PM |