Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"
What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that... |
|
philsmd |
hashcat
|
3 |
4,528 |
11-16-2017, 12:35 PM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
I see this very often recently that users try to just go all-in without any prior experience with hardware and building cracking rigs and afterwards try to blame others (hashcat etc) for their fault..... |
|
philsmd |
Hardware
|
14 |
4,531 |
01-18-2020, 01:20 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I quickly searched on the web and it seems the obfuscation is just that the algorithm adds " 8 6 4 3 2 6 d b 2 f e 3 b e 4 0 c c 2 4 1 8 7 7 f 6 a 2 c 9 0 b" to the hash (from the start of the hash ev... |
|
philsmd |
hashcat
|
4 |
4,539 |
12-09-2017, 11:24 AM |
|
|
Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?
You can just use -- to mark the end of the parameters.
For instance:
Code:
--
cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a
--
There are several other ways to do it, but most of t... |
|
philsmd |
General Help
|
2 |
4,542 |
12-25-2014, 01:19 PM |
|
|
Thread: oclHashcat64 Displaying wrong number of combinations
Post: RE: oclHashcat64 Displaying wrong number of combin...
The bug/problem is in your command line /mask
use ?u?u?u?u?u?u?u?u (instead of u?u?u?u?u?u?u?u) please |
|
philsmd |
Old oclHashcat Support
|
2 |
4,543 |
05-25-2014, 09:20 PM |
|
|
Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?
Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt).
Make sure that you know the password and that i... |
|
philsmd |
hashcat
|
3 |
4,572 |
01-19-2017, 01:34 PM |
|
|
Thread: cap2hccapx essid filters
Post: RE: cap2hccapx essid filters
Currently, the code searches for exact matches.
This could be simply changed by, for instance, replacing strcmp () with strchr () here: https://github.com/hashcat/hashcat-utils/blob/b1e45b2337c2011... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
4,574 |
07-14-2017, 09:44 AM |
|
|
Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...
It's not allowed to ask for somebody to crack your hashes on this forum. see the forum rules.
It's even worse that you offered a payment for help. We are a very nice community over here who are willin... |
|
philsmd |
hashcat
|
9 |
4,581 |
03-09-2019, 12:36 PM |
|
|
Thread: Duplicated hashes
Post: RE: Duplicated hashes
Just use the --show option *after* you cracked the hashes.
Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us... |
|
philsmd |
hashcat
|
2 |
4,587 |
05-23-2016, 08:30 PM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
thanks for the first benchmark of the NVIDIA RTX 3080
It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ... |
|
philsmd |
Hardware
|
19 |
4,598 |
09-18-2020, 12:14 PM |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
The newest beta version (https://hashcat.net/beta/) should fix this problem.
Thx for reporting |
|
philsmd |
hashcat
|
3 |
4,601 |
09-06-2017, 10:22 PM |
|
|
Thread: creating a mask
Post: RE: creating a mask
maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:
Code:
--
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt
--
|
|
philsmd |
General Talk
|
4 |
4,602 |
06-28-2017, 03:37 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
Of course you need to use maskprocessor correctly (depending on the shell you use).
E.g. if you use windows, you might need to quote differently, e.g. like this:
Code:
--
mp64 "i5?d i6?d i7?d i... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 08:01 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 02:27 PM |
|
|
Thread: Help with output
Post: RE: Help with output
Unfortunately cpu hashcat doesn't support --username together with --show/--left/--remove yet.
That means, if you use --username with --remove, the user names won't end up in the new/modified hash li... |
|
philsmd |
Old hashcat Support
|
1 |
4,607 |
01-20-2015, 08:37 PM |
|
|
Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask
for points 1 to 3 you could use maskprocessor. It supports the -q and -r command line arguments that filter out exactly the password candidates that do not match the policy that you described above.
... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,613 |
02-13-2018, 10:15 AM |
|
|
Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask
That is just a hint how long WPA/WPA2 hashes could be in general (maximum allowed password length for WPA/WPA2).
For some hash types there are even 2 different kernel files (optimized vs pure). For... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,613 |
02-13-2018, 12:30 PM |
|
|
Thread: 7-Zip Hash Length
Post: RE: 7-Zip Hash Length
I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the corre... |
|
philsmd |
hashcat
|
2 |
4,615 |
05-07-2017, 11:02 AM |
|
|
Thread: Is it a MD5 hash?
Post: RE: Is it a MD5 hash?
1. you should be very careful to post hashes here, because it is not allowed according to the forum rules, see for instance https://hashcat.net/forum/announcement-2.html
2. since you provided the plai... |
|
philsmd |
General Talk
|
1 |
4,620 |
04-04-2015, 06:49 PM |
|
|
Thread: Salt-value exception
Post: RE: Salt-value exception
Please make sure you are using the newest version of hashcat and 7z2hashcat |
|
philsmd |
General Talk
|
2 |
4,621 |
04-04-2017, 02:13 PM |