Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement
hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below).
you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma... |
|
philsmd |
hashcat
|
1 |
1,919 |
05-09-2019, 11:48 AM |
|
|
Thread: Encoding problem?
Post: RE: Encoding problem?
known limitation of utf16le conversion in kernel, use this:
Code:
--
hashcat -m 900 --encoding-to utf16le /tmp/my.hashes /tmp//test.wordlist
--
|
|
philsmd |
hashcat
|
1 |
1,483 |
06-11-2019, 07:31 AM |
|
|
Thread: Hashcat token length exception
Post: RE: Hashcat token length exception
-o is only used for the outfile (that's why "-o" is a shorter version of --outfile)
the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict.
this sh... |
|
philsmd |
hashcat
|
1 |
1,638 |
06-30-2019, 07:05 PM |
|
|
Thread: Passphrase make .rule
Post: RE: Passphrase make .rule
https://hashcat.net/wiki/doku.php?id=combinator_attack
if you want to add space, you can use the rule -j "$ " (or '$ ' or "\$ " on linux to escape the dollar).
This is actually not a "rule" but ... |
|
philsmd |
hashcat
|
1 |
1,043 |
07-06-2019, 10:26 AM |
|
|
Thread: btcrecover extract scripts
Post: RE: btcrecover extract scripts
Only the base64 encoded hash of -m 18800 = Blockchain, My Wallet, Second Password (SHA256) for blockchain.info hashes is supported with latest (beta) version of hashcat (https://hashcat.net/beta).
... |
|
philsmd |
hashcat
|
1 |
1,238 |
07-12-2019, 11:41 AM |
|
|
Thread: hashcat with 3 wordlists
Post: RE: hashcat with 3 wordlists
since 2+1 = 3 you could just pre-compute 2 dicts and add the 3rd one with -a 1.
There is also combinator3 from hashcat-utils (you can pipe it but it's slower, but could be sometimes better if you tar... |
|
philsmd |
hashcat
|
1 |
1,128 |
07-13-2019, 07:39 AM |
|
|
Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script
Thanks !
this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;)
In theory we could add a "module" (that just does the parsing and ... |
|
philsmd |
User Contributions
|
1 |
2,171 |
07-26-2019, 04:37 AM |
|
|
Thread: Android encrypted partition dump
Post: RE: Android encrypted partition dump
hey
as far as I know hashcat is able to crack the backups generated by "adb backup"
see https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/ and https://gith... |
|
philsmd |
hashcat
|
1 |
1,501 |
07-21-2019, 09:52 AM |
|
|
Thread: tutorial/documentation about adding modules
Post: RE: tutorial/documentation about adding modules
The developers planned to add some wiki page (and/or forum thread) about the very new hashcat module system that wasn't even released yet. Only beta versions of hashcat do support hashcat modules.
Th... |
|
philsmd |
hashcat
|
1 |
1,264 |
08-19-2019, 01:06 PM |
|
|
Thread: Compile by make win failed on Linux Mint
Post: RE: Compile by make win failed on Linux Mint
wow that's quite a special case that you want to cross-compile it. All other cases are quite good documented but normally only the devs needs to build the windows binaries from linux.
It's document... |
|
philsmd |
hashcat
|
1 |
1,090 |
08-28-2019, 01:53 PM |
|
|
Thread: OpenCL kernel self-test failed
Post: RE: OpenCL kernel self-test failed
please test with the beta version from https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
1 |
963 |
09-25-2019, 10:31 AM |
|
|
Thread: Brain and restore, possible bug/intentional feature ?
Post: RE: Brain and restore, possible bug/intentional fe...
well, the fact that you can't change the command line actually makes sense according to this:
https://hashcat.net/faq#can_i_restore_a_hashcat_session
Quote:
--
the only parameters allowed
--
... |
|
philsmd |
hashcat
|
1 |
810 |
10-14-2019, 11:34 AM |
|
|
Thread: Resuming attack with maskprocessor?
Post: RE: Resuming attack with maskprocessor?
the main question is: is this the correct approach ? does this even make sense with passwords not having 4 identical chars ?
... and most importantly: how much (percentage-wise) of the keyspace is ev... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,565 |
11-04-2019, 09:24 AM |
|
|
Thread: getcernelarginfo procedure entry point not found in library
Post: RE: getcernelarginfo procedure entry point not fou...
it's probably kernel with "k" (clGetKernelArgInfo () )
for the problem itself, it's probably a setup/driver issue. Your explanation is also very misleading and missing some crucial facts. I think y... |
|
philsmd |
hashcat
|
1 |
744 |
12-08-2019, 01:36 PM |
|
|
Thread: OSX 10.12.6 Sierra - Token length exception
Post: RE: OSX 10.12.6 Sierra - Token length exception
https://github.com/hashcat/hashcat/issues/1697#issuecomment-425702306
you can just truncate it (to the same length the example hash has https://hashcat.net/wiki/example_hashes)
The more seriou... |
|
philsmd |
hashcat
|
1 |
855 |
12-16-2019, 07:30 PM |
|
|
Thread: ERROR: usually high number of arguments within restore file
Post: RE: ERROR: usually high number of arguments within...
"Unusually high number of arguments"
means that you corrupted the .restore file.
maybe your text editor did some strange things to the restore file (which contains binary data too)
It's actuall... |
|
philsmd |
hashcat
|
1 |
784 |
12-23-2019, 07:02 PM |
|
|
Thread: i need to know a password
Post: RE: i need to know a password
no. that's not what hashcat does. You are banned for a week for posting private information of (other) users (email addresses) and requesting to do (online) cracks for you. Thread closed. |
|
philsmd |
hashcat
|
1 |
925 |
01-05-2020, 12:13 PM |
|
|
Thread: veracrypt pim
Post: RE: veracrypt pim
the beta version of hashcat (https://hashcat.net/beta) has a new feature to support this (see https://github.com/hashcat/hashcat/commit/218322f63014804243f43bf3e31d2821c225aede)
--veracrypt-pim-sta... |
|
philsmd |
hashcat
|
1 |
739 |
01-15-2020, 06:39 PM |
|
|
Thread: Error in Self-test AMD Praphic
Post: RE: Error in Self-test AMD Praphic
try the beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
1 |
641 |
01-29-2020, 07:54 PM |
|
|
Thread: how long it takes
Post: RE: how long it takes
no, that's not feasible
random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here:
64 hex would be 16 ^ 64 = 1157920892... |
|
philsmd |
General Talk
|
1 |
842 |
01-19-2020, 12:44 PM |