Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys
but what does this tell us? I think kind of no news here.
It just means that I/O should be avoided and could always be a bottleneck (even if you use /dev/null and the /dev/null is highly optimized by... |
|
philsmd |
hashcat
|
3 |
3,323 |
03-19-2018, 09:22 AM |
|
|
Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
The short answer is: I/O
You shouldn't underestimate how slow it is to read from disk compared to e.g. generating the password candidates with rule/mask engine directly on GPU (fast hashes).
For slo... |
|
philsmd |
hashcat
|
8 |
21,164 |
09-02-2017, 08:40 AM |
|
|
Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
As already mentioned above, the hash algorithm itself determines where/how the password candidates are generated for mask attacks (-a 3).
The hashcat source code distinguishes between ATTACK_EXEC_INS... |
|
philsmd |
hashcat
|
8 |
21,164 |
09-03-2017, 07:33 PM |
|
|
Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2
it could also be that you are cracking multiple networks.
For instance if the status line doesn't say:
Code:
--
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
--
... if there isn... |
|
philsmd |
hashcat
|
5 |
3,642 |
07-06-2018, 06:31 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem öüóűú...
You are *not* allowed to post hashes here (see https://hashcat.net/forum/announcement-2.html ) even if this is a self generated hash etc... hide it or you get banned
The question was addressed seve... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
10-31-2013, 03:44 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem ű,ő
Immy, let me ask one question: WHY? if we tell you that you are *not* allowed to post hashes (https://hashcat.net/forum/announcement-2.html , you are breaking the most important rule in this forum), wh... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
11-03-2013, 03:54 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem ű,ő
1. you don't need https://www.md5hashgenerator.com/ to generate hashes. We know we find the ISO code of that particular char here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2 and we use linux OS, ther... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
11-10-2013, 11:22 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem ű,ő
afaik I already told you how to do that *in detail*
Again, we start w/ (some) list of chars, let's stay with those defined here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2
now we have a list that i... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
11-14-2013, 04:36 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
Code:
--
$_ $0 $1
--
[hr]
explanation:
to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack) |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 06:54 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
yeah, you are completely wrong.
there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to... |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 07:22 PM |
|
|
Thread: Special char-set usage
Post: RE: Special char-set usage
UPDATE2: using a .hcmask file doesn't make much sense in this case (together w/ the spanish.hcchr file) since the mask inside the .hcmask file must refer to the spanish.hcchr file somehow... i.e. the ... |
|
philsmd |
General Help
|
8 |
11,402 |
11-05-2013, 07:17 PM |
|
|
Thread: Special char-set usage
Post: RE: Special char-set usage
no, if you define -1 to use the spanish.hcchr and if you also use -1 in your mask *OR* if you use a hcchr that includes all chars you want to try... there is no fallback to latin characters
It only d... |
|
philsmd |
General Help
|
8 |
11,402 |
11-05-2013, 07:28 PM |
|
|
Thread: Sorting many masks by number of combinations?
Post: RE: Sorting many masks by number of combinations?
maybe this one:
PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack/
https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pack/ |
|
philsmd |
hashcat
|
2 |
805 |
04-30-2020, 02:08 PM |
|
|
Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'
you could pre-generate the word list or just use -a 1 hash.txt dict1.txt dict2.txt
-a 1 also works with 3 combinations of works if dict1.txt hash already 2 words combined and you combine it one mor... |
|
philsmd |
hashcat
|
6 |
2,052 |
08-30-2019, 09:41 PM |
|
|
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: Some interesting test 14100
Post: RE: Some interesting test 14100
Please request this new feature on github https://github.com/hashcat/hashcat/issues
It would probably require a new optimized kernel that is dedicated to this special variant and I would suggest th... |
|
philsmd |
hashcat
|
5 |
1,319 |
04-28-2020, 01:59 PM |
|
|
Thread: some example hcmask files shipped by hashcat (in the masks/ folder)
Post: RE: some example hcmask files shipped by hashcat (...
This was my mistake, I updated that section before 0.15 is/was released. Please be patient for those files + hcmask support (both will be shipped with next version ofc).
This feature (+ sample hcma... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
5,895 |
08-20-2013, 11:49 PM |
|
|
Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work
I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha... |
|
philsmd |
hashcat
|
4 |
5,190 |
03-31-2017, 08:53 AM |
|
|
Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist
What is the hash type ? -m ?
For instance -m 2500 = WPA/WPA2 has a minimum password length of 8 characters
You should also think if it is possible to replace the huge file with a more clever str... |
|
philsmd |
hashcat
|
4 |
3,817 |
05-12-2018, 03:41 PM |
|
|
Thread: SMF
Post: RE: SMF
This -e and --remove discussion seems to be kind of offtopic here, but anyway, there was a "non-ideal behaviour" I would say that was very well documented https://hashcat.net/trac/ticket/153 and https... |
|
philsmd |
Old hashcat Support
|
16 |
36,790 |
06-16-2013, 08:09 AM |