Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Make a word list with hashcat
Post: RE: Make a word list with hashcat
It is not possible with 100,000 graphics cards. I encourage you to do the mathematical calculation yourself:
- Test how many hashes per second are possible on your system
- Calculate how many poss... |
|
royce |
hashcat
|
3 |
910 |
05-26-2020, 08:45 PM |
|
|
Thread: False Positives
Post: RE: False Positives
Depends on what you mean by "false positive". :)
For some hash types, hashcat will automatically show all collisions that it discovers. (You can also get this behavior for other hash types with --k... |
|
royce |
hashcat
|
3 |
658 |
06-16-2020, 04:03 PM |
|
|
Thread: Modify the hash file and continue the attack at the same point
Post: RE: Modify the hash file and continue the attack a...
I'm not aware of a way to do this.
But wouldn't this mean that all of your previous attack wouldn't ever be applied to the new hash? |
|
royce |
hashcat
|
3 |
662 |
06-22-2020, 08:31 PM |
|
|
Thread: Custom mask
Post: RE: Custom mask
Can you provide an artificial example - one that illustrates your question, but isn't the one you're actually looking for? |
|
royce |
hashcat
|
3 |
636 |
07-22-2020, 05:48 AM |
|
|
Thread: Custom mask
Post: RE: Custom mask
If you're unsure what the leet options are, toggling them all can be quite keyspace-intensive. You can do it with custom masks, trivial example:
-1 a@ -2 3e F?1k?2
... but you can only use four ... |
|
royce |
hashcat
|
3 |
636 |
07-22-2020, 06:23 PM |
|
|
Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file
When using a file, the custom character sets must also be in the file, something like (not tested):
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3
okKAayYlLnN... |
|
royce |
hashcat
|
3 |
413 |
08-19-2020, 03:51 PM |
|
|
Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question
FWIW, this is what I did, hardware-wise:
https://roycebits.blogspot.com/2015/08/no-sense-in-wasting-heat-and-air.html
And here are some performance benchmarks for descrypt (but they are useful for ... |
|
royce |
Hardware
|
4 |
6,798 |
11-25-2015, 09:20 AM |
|
|
Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question
Also note that upcoming 1.38 release of hashcat has *significantly* better descrypt and LM performance, if those are of interest to you. |
|
royce |
Hardware
|
4 |
6,798 |
11-25-2015, 09:22 AM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
There may be other ways, but quitting and restoring the hashcat session will reread the pot file. |
|
royce |
Old hashcat Support
|
4 |
6,832 |
11-29-2015, 08:02 PM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
Ah, I misunderstood. I thought you meant after a cracking run had started, but it sounds like you're talking about doing this before your initial cracking run begins. That's much easier! Yes, by al... |
|
royce |
Old hashcat Support
|
4 |
6,832 |
11-29-2015, 11:45 PM |
|
|
Thread: Notifications from forum are going to SPAM folder
Post: RE: Notifications from forum are going to SPAM fol...
Assuming that the stated host is the only source, something along these lines would be a starting point:
Code:
--
IN TXT "v=spf1 ip6:2a03:f80:ed15:149:154:152:149:1 ~all"
--
|
|
royce |
General Talk
|
4 |
7,260 |
08-28-2016, 12:51 AM |
|
|
Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?
DES and 3DES have been implemented:
https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8
Beta binaries are here: https://hashcat.net/beta/ |
|
royce |
hashcat
|
4 |
7,220 |
08-30-2016, 08:18 PM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,360 |
10-07-2016, 05:47 PM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: ignoring 00-suffixed plains when using --keep-gues...
When using --keep-guessing, what's the best way to ignore 00-suffixed plains?
a61915a2d80ae6a1:Lü |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:46 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing". |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:57 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s). |
|
royce |
hashcat
|
4 |
4,507 |
11-15-2016, 09:28 AM |
|
|
Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_is_my_attack_so_slow
The most likely issue: is the target hash a single hash, or multiple hashes? Multiple hashes means slower cr... |
|
royce |
hashcat
|
4 |
7,501 |
01-20-2017, 09:07 AM |
|
|
Thread: FPGA cards?
Post: RE: FPGA cards?
There appear to be Xilinx, Altera, and Intel forays into OpenCL but I do not know their status/applicability. |
|
royce |
Hardware
|
4 |
5,101 |
02-03-2017, 03:23 AM |
|
|
Thread: UPS/surge protector
Post: RE: UPS/surge protector
IANAE (I Am Not An Electrician), and this is not electrical advice ... but this depends entirely on your own use cases.
If you're OK with cracking being interrupted for significant periods of time,... |
|
royce |
Hardware
|
4 |
4,988 |
02-04-2017, 05:28 AM |
|
|
Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack
That looks about right, then. I get the same 50%-ish drop when I do 40 NTLM:
$ hashcat -b -m 1000
hashcat (v3.30) starting in benchmark mode...
OpenCL Platform #1: NVIDIA Corporation
=========... |
|
royce |
hashcat
|
4 |
7,501 |
01-20-2017, 10:01 AM |