Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?
Most important question:
why do you use --force... the warning clearly says, if you use --force, you shouldn't report problems and/or ask for support
Is there any reason you use --force? Does it work... |
|
philsmd |
Old oclHashcat Support
|
6 |
9,966 |
04-03-2015, 05:27 PM |
|
|
Thread: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?
If you use this command to start the attack:
Code:
--
cudaHashcat64.exe -m 1500 -a 3 --session x -o out.txt --outfile-format 3 -w 2 -i --increment-min 1 --increment-max 7 desunix.txt -1 ?l?d ?1?1?... |
|
philsmd |
Old oclHashcat Support
|
6 |
9,966 |
04-03-2015, 06:26 PM |
|
|
Thread: build fail in kernel? -m 2500, cant figure out why
Post: RE: build fail in kernel? -m 2500, cant figure out...
which hashcat version do you use ?
did you try to test the beta version from https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
3 |
1,115 |
01-03-2020, 05:57 PM |
|
|
Thread: build for windows from linux
Post: RE: build for windows from linux
this has nothing to do on where you use the "win32" target, because it doesn't exists anymore! it's just a very recent change:
https://github.com/hashcat/hashcat/commit/68d6d36761e7f5ddb3b58cb90b6a8... |
|
philsmd |
hashcat
|
3 |
2,032 |
03-03-2019, 09:31 AM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
did you try to setup the system for instance with only 2 GPUs and without using risers at all ? risers could introduce a lot of headaches for sure |
|
philsmd |
hashcat
|
11 |
3,970 |
10-03-2019, 10:53 AM |
|
|
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: 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
-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: buitin charsets works, but custom charsets dosn't work
Post: RE: buitin charsets works, but custom charsets dos...
Please use --help and the wiki to learn about --hex-charset.
Hint: if you remove --hex-charset it should work
Please also don't post hashes if not ask by a dev, see https://hashcat.net/forum/anno... |
|
philsmd |
Old hashcat Support
|
4 |
9,223 |
09-28-2013, 10:13 AM |
|
|
Thread: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...
the short answer is "parallelization".
You need to keep in mind that it only makes sense to use GPUs because they can parallalize things enormously good, i.e. the power of the GPUs comes only from ru... |
|
philsmd |
hashcat
|
3 |
4,791 |
07-12-2017, 05:15 PM |
|
|
Thread: Can anyone give me a help.
Post: RE: Can anyone give me a help.
Please read the wiki ( https://hashcat.net/wiki/ ) and especially this wiki page: https://hashcat.net/wiki/doku.php?id=ubernoobs |
|
philsmd |
Old oclHashcat Support
|
2 |
4,780 |
07-05-2014, 11:13 AM |
|
|
Thread: Can anyone help me with a NTLM? I didn't solve it for three days.
Post: RE: Can anyone help me with a NTLM? I didn't solve...
It seems that you didn't stick to the forum rules: https://hashcat.net/forum/announcement-2.html
Please review them again during your 1 week ban. The reason for your ban is: posting hashes
Hope yo... |
|
philsmd |
Hardware
|
1 |
2,172 |
03-20-2018, 08:17 AM |
|
|
Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?
The main problem with your approach (e.g something like "I just want to use the GPU to generate a hash list faster") is that the main bottleneck there for sure is I/O.
Even if you use the fastest SSD... |
|
philsmd |
hashcat
|
3 |
3,955 |
08-20-2017, 03:15 PM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
to avoid to generate a large dict also something like this would work in your particular case:
file: my_append_num_and_duplicate.rule
Code:
--
$0 d
$1 d
$2 d
$3 d
$4 d
$5 d
$6 d
$7 d
$8 d... |
|
philsmd |
Old oclHashcat Support
|
9 |
15,329 |
01-24-2015, 08:43 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
-k is applied only on the second dictionary. So it makes sense for instance with "-a 1 dict1.txt dict2.txt".
So technically it isn't ignored, it just not applied since there is no second dictionary (... |
|
philsmd |
Old oclHashcat Support
|
9 |
15,329 |
01-24-2015, 09:27 AM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
see https://hashcat.net/wiki/doku.php?id=mask_attack
hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3
-1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset... |
|
philsmd |
hashcat
|
8 |
2,780 |
08-01-2019, 09:30 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-11-2018, 10:55 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
Which software (and version) did create these documents ?
Are you able to create 2 new documents (with the microsoft office software etc) that also fails to crack ? I guess it's not really possible... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-12-2018, 12:30 PM |
|
|
Thread: Can shannon entropy be used to optimize password carcking?
Post: RE: Can shannon entropy be used to optimize passwo...
what attack type ?
hashcat has built-in support for markov chains see --help
it's probably not a good idea to have/generate password candidates that are gibberish ... and store large dictionarie... |
|
philsmd |
hashcat
|
3 |
1,377 |
01-07-2020, 12:08 PM |