Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Multiple WPA hccap files at the same time.
Post: RE: Multiple WPA hccap files at the same time.
Please have a look at Trac, I think there is no such request and there was none yet. If not on Trac the probability is hight that atom wasn't reminded of this feature request.
I for example see no mu... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,682 |
06-19-2013, 05:28 PM |
|
|
Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force
it's always clever to step back a little bit and first try to understand and analyse the feasibility of this attack and the total keyspace.
My guess is that this is for WPA "hashes", so it's alread... |
|
philsmd |
hashcat
|
7 |
1,442 |
06-17-2020, 07:17 PM |
|
|
Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force
it's negligible. the more words, the less likely is that a word occurs multiple times.
As said, you could develop a fast password candidate generator that does all that fancy stuff: combining, conc... |
|
philsmd |
hashcat
|
7 |
1,442 |
06-19-2020, 05:31 PM |
|
|
Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force
it's a very special situation, which requires either a special password generator or a compromise to allow some duplicates for better speed.
The candidate generator could be as simple as this:
Co... |
|
philsmd |
hashcat
|
7 |
1,442 |
06-19-2020, 06:06 PM |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
Well, you didn't really explain how you intend to install/use hashcat and also how you manage the access to GPU/CPU OpenCL resources.
I think the main problem with multi-user system and hashcat is ... |
|
philsmd |
hashcat
|
6 |
3,015 |
02-20-2019, 09:11 PM |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
I don't think this is a good idea to share GPU/CPU devices like this. everyone will be experiencing reduced performance if somebody else has an attack running at the same time.
I also do not unders... |
|
philsmd |
hashcat
|
6 |
3,015 |
02-21-2019, 04:47 PM |
|
|
Thread: Multiple hccap hashes?
Post: RE: Multiple hccap hashes?
It seems that you should try to improve your searching skills ;)
https://hashcat.net/faq#how_can_i_crack_multiple_wpa_handshakes_at_once
There are several forum posts and as you see it even made i... |
|
philsmd |
hashcat
|
2 |
3,958 |
01-28-2017, 01:45 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
you can just run 6213 to also crack all hashes that can be cracked with 6211 or 6212
i..e 6213 can crack all 6212 hashes too which can crack all 6211 hashes too
(the inverse e.g. 6211 cracking a... |
|
philsmd |
hashcat
|
8 |
3,445 |
08-26-2019, 02:51 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
yeah, that's true that 6233 is able to crack all 6232 hashes which is able to crack all 6231 hashes
Furthermore, 6223 is able to crack all 6222 hashes which is able to crack all 6221 hashes
but at... |
|
philsmd |
hashcat
|
8 |
3,445 |
08-26-2019, 03:07 PM |
|
|
Thread: Multiple GPU Problem
Post: RE: Multiple GPU Problem
try to use some task manager and tuning tools (like afterburner) etc.
could be bad risers, too slow CPU/cores, little RAM, configurations etc etc etc
try test with -d 1,2,3 etc and add GPUs until ... |
|
philsmd |
Hardware
|
3 |
1,381 |
03-12-2020, 11:03 AM |
|
|
Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?
If you intend to add a wordlist for -a 0 after you started hashcat, you can use the induction dir (see --induction-dir). |
|
philsmd |
hashcat
|
2 |
4,186 |
02-27-2017, 09:25 AM |
|
|
Thread: multi.hccap miss password and benchmark -m 3200 display driver stopped responding
Post: RE: multi.hccap miss password and benchmark -m 320...
Hey and thx for your testing and the report.
I don't really like to discuss 2+ different problems within the same thread....
Anyway,
1. please open a trac ticket https://hashcat.net/trac/ with a se... |
|
philsmd |
Old oclHashcat Support
|
3 |
10,337 |
12-12-2013, 02:23 PM |
|
|
Thread: multi rules debugging
Post: RE: multi rules debugging
What's the problem of using a single file then?
Code:
--
$ sort -u 1.rule 2.rule -o myrules.rule
$ ./hashcat-cli64.bin -r myrules.rule --stdout
--
|
|
philsmd |
Old hashcat Support
|
2 |
5,701 |
08-27-2013, 01:29 PM |
|
|
Thread: multi hccap crack
Post: RE: multi hccap crack
The multi-hccap support is explained here: https://hashcat.net/wiki/doku.php?id=hccap
Note: for performance reasons you cannot mix wpa2 and wpa (also see https://hashcat.net/trac/ticket/222#comment:4 ... |
|
philsmd |
Old oclHashcat Support
|
1 |
7,754 |
01-20-2014, 08:34 PM |
|
|
Thread: multi hash
Post: RE: multi hash
See https://hashcat.net/wiki/hccapx
for windows:
Code:
--
copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx
--
for linux:
Code:
--
cat single_hccapxs/*.hccapx > all_in_one/multi.hcc... |
|
philsmd |
hashcat
|
6 |
6,160 |
03-29-2017, 06:41 PM |
|
|
Thread: multi charset
Post: RE: multi charset
1. it's not allowed to post hashes
2. you need to specify a mask (see https://hashcat.net/wiki/?id=mask_attack) if you use -a 3 (otherwise the default one will be used, which is probably not exactly ... |
|
philsmd |
hashcat
|
3 |
4,680 |
08-23-2017, 03:15 PM |
|
|
Thread: MSSQL(2005) (salt.pass) troubles
Post: RE: MSSQL(2005) (salt.pass) troubles
user003 Wrote: (07-12-2013, 12:23 PM)
--
any advices?
--
Don't post hashes here!!! Forum Rules (https://hashcat.net/forum/announcement-2.html)
Check format w/ the example hashes (https://hashcat.net... |
|
philsmd |
Very old oclHashcat-lite Support
|
3 |
9,711 |
07-12-2013, 12:47 PM |
|
|
Thread: MSCHAPv2 load fail
Post: RE: MSCHAPv2 load fail
The correct hash mode is -m 5500 = NetNTLMv1 and the password for this hash is "password".
bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32:password
BTW: you are not allo... |
|
philsmd |
hashcat
|
2 |
2,363 |
11-03-2017, 02:16 PM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
We need more info about your setup.
Are you using windows?
Maybe you have this problem, that was fixed in new beta (not released yet): https://hashcat.net/trac/ticket/178
What is the error you se... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,241 |
08-06-2013, 12:11 PM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
Yes, sorry I made a little bit confusion w/ ntlm.
So the problem really is > length 15 support. Atom is already heavily working on that (this limitation is well known and also documented in the wiki)... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,241 |
08-06-2013, 12:54 PM |