Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Building password list
Post: RE: Building password list
just answered above:
Code:
--
mp64 -q 2 ?l?l?l?l?l?l?l?l
--
|
|
philsmd |
hashcat
|
21 |
7,827 |
09-04-2019, 03:39 PM |
|
|
Thread: Building password list
Post: RE: Building password list
no, read the help of maskprocessor (https://github.com/hashcat/maskprocessor)
Code:
--
-q, --seq-max=NUM Maximum number of multiple sequential characters
--
Did you even test it ? Do ... |
|
philsmd |
hashcat
|
21 |
7,827 |
09-05-2019, 12:38 PM |
|
|
Thread: Building password list
Post: RE: Building password list
I really hate it if we are talking about 2+ very different problems that are very unrelated (except that you can use mask in both cases).
1. question about 2 adjacent identical characters
2. a simpl... |
|
philsmd |
hashcat
|
21 |
7,827 |
09-04-2019, 01:20 PM |
|
|
Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?
Status...........: Cracked
it's very obvious if it's cracked or not |
|
philsmd |
hashcat
|
9 |
3,254 |
09-05-2019, 12:51 PM |
|
|
Thread: Building password list
Post: RE: Building password list
-q works for each and every "multiple sequential characters"
the pipe and grep after the maskprocessor command are just used as a proof that it works.
the only command you need is maskprocessor ... |
|
philsmd |
hashcat
|
21 |
7,827 |
09-05-2019, 04:01 PM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
if clinfo (please test it and show results) doesn't report all the devices, it's for sure a setup/driver (installation) problem. (not a hashcat problem)
I would also suggest making a test with http... |
|
philsmd |
hashcat
|
7 |
2,759 |
09-11-2019, 05:56 PM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
please read this: https://github.com/hashcat/hashcat/issues/1806 |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 06:40 AM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
I don't think anybody has started working on implementing this algo in hashcat.
The details are kind of clear now given the proof of concept in perl.
It should be also doable to use that ellipti... |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 11:26 AM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
did you test with clinfo ? you didn't answer that question |
|
philsmd |
hashcat
|
7 |
2,759 |
09-13-2019, 06:33 PM |
|
|
Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?
the main problem with your command:
Code:
--
hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt
--
is that you didn't specify a mask at all. mask attacks are really most useful ... |
|
philsmd |
hashcat
|
2 |
1,700 |
09-16-2019, 07:50 PM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
are you talking about the hashing algorithm -m 2500 = WPA/WPA2 ?
what is your command ? -a 3 ?
can you please copy-paste the status screen that you see in here ? |
|
philsmd |
hashcat
|
21 |
6,238 |
09-17-2019, 10:03 PM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
yeah, but that's a different story. that wouldn't explain the 15 % rejected with the wordlist where s/he claims "I removed the words under eight". |
|
philsmd |
hashcat
|
21 |
6,238 |
09-19-2019, 12:32 PM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
oh, I see. yeah, I meant any backend supported (OpenCL or CUDA with newest beta version), not just the "OpenCL runtime", but any runtime. That's cleary my fault in writing that incorrectly. |
|
philsmd |
hashcat
|
5 |
2,170 |
09-19-2019, 06:45 PM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
hashcat: "All hashes found already, won't crack them again"
Vidramon: "it will work for Nvidia, but not for Amd, resulting not find a pass"
this makes absoultely no sense to me.
Did you even re... |
|
philsmd |
hashcat
|
13 |
4,419 |
09-21-2019, 05:19 PM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
I don't understand what the problem is and what you are seeing. This is your statement:
Quote:
--
why is it guessing passwords that are only two characters
--
but your screenshot clearly says ... |
|
philsmd |
hashcat
|
21 |
6,238 |
09-18-2019, 08:28 AM |
|
|
Thread: Defining character length.
Post: RE: Defining character length.
Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters.
so let's try to run hashcat without any rule file and see how much reject... |
|
philsmd |
hashcat
|
21 |
6,238 |
09-19-2019, 09:12 AM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
yeah, we actually had a similar request/question like this on IRC and the "only problem" is to get the different drivers correctly installed at the same time.
It's easier on some operating systems co... |
|
philsmd |
hashcat
|
5 |
2,170 |
09-19-2019, 11:17 AM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
just create the hashcat mask file (a.hcmask) manually:
Code:
--
?l?u,?l?d,?1?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?a?2?2?2
--
Code:
--
hashcat -m 2500 -a 3 -w ... |
|
philsmd |
hashcat
|
11 |
2,910 |
09-21-2019, 07:50 PM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
lol, it will take 11 days just for the first one
that's also why brute-force is not usually the best strategy, but it of course depends a lot on the info you have and especially how confident you a... |
|
philsmd |
hashcat
|
11 |
2,910 |
09-21-2019, 09:04 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 |