Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
I'm pretty sure they were using the "AgileWords.txt" wordlist you can find on the competition's github repo. That's a whole lot smaller than your wordlist. And still, even with a decent hardware clust... |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:47 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
There is no hashcat-native way of doing combinator3 with rules. A simple solution would be creating an intermediate wordlist with a space appended to each line, then creating a second intermediate wor... |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:58 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Code:
--
sed 's/$/ /g' wordlist.txt > with-space.txt
combinator.bin with-space.txt with-space.txt > comb-with-space.txt
hashcat -a1 hash.txt comb-with-space.txt wordlist.txt
--
|
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 01:06 AM |
|
|
Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?
No you can not simply replace some mode with a random other mode. If you could, everyone would do it.
For the difference between SHA256 and AES256 I recommend wikipedia. |
|
undeath |
hashcat
|
4 |
1,512 |
01-22-2020, 10:37 PM |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...
I remember only a0 supporting stdin mode. Not sure if this has changed. |
|
undeath |
hashcat
|
6 |
5,307 |
12-20-2017, 01:03 PM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
I can't imagine why this wouldn't be possible. Why not try it? |
|
undeath |
hashcat
|
5 |
2,170 |
09-19-2019, 10:26 AM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
hex-encoded words are raw binary data. No guesses about encoding are done. That's up to the user (you). |
|
undeath |
hashcat
|
10 |
9,897 |
11-23-2017, 07:48 PM |
|
|
Thread: Precomputation
Post: RE: Precomputation
Not supported. The technique you're looking for is called rainbow table. |
|
undeath |
General Talk
|
1 |
1,386 |
03-24-2019, 10:55 PM |
|
|
Thread: Pregen PMKs using hashcat
Post: RE: Pregen PMKs using hashcat
It's not possible using hashcat. You need to use hcxtools. |
|
undeath |
hashcat
|
3 |
808 |
04-04-2020, 02:36 AM |
|
|
Thread: PRINCE creating dups
Post: RE: PRINCE creating dups
Since piping is considerably slower it's probably still faster to use the integrated mode. |
|
undeath |
Old hashcat Support
|
7 |
10,044 |
01-09-2015, 01:48 AM |
|
|
Thread: princeprocessor --elem-cnt-max not work
Post: RE: princeprocessor --elem-cnt-max not work
princeprocessor output is limited to a maximum of 16 chars per candidate by default. You can override it using --pw-max.
https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32 |
|
undeath |
hashcat
|
2 |
323 |
09-12-2020, 11:17 AM |
|
|
Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type
There is no generic answer to that, it depends on the software that put the info there. The password could be hashed, encrypted or simply encoded. |
|
undeath |
hashcat
|
7 |
2,040 |
11-08-2019, 06:01 PM |
|
|
Thread: Probabilistic number generation
Post: RE: Probabilistic number generation
anything wrong with just using the markov generator? |
|
undeath |
General Help
|
5 |
9,312 |
05-19-2013, 02:54 PM |
|
|
Thread: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian
am I the only one who realises he is trying to install a 64bit driver on a 32bit kernel? |
|
undeath |
General Help
|
17 |
69,307 |
07-15-2013, 06:41 PM |
|
|
Thread: Problem of oclHashcat-plus-0.08
Post: RE: Problem of oclHashcat-plus-0.08
then you should not use oclhashcat-* |
|
undeath |
General Help
|
3 |
7,965 |
05-17-2012, 06:21 PM |
|
|
Thread: Problem running a hcmask
Post: RE: Problem running a hcmask
you have to supply the complete path (absolute or relative) to the mask file |
|
undeath |
General Help
|
2 |
4,656 |
07-26-2015, 04:55 PM |
|
|
Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...
You can run oclhashcat with --show |
|
undeath |
Old oclHashcat Support
|
6 |
8,358 |
05-29-2015, 02:40 PM |
|
|
Thread: problem whit this character |
Post: RE: problem whit this character |
this is a special shell character and therefore your shell causes this problem, not hashcat. You have to properly escape/quote. |
|
undeath |
Very old oclHashcat-lite Support
|
4 |
8,181 |
06-19-2012, 07:19 PM |
|
|
Thread: Problem with brute-force
Post: RE: Problem with brute-force
your card is unsupported. |
|
undeath |
Old hashcat Support
|
14 |
28,920 |
07-11-2012, 02:16 AM |
|
|
Thread: Problem with Hashcat and large hashlists
Post: RE: Problem with Hashcat and large hashlists
Unless you want to develop a faster PCIe bus you can't. The hash list has to be transfered to your GPU. |
|
undeath |
General Help
|
4 |
6,342 |
11-29-2015, 04:04 PM |