Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Help me about --show
Post: RE: Help me about --show
The correct syntax is different. You need to specify the hash type, --show and the original hash list.
Code:
--
hashcat -m 100 --show unmodified_hashes.txt
--
without the original hash list,... |
|
philsmd |
hashcat
|
1 |
1,235 |
01-18-2019, 09:55 AM |
|
|
Thread: Help with cracking krb5tgs hash
Post: RE: Help with cracking krb5tgs hash
please test with the example hash from https://hashcat.net/wiki/example_hashes and compare your hash with the example hash.
Most of the time it's just a matter of removing the file names from the "ha... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,692 |
01-28-2019, 10:29 AM |
|
|
Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...
try this: https://hashcat.net/faq/wrongdriver
there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms.
this seems to be a driver installation issue... |
|
philsmd |
hashcat
|
1 |
2,977 |
02-10-2019, 09:06 AM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
which nvidia driver version do you use ?
did you try following this guide: https://hashcat.net/faq/wrongdriver
if still not working, please try with an older Nvidia driver version e.g. the ones re... |
|
philsmd |
hashcat
|
1 |
1,502 |
02-10-2019, 09:22 AM |
|
|
Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...
I think there are a lot of misunderstandings here.
I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html
of course -m 16800 = WPA-PMKID-PBKDF2 i... |
|
philsmd |
General Talk
|
1 |
5,147 |
01-30-2019, 02:01 PM |
|
|
Thread: complex password alternation
Post: RE: complex password alternation
which type of rar archives we are talking about here?
hashcat supports these 2 hash types for rar archives:
-m 12500 = RAR3-hp
-m 13000 = RAR5
(the non-hp version of rar3, i.e. the one without... |
|
philsmd |
hashcat
|
1 |
1,327 |
01-30-2019, 02:27 PM |
|
|
Thread: need help to extract true crypt hash
Post: RE: need help to extract true crypt hash
You should use this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes
you should test it on a new sample with known password (i.e. test if you are doing all steps co... |
|
philsmd |
hashcat
|
1 |
1,290 |
02-23-2019, 07:31 PM |
|
|
Thread: real noob looking for help!
Post: RE: real noob looking for help!
The best thing you could do here is to code a new hashcat module and kernel (OpenCL .cl file with update/final function calls, see https://github.com/hashcat/hashcat/blob/23917455efad1deba8c12516e1922... |
|
philsmd |
hashcat
|
1 |
1,405 |
03-01-2019, 02:27 PM |
|
|
Thread: Not found hash Removing
Post: RE: Not found hash Removing
you are searching for this command line option:
Code:
--
--left | Compare hashlist with potfile; show uncracked hashes
--
and of course the opposite of --left is --show
btw: you are not all... |
|
philsmd |
General Talk
|
1 |
1,528 |
03-24-2019, 02:53 PM |
|
|
Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping
your command line is wrong. --stdout is -m 2000
you can't use --stdout and another hash type setting -m x
either one or the other
Code:
--
./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-... |
|
philsmd |
hashcat
|
1 |
1,477 |
03-25-2019, 12:01 PM |
|
|
Thread: A couple of Qs
Post: RE: A couple of Qs
1. same speed if you configure the system/fan/power usage correctly, why should the operating system matter ? we are talking about dedicated/separate OpenCL devices after all
2. hashcat is able to us... |
|
philsmd |
hashcat
|
1 |
1,224 |
04-03-2019, 01:06 PM |
|
|
Thread: A couple of noob questions about the GUI version.
Post: RE: A couple of noob questions about the GUI versi...
1. the GUI is a 3rd party tool not developed by us. if you need help read the documentation provided by the GUI's author or contact them directly
2. what are the drivers you have installed ? you pr... |
|
philsmd |
hashcat
|
1 |
1,241 |
04-05-2019, 08:15 PM |
|
|
Thread: unable to begin iphone hash on Windows 10
Post: RE: unable to begin iphone hash on Windows 10
you must make sure that the file named "hashTest.txt" exists.
hashcat can't find the file "hashTest.txt" within the directory |
|
philsmd |
hashcat
|
1 |
1,125 |
05-23-2019, 07:47 AM |
|
|
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,126 |
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 |