Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc.
You might be able to work around it with different driver versions. but it's actually q... |
|
philsmd |
hashcat
|
10 |
965 |
08-27-2020, 11:06 PM |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
run
Code:
--
hashcat -b
--
or
Code:
--
hashcat -b --benchmark-all
--
or the example hashes from https://hashcat.net/wiki/example_hashes
There is no need to extract any hashes, it' ... |
|
philsmd |
hashcat
|
10 |
965 |
08-29-2020, 10:41 AM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
no, I think in this case it's different.
There are 11 sets and some of them are a set (or a OR) , like this:
Code:
--
(['sa4', 'sa@'], ['sb6'], ['sc |
|
philsmd |
hashcat
|
10 |
965 |
09-01-2020, 02:36 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@... |
|
philsmd |
hashcat
|
10 |
965 |
09-03-2020, 09:33 PM |
|
|
Thread: Question regarding -m 20710 (hashcat beta).
Post: RE: Question regarding -m 20710 (hashcat beta).
hey,
you forgot to mention the most important information ! how long is your salt ?
-O stands for optimized and can only be used if some prequirements are meat... especially max salt length and ... |
|
philsmd |
hashcat
|
2 |
964 |
11-20-2019, 10:15 AM |
|
|
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: 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: 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: 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: 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 |
|
|
Thread: How to crack Keepass2 passcode, help me
Post: RE: How to crack Keepass2 passcode, help me
so you are using -m 13400 together with the modified (removed file names etc) output of keepass2john from bleeding-jumbo john the ripper (JTR) ?
Well, it depends if the chars are appended/prepended... |
|
philsmd |
hashcat
|
1 |
933 |
02-25-2020, 06:13 PM |
|
|
Thread: 15 char exactly
Post: RE: 15 char exactly
it is infeasible
the math is (26+10)^15 = 221073919720733357899776 (very huge number !)
which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616)
see https://hashcat.net/... |
|
philsmd |
hashcat
|
2 |
932 |
02-04-2020, 12:31 PM |
|
|
Thread: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...
install the correct driver for your hardware, see https://hashcat.net/hashcat
driver from nvidia.com for your NVidia GPU
driver from the ROCm page for your AMD GPU on linux
driver from the amd.co... |
|
philsmd |
hashcat
|
3 |
927 |
04-01-2020, 08:57 AM |
|
|
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: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow
the pipe (|) aka stdin mode only works with -a 0 in hashcat.
That means that you would need to use something like this:
Code:
--
-r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r... |
|
philsmd |
hashcat
|
2 |
922 |
01-18-2020, 09:55 AM |
|
|
Thread: Hash extract error
Post: RE: Hash extract error
It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed... |
|
philsmd |
General Talk
|
2 |
920 |
03-07-2020, 10:34 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: Hello all, someone who work with python canl help me
Post: RE: Hello all, someone who work with python canl h...
it depends on which operating system (linux, windows, macOS) you use.
on linux you could just take the output of hashcat and use the "grep" tool to filter it.
Code:
--
hashcat -m 0 -a 3 --sta... |
|
philsmd |
General Talk
|
4 |
909 |
07-16-2020, 05:09 AM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
1. why do you use crunch ?
2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ?
3. what is your command ?
4. why don't you give your full specs ? if the er... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:00 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
--
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt
--
where... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:22 PM |