Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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 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 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 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: 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: 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: 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: 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: 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: 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: resume hashcat from known progress
Post: RE: resume hashcat from known progress
It's not safe in general to restore from some arbitrary progress value.
If you know the restore file that would be much safer:
Code:
--
Restore.Point....: x/y
--
You can use the x value wit... |
|
philsmd |
hashcat
|
1 |
559 |
03-29-2020, 09:49 PM |
|
|
Thread: Restoring a WPA session from hashcat 5.1.0 in 6.0.0?
Post: RE: Restoring a WPA session from hashcat 5.1.0 in ...
You could be lucky since the data itself that is stored was not changed directly (actually never changed for years, exactly for "compatibility reasons"... but see reason for updated versoin below), se... |
|
philsmd |
hashcat
|
2 |
664 |
06-17-2020, 03:08 PM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
We normally say that hashes that are "raw" or that are "unsalted" have no salt. And this statement is perfectly correct.
but you could also see it like this: a hash type/algorithm that does not hav... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 07:41 PM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
I think "guessed" is the wrong term. Most things (except of the password) are normally known when it comes to hash cracking. Normally you won't need to guess iterations counts (or cost factors), they ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 08:55 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
This is indeed an interesting problem, but very difficult to reproduce.
I *think* this is a glitch and hashcat while changing from one mask to another (in your case to or from mask number 1592 of 9... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 09:16 AM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
good news, I was able to reproduce this problem with a very dedicated mask file (masks with small keyspace after masks with large keyspace, repeated thousands of times).
The problem seems to be loc... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 03:16 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
no, that's the wrong value.
the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 03:51 PM |