Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Markov Chains and hashcat.hcstat File
Post: RE: Markov Chains and hashcat.hcstat File
chicago-guy Wrote: (11-04-2012, 08:48 AM)
--
8) But, for $t > 0, isn't it simpler to consider $k = $t ^ $l
--
well sure, i suppose, if you wanted to be all simple about it ;) |
|
epixoip |
General Help
|
6 |
26,042 |
11-05-2012, 04:21 AM |
|
|
Thread: Mask Attack -> Approaching Final Keyspace
Post: RE: Mask Attack -> Approaching Final Keyspace
... What exactly is the issue here? |
|
epixoip |
hashcat
|
9 |
14,441 |
07-20-2016, 06:56 PM |
|
|
Thread: Mask attack for unique characters?
Post: RE: Mask attack for unique characters?
the best solution would probably be to write a script that outputs exactly what you want, and feed it to hashcat via stdin. |
|
epixoip |
Very old oclHashcat-plus Support
|
3 |
7,951 |
03-22-2013, 08:00 PM |
|
|
Thread: Mask Attack/Charset Usage
Post: RE: Mask Attack/Charset Usage
mask attack is just brute force with per-position character set. so set the first position to upper alpha (?u), and the rest of the positions to whatever keyspace you want to search. if you want to se... |
|
epixoip |
Very old oclHashcat-lite Support
|
2 |
9,124 |
09-28-2013, 08:07 AM |
|
|
Thread: Mask generator not working?
Post: RE: Mask generator not working?
Is it iterating over binary or hex-encoded sha256? |
|
epixoip |
General Help
|
7 |
10,508 |
04-09-2016, 07:39 AM |
|
|
Thread: Mask generator not working?
Post: RE: Mask generator not working?
The best way to handle this would be to add a new mode that can do iterated sha256. If it were binary I'd say base it off of 7400, but since it's hex you'll have to do a bit more work. Would probably ... |
|
epixoip |
General Help
|
7 |
10,508 |
04-09-2016, 09:50 PM |
|
|
Thread: Mask letters and numbers
Post: RE: Mask letters and numbers
Actually, his problem does involve the GUI. If he were using the command line, he could have copy/pasted the solution that coolbry95 provided. Instead he fumbled around with what to enter into each bo... |
|
epixoip |
General Help
|
7 |
12,882 |
04-16-2015, 09:44 PM |
|
|
Thread: mask order change
Post: RE: mask order change
No, that's incorrect. The correct answer was already provided in this thread. |
|
epixoip |
Old oclHashcat Support
|
12 |
14,234 |
02-14-2016, 05:00 AM |
|
|
Thread: mask order change
Post: RE: mask order change
No, the order in the charset does matter as long as you are using the --markov-disable flag, which is precisely what rico said. |
|
epixoip |
Old oclHashcat Support
|
12 |
14,234 |
02-17-2016, 02:04 AM |
|
|
Thread: mask order change
Post: RE: mask order change
No, don't doubt yourself. Yes, your character set is too small. There's a reason the old default charsets & mask were as follows:
Code:
--
-1 ae10i2onrls938t45m67cdyhubkgpjvfwzAxEILORNSMTCDBqHYK... |
|
epixoip |
Old oclHashcat Support
|
12 |
14,234 |
02-17-2016, 02:28 AM |
|
|
Thread: Mask understanding help needed
Post: RE: Mask understanding help needed
The post was written five years ago for oclHashcat v0.22. Back then oclHashcat required a left side and a right side, so the space in the mask was correct. oclHashcat is different now. |
|
epixoip |
General Help
|
3 |
5,270 |
11-11-2015, 06:26 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
you aren't giving the left side enough work to do, therefore it cannot reach full acceleration. |
|
epixoip |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-16-2013, 10:22 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
It's not "underperforming," you're still getting the best performance you can get for that particular workload. It's just not able to achieve full acceleration because that particular workload happens... |
|
epixoip |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-17-2013, 02:54 AM |
|
|
Thread: Mask/rule to bruteforce md5(*word*word*longword*) passwords
Post: RE: Mask/rule to bruteforce md5(*word*word*longwor...
you can keep thinking about the solution while you take a week off to read the forum rules. |
|
epixoip |
General Help
|
1 |
5,406 |
02-28-2013, 12:59 PM |
|
|
Thread: mask/rules
Post: RE: mask/rules
If it's a fast hash I'd just go ahead and do -1 asdfghjklertyuicvbnmqwzxop ?1?1?1?1?1?1?1?1 |
|
epixoip |
General Help
|
3 |
5,012 |
09-13-2015, 11:43 AM |
|
|
Thread: MaskAttack Increment Error
Post: RE: MaskAttack Increment Error
cpu hashcat doesn't have an increment switch, as increment is always on. |
|
epixoip |
Old hashcat Support
|
3 |
7,525 |
05-15-2014, 09:52 PM |
|
|
Thread: Masking on words in a Dictionary
Post: RE: Masking on words in a Dictionary
^5^2i83i9+$=
use maskprocessor to generate a complete rule file for all the different possible combinations. |
|
epixoip |
Old oclHashcat Support
|
4 |
8,303 |
01-17-2014, 12:18 PM |
|
|
Thread: Masking on words in a Dictionary
Post: RE: Masking on words in a Dictionary
sorry it should actually be: ^5^2i73i8+$=
then you can use maskprocessor to generate a rule file for this:
Code:
--
./mp64.bin '^?d^?di73i8+$?s'
--
pretty small rule list so definitely doable:
... |
|
epixoip |
Old oclHashcat Support
|
4 |
8,303 |
01-17-2014, 05:44 PM |
|
|
Thread: Maskprocesor with many arguments
Post: RE: Maskprocesor with many arguments
this is a basic operating system question, not a maskprocessor question.
to prevent the shell from interpreting arguments with spaces as multiple arguments, wrap the argument in quotes. |
|
epixoip |
General Help
|
7 |
9,347 |
11-08-2014, 07:04 PM |
|
|
Thread: Maskprocesor with many arguments
Post: RE: Maskprocesor with many arguments
i don't think you're phrasing your question clearly. are you asking how to supply multiple masks to maskprocessor? if so, the answer is you can't. instead you could use a loop. |
|
epixoip |
General Help
|
7 |
9,347 |
11-08-2014, 09:47 PM |