Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Prince processor capability
Post: RE: Prince processor capability
Code:
--
cat dict.txt
this
orange
rocks
and
--
Code:
--
./pp64.app --elem-cnt-min=4 --elem-cnt-max=4 --pw-max=20 < dict.txt
andandandand
andandandthis
andandthisand
andthisandand
this... |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,498 |
01-04-2018, 05:07 PM |
|
|
Thread: Prince processor capability
Post: RE: Prince processor capability
Does the --elem-cnt-min=4 and --elem-cnt-max=4 help? |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,498 |
01-04-2018, 01:34 AM |
|
|
Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...
To get a better understanding of how the tool works, I created a small dictionary of 5 words and ran the tool against it. I watched on my screen the candidates it produced. I also used the --help sw... |
|
walterlacka |
hashcat
|
4 |
3,322 |
01-01-2018, 08:53 PM |
|
|
Thread: crackingxkcd with a combinator attack and a sizeable dictionary [HELP]
Post: RE: crackingxkcd with a combinator attack and a si...
I asked a similar question recently, and was pointed to using princeprocessor.
See:
Code:
--
https://hashcat.net/forum/thread-7147-post-38383.html
--
Hope this helps. |
|
walterlacka |
hashcat
|
4 |
3,322 |
01-01-2018, 08:20 PM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
Thanks for the suggestion - I'll give it a try.
One question though - since I want to take advantage of GPU as much as possible, and with this being fast hash, I'll be using either the prince_optim... |
|
walterlacka |
General Talk
|
4 |
3,358 |
01-01-2018, 08:17 PM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: Single 15 char NTLM Hash with known info
Trying to crack a single 15-length NTLM hash. I know the following:
1 - special
1 - upper
13 - lower
no - digits
consists of 6 words (no spaces)
it's a phrase
Assume cracking rig has 2 GTX1... |
|
walterlacka |
General Talk
|
4 |
3,358 |
12-31-2017, 01:55 AM |
|
|
Thread: Restore Fails
Post: RE: Restore Fails
Does this work:
hashcat64 -m 2500 -a 3 mio.hccapx -1 ?l?d ?1?1?1?1?1?1?1?1 --session save -w 3 -D 1,2
hashcat64 -m 2500 -a 3 -w 3 -D 1,2 --session save --restore |
|
walterlacka |
hashcat
|
12 |
8,628 |
12-29-2017, 12:59 AM |
|
|
Thread: Trying to understand RLI and RLI2 better
Post: Trying to understand RLI and RLI2 better
Been reading and doing a little testing with RLI and have the following that I'm trying to understand:
I have wordlist1:
word1
word2
word3
word4
And wordlist2:
camp1
word1
word2
word3
w... |
|
walterlacka |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,741 |
12-23-2017, 11:50 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ZerBea Wrote: (06-26-2017, 09:40 PM)
--
capture:
sudo wlandump-ng -i wlp0s26u1u2 -o test.cap -c 1 -t 3 -d 100 -D 10 -m 512 -b -r -s 20
Options:
-i -> is the name of your wlan device - do not use v... |
|
walterlacka |
User Contributions
|
648 |
486,715 |
12-20-2017, 07:08 PM |
|
|
Thread: A bit help needed
Post: RE: A bit help needed
I found this.. not sure it still applies:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed |
|
walterlacka |
Hardware
|
7 |
6,814 |
12-20-2017, 06:42 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...
The dict I want to use is only 2184 words… so I did this:
Code:
--
./hashcat -O -w3 -a7 ?a?a dict.txt --stdout > prependaa.txt
./maskprocessor-0.73/mp64.app '$?a$?a$?a$?a' > appendaaaa.rule
--
... |
|
walterlacka |
hashcat
|
6 |
5,297 |
12-20-2017, 05:43 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...
undeath Wrote: (12-20-2017, 01:03 PM)
--
I remember only a0 supporting stdin mode. Not sure if this has changed.
--
I think you're right:
Code:
--
./hashcat -O -w3 -a6 dict.txt ?a?a?a?a --stdout... |
|
walterlacka |
hashcat
|
6 |
5,297 |
12-20-2017, 03:57 PM |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: Possible to do attack mode 6 and 7 on same attack
Should something like this work?
Code:
--
./hashcat -O -w3 -a6 dict.txt ?a?a?a?a -i --stdout | ./hashcat -O -w3 -m0 -a7 ?a?a -i 'hash'
--
Trying to accomplish having a dict.txt:
cat
dog
etc
... |
|
walterlacka |
hashcat
|
6 |
5,297 |
12-19-2017, 08:49 PM |
|
|
Thread: Rockyou hcmask files
Post: Rockyou hcmask files
What's the significance of the naming of the included rockyou hcmask files? |
|
walterlacka |
hashcat
|
1 |
2,574 |
12-10-2017, 09:01 PM |
|
|
Thread: Build advice
Post: RE: Build advice
Saw some GTX 1080 Ti FE cards on the NVIDIA site just now:
https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1080-ti/ |
|
walterlacka |
Hardware
|
27 |
20,535 |
12-09-2017, 01:47 AM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
On bench test with m15700, I get same error message about OpenCL kernel self-test failed. |
|
walterlacka |
Hardware
|
7 |
5,606 |
12-03-2017, 07:39 PM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
What hash type are you getting 56H/s with? For a reference, I just recently dusted off a HD7970 and am getting approx 7,500MH/s with my 7970 with m0.
I'm using WIN 10 with Radeon 17.7.2 so no I d... |
|
walterlacka |
Hardware
|
7 |
5,606 |
12-03-2017, 06:25 PM |
|
|
Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results
Now I've got myself thoroughly confused.. I ran the following (using the fix that philsmd pointed me to):
Code:
--
[*]Using 12,000,000,000 keys/sec for calculations.
[*]Password policy:
P... |
|
walterlacka |
General Talk
|
3 |
3,364 |
12-02-2017, 06:03 PM |
|
|
Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results
That worked. Thanks philsmd. |
|
walterlacka |
General Talk
|
3 |
3,364 |
12-01-2017, 03:03 PM |
|
|
Thread: Using PACK - Interesting Results
Post: Using PACK - Interesting Results
New to using PACK so maybe using it incorrectly.. here's what I'm seeing:
Code:
--
python policygen.py --minlength=9 --maxlength=9 --mindigit=1 --maxdigit=3 --minspecial=1 --maxspecial=2 --minuppe... |
|
walterlacka |
General Talk
|
3 |
3,364 |
12-01-2017, 04:02 AM |