Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: two word lists and a rule
Post: RE: two word lists and a rule
please define "a rule" . is this one single rule ?
you should also be more clear about "two dictionary" . do you mean combining them or running them one after the other.
to combine 2 dictionarie... |
|
philsmd |
hashcat
|
3 |
781 |
05-24-2020, 05:46 PM |
|
|
Thread: two word lists and a rule
Post: RE: two word lists and a rule
it's not directly supported, mainly because the combination of 2 dicts can turn out to be huge (combining hundred of thousands words with each other - or more - gives a huge and sometimes too huge com... |
|
philsmd |
hashcat
|
3 |
781 |
05-24-2020, 06:32 PM |
|
|
Thread: Save restore file each NUM seconds
Post: RE: Save restore file each NUM seconds
the question is what you are trying to do. and why you would need that feature.
I'm pretty sure it was removed because hashcat can't really be configured to have an update of the progress every x s... |
|
philsmd |
hashcat
|
3 |
844 |
05-29-2020, 09:27 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you didn't compile it yourself, you probably used some package manager like brew etc.
If you have "installed" hashcat with this brew method or similar (not a raw download or the git directory et... |
|
philsmd |
hashcat
|
3 |
814 |
06-02-2020, 08:03 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you want to use your own directory and not the directory structure that the brew package maintainer decided to use (to be fair it's also similar how the "make install" target on linux works), you c... |
|
philsmd |
hashcat
|
3 |
814 |
06-03-2020, 08:32 AM |
|
|
Thread: Maskuni : a standalone mask generator with unicode support
Post: RE: Maskgen : a standalone mask generator with uni...
interesting. but the name of the tool is a little bit confusing because we always use maskgen for the hcmask generation tool of PACK (https://github.com/iphelix/pack/). That's very confusing, because ... |
|
philsmd |
User Contributions
|
3 |
1,130 |
06-03-2020, 08:54 AM |
|
|
Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed
are you sure you didn't just override your old files ? did you create a new hashcat folder and extracted everything cleanly within that new hashcat folder ? |
|
philsmd |
hashcat
|
3 |
765 |
06-21-2020, 04:07 PM |
|
|
Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed
try this https://hashcat.net/faq/wrongdriver
and remove the cached kernels: kernels\ |
|
philsmd |
hashcat
|
3 |
765 |
06-21-2020, 06:02 PM |
|
|
Thread: Hitting my wits end.
Post: RE: Hitting my wits end.
what hardware/GPU do you have ? This is important information. (from your cmd output, I assume you are using windows operating system... but it's also always good to mention this info)
Try followin... |
|
philsmd |
hashcat
|
3 |
721 |
06-24-2020, 08:09 AM |
|
|
Thread: Need help to make a custom wordlist
Post: RE: Need help to make a custom wordlist
> dict.txt
but it doesn't make much sense since (as said) the number of combinations is quite huge
maybe stdin/pipe would make much more sense, but it depends on the hash type (-m) that you use |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
955 |
06-29-2020, 08:41 AM |
|
|
Thread: 2019 Mac Pro and AMD Radeon Pro 580X
Post: RE: 2019 Mac Pro and AMD Radeon Pro 580X
Did you try to see if the path / folder does exist or not ?
Is this folder there ?
Code:
--
/Volumes/XXXXX\ hashcat6/hashcat/OpenCL
--
Why is there are "\ " there ? is this a space within the... |
|
philsmd |
Hardware
|
3 |
920 |
07-02-2020, 09:01 AM |
|
|
Thread: hashcat64.bin
Post: RE: hashcat64.bin
The file:
Code:
--
hashcat.exe
--
is the new 64-bit binary.
The release versions do not ship with 32 bit binaries anymore (but users can still compile them themself if needed). So every bina... |
|
philsmd |
hashcat
|
3 |
652 |
07-02-2020, 08:39 PM |
|
|
Thread: Hitting my wits end.
Post: RE: Hitting my wits end.
Code:
--
hashcat.exe -m 12500 -a 3 -w 3 -O --increment --increment-min 4 --increment-max 20 --custom-charset2 abcKLM13579,-: "InputHashHere" ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2
--
for all ... |
|
philsmd |
hashcat
|
3 |
721 |
06-24-2020, 08:36 AM |
|
|
Thread: Viivo to hashcat
Post: RE: Viivo to hashcat
AES is not a hashing algorithm.
it's an encryption algorithm, a cipher.
Completely different things.
encryption is reversible... you still need to know a key
normally, you do not directly use ... |
|
philsmd |
hashcat
|
3 |
717 |
06-25-2020, 08:35 PM |
|
|
Thread: Viivo to hashcat
Post: RE: Viivo to hashcat
I'm not aware of any such tool. I didn't even hear about .viivo files before.
There are for sure multiple pages that talk about PBKDF2-HMAC-SHA1 for the key derivation, see https://fileinfo.com/ext... |
|
philsmd |
hashcat
|
3 |
717 |
06-25-2020, 10:23 PM |
|
|
Thread: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt
it's very difficult / dangerous to make comparison like this. What are you comparing to? dozens of hashes against 1 hash, cost factor 5 (2^5 = 32) against cost factor 19 (2^19 = 524288 "iterations").... |
|
philsmd |
hashcat
|
3 |
952 |
06-29-2020, 09:35 AM |
|
|
Thread: Intel i7 with 8 cores - just one core computing
Post: RE: Intel i7 with 8 cores - just one core computin...
read the --help output and see how the different supported device types can be enabled (--opencl-device-types or short -D, uppercase D)
Code:
--
-D 1,2
--
it's not always guaranteed that the C... |
|
philsmd |
hashcat
|
3 |
662 |
07-09-2020, 09:39 PM |
|
|
Thread: Need help to make a custom wordlist
Post: RE: Need help to make a custom wordlist
it's actually not that easy to make policies/"rules" like this.
Furthermore, there are infinite many possibilities that an user might want differently and more flexible etc.
I think most of thes... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
955 |
06-27-2020, 11:18 PM |
|
|
Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?
Code:
--
hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt
--
|
|
philsmd |
hashcat
|
3 |
678 |
07-12-2020, 07:18 PM |
|
|
Thread: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt
yeah, very very good explanation @Mem5. your post is perfect because it explains what I forgot to mention above...
From my experience from the last couple of months/years, is that some people confu... |
|
philsmd |
hashcat
|
3 |
952 |
06-29-2020, 10:50 AM |