Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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 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: 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: 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: 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: 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: 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: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?
Could you please give more details about the command you are trying to run (without posting hashes of course)? |
|
philsmd |
Old oclHashcat Support
|
6 |
9,966 |
04-03-2015, 03:49 PM |
|
|
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: Bug with complex rule ?
Post: RE: Bug with complex rule ?
Try to execute this:
Code:
--
echo -en "1\00002"|md5sum
a933d13f81649bebe035dc21f4002ff1 -
--
Basically it is: 1 || \0 || 2 where || means concatenated.
Yes, there seems to be a bug (or ... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
16,080 |
06-01-2013, 06:15 PM |
|
|
Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?
Hey Waffle,
while I agree with most (if not all) of your suggestions here (https://hashcat.net/trac/ticket/148 ) , I also think that it is not really the solution for this problem (or perfectly relat... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
16,080 |
06-01-2013, 08:08 PM |
|
|
Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?
Perfect, thx Waffle for these details.
It is just a pity that I/we weren't aware of these speed-truncation mechanism, unfortunatelly I think nobody documented this behaviour and why it can't be avo... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
16,080 |
06-02-2013, 06:47 AM |
|
|
Thread: btcrecover extract scripts
Post: RE: btcrecover extract scripts
Only the base64 encoded hash of -m 18800 = Blockchain, My Wallet, Second Password (SHA256) for blockchain.info hashes is supported with latest (beta) version of hashcat (https://hashcat.net/beta).
... |
|
philsmd |
hashcat
|
1 |
1,240 |
07-12-2019, 11:41 AM |
|
|
Thread: BSOD with 7970
Post: RE: BSOD with 7970
Are you using oclHashcat-plus or oclHashcat-lite?
The recommended driver version for oclHashcat-plus is 13.4, but 13.8 and 13.9 seem to work also without problem here.
If you use lite and have 13.9 in... |
|
philsmd |
General Help
|
8 |
15,367 |
10-20-2013, 11:42 AM |
|
|
Thread: Brutforce too slow? / Increment-Problems [Solved]
Post: RE: Brutforce too slow?
and you should use -u 4096 -n 32 for optimal speed (not -u 32) |
|
philsmd |
Old oclHashcat Support
|
9 |
29,021 |
01-07-2014, 11:43 PM |