Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Resume session while using mask file
Post: RE: Resume session while using mask file
you can use either [b]ypass or modify the .hcmask file accordingly (e.g. remove the lines you don't want it to run).
For instance, you could stop when a mask finishes and look the mask up in the .h... |
|
philsmd |
Old oclHashcat Support
|
3 |
5,629 |
02-22-2015, 05:44 PM |
|
|
Thread: Resuming attack with maskprocessor?
Post: RE: Resuming attack with maskprocessor?
the main question is: is this the correct approach ? does this even make sense with passwords not having 4 identical chars ?
... and most importantly: how much (percentage-wise) of the keyspace is ev... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,565 |
11-04-2019, 09:24 AM |
|
|
Thread: reuse restore file after upgrade (was oclHashcat v1.01)
Post: RE: reuse restore file after oclHashcat upgrade (w...
The problem is that when you are running some (mingw etc) shell commands, you need to know what they do...
For example, if you want to modify the file "att5.restore" then you shouldn't touch the "oclH... |
|
philsmd |
Old oclHashcat Support
|
6 |
14,058 |
01-06-2014, 12:07 PM |
|
|
Thread: ROMPER HASH
Post: RE: ROMPER HASH
english only
do not post hashes
see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
504 |
04-29-2020, 09:24 AM |
|
|
Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance
did you actually read what the output says ?
it literally said that you should use -w 3 and -O |
|
philsmd |
hashcat
|
7 |
3,930 |
04-08-2019, 09:10 PM |
|
|
Thread: Ruijie Networks (Router) Hashes Help!
Post: RE: Ruijie Networks (Router) Hashes Help!
what do you mean by reverse ?
what is the password ?
it's actually not allowed to post any hashes here, see forum rules
did you try to use a much longer password to see if the ouput is always... |
|
philsmd |
hashcat
|
2 |
333 |
09-13-2020, 11:50 AM |
|
|
Thread: rule creation with special characters (utf8 issue?)
Post: RE: rule creation with special characters (utf8 is...
Hashcat added support for hexadecimal notation in rules too (see https://github.com/hashcat/hashcat/commit/b88c956d9754a56a99f45ebfa95767b65f8bf4eb)
for instance if the utf 8 character £ (\xc2\xa3... |
|
philsmd |
hashcat
|
2 |
1,337 |
11-29-2019, 03:30 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
--debug-mode 4 --debug-file rule_debug.txt
(see --help) |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 08:19 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
it's appending to the file. you need to check the last lines or create a different file name
what is your command ?
just use --debug-file rule_debug512.txt
or some random new file |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 09:47 PM |
|
|
Thread: Rule for targetting CamelCase passwords?
Post: RE: Rule for targetting CamelCase passwords?
Code:
--
hashcat -m 0 -a 1 -w 3 -j c -k c hash.txt dict1.txt dict2.txt
--
instead of the "c" rule you could also use the toggle rule: -j T0 -k T0 |
|
philsmd |
hashcat
|
1 |
514 |
05-27-2020, 12:16 PM |
|
|
Thread: Rule help
Post: RE: Rule help
something like:
Code:
--
$1 $2 $3 d ] ] ]
--
should work as an equivalent rule for M $1 $2 $3 4
(yeah, it's not always perfectly the same, depending on how close you are to the maximum password le... |
|
philsmd |
hashcat
|
5 |
4,934 |
05-16-2017, 06:42 PM |
|
|
Thread: Rule-based Attack: Substitution of single chars with strings
Post: RE: Rule-based Attack: Substitution of single char...
As far as I know, if you want to stick with rules, you would probably need at least 2 different types of rules.
One idea is to purge all "!" characters with the purge rule and insert the multi-byte s... |
|
philsmd |
hashcat
|
4 |
4,508 |
05-12-2017, 09:29 AM |
|
|
Thread: Rule-based Attack: Substitution of single chars with strings
Post: RE: Rule-based Attack: Substitution of single char...
If you want to use some static string like "#&33;" within a mask, you just need to put it there for instance like this (file mask_file.hcmask):
Code:
--
?l?u?d,?1?1?1?1?1#&33;
?l?u?d,?1?1?1?1#&33... |
|
philsmd |
hashcat
|
4 |
4,508 |
05-13-2017, 09:58 AM |
|
|
Thread: rules attack
Post: RE: rules attack
Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt)
also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack
for instance the rule "t" (lo... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-02-2020, 05:43 PM |
|
|
Thread: rules attack
Post: RE: rules attack
it's not allowed to post hashes here, read the forum rules.
You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules".
Without the e... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-03-2020, 02:33 AM |
|
|
Thread: rules attack
Post: RE: rules attack
The main problem here should be very clear.
Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes):
Code:
--
$ grep '^bioshock$' rockyou.txt
... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-07-2020, 09:14 AM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
just explain what you see and experience.
Do you mean that it takes a while until the next restore point is reached ?
Maybe it's only a matter of having a little bit of patience until the current ... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-18-2020, 09:30 AM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
The status at the end must be
Code:
--
Status...........: Aborted (Checkpoint)
--
The value of the Restore.Point must be increased (greater than 0)... Attention: the progress line is not the c... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-19-2020, 04:43 AM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
My guess is that with that many rules, the workload profile (-w 2 ? or -w 3) and the amount of GPUs, it might just take a lot of time to reach the next checkpoint.
With -w 1 more checkpoints will be ... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-19-2020, 04:15 PM |
|
|
Thread: Rules based attack sha256
Post: RE: Rules based attack sha256
Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen
--mindigit 2 , --minupper 2 etc
also see .hcmask description: https://... |
|
philsmd |
Old oclHashcat Support
|
3 |
4,803 |
01-18-2016, 04:17 PM |