Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Combination attack and rules how?
Post: Combination attack and rules how?
I want to use the combination attack and rules together
for instance my password is "Helloworld123"
left dictionary has "hello"
right dictionary has "world"
so using combination i will get "hell... |
|
Dot |
hashcat
|
10 |
16,948 |
03-19-2017, 10:42 AM |
|
|
Thread: Combination attack and rules how?
Post: RE: Combination attack and rules how?
Thats exactly what i said in my question that i know how to do ,add one or two digits but not a rule file, i want to test 000-999 at the end of password |
|
Dot |
hashcat
|
10 |
16,948 |
03-19-2017, 11:18 AM |
|
|
Thread: Combination attack and rules how?
Post: RE: Combination attack and rules how?
I guess this is somehow the answer?
$ ./combinator.bin wordlist1 wordlist2 | ./hashcat whatever.hash -w 3 -r whatever.rule
what i dont understand is how the pipe works this way , also im using windo... |
|
Dot |
hashcat
|
10 |
16,948 |
03-19-2017, 01:24 PM |
|
|
Thread: Combination attack and rules how?
Post: RE: Combination attack and rules how?
Hi
cant run this jot -w %03.3d - 0 999 > numbers.txt
how do you run this? |
|
Dot |
hashcat
|
10 |
16,948 |
03-21-2017, 11:47 AM |
|
|
Thread: Combination attack and rules how?
Post: RE: Combination attack and rules how?
atom Wrote: (03-22-2017, 01:25 PM)
--
hybrid attack
--
So you mean to get output txt file from comboleetor then use hybrid attack on that file to get a new txt file?
how can i use increment optio... |
|
Dot |
hashcat
|
10 |
16,948 |
03-22-2017, 01:44 PM |
|
|
Thread: How Calculate GPU Cracking Time
Post: How Calculate GPU Cracking Time
Hi
is there a way to guess how many passwords in a wordlist my GPU can try?
i saw there is a benchmark option and speed only time
is it one of these?
meaning i want to know if i have a word list l... |
|
Dot |
hashcat
|
10 |
25,353 |
03-26-2017, 12:57 PM |
|
|
Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time
royce Wrote: (03-26-2017, 05:36 PM)
--
The best way to do this is to perform an actual run.
Raw wordlist mode (with no rules) is very, very fast. hashcat's guessing speed is so fast that it can of... |
|
Dot |
hashcat
|
10 |
25,353 |
03-28-2017, 09:57 AM |
|
|
Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time
atom Wrote: (03-27-2017, 01:58 PM)
--
You're looking for --speed-only
--
Hey
i tried to do that and got this
Speed Dev 65500 kH/s
that means that it tries 65550 passwords in a second from the wo... |
|
Dot |
hashcat
|
10 |
25,353 |
03-28-2017, 10:18 AM |
|
|
Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time
How come with speed-only i get 65K results (image1)
and in the actual attack it goes down much less 4302 (image2)
so what is the right speed , meaning how many passwords from list my PC ties? ht... |
|
Dot |
hashcat
|
10 |
25,353 |
03-28-2017, 02:22 PM |
|
|
Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time
epixoip Wrote: (03-28-2017, 04:32 PM)
--
Speed was lower because you cracked the password immediately, didn't get a chance to do any work. Moreover, as was already mentioned, you need to add an ampli... |
|
Dot |
hashcat
|
10 |
25,353 |
03-28-2017, 05:20 PM |
|
|
Thread: Which way is faster
Post: Which way is faster
If i have a password for instance "zxcghj12"
which way will crack it faster?
creating a wordlist for 8 chars pass is too big
bruthforce 8 char with 6 letters and 2 digits is lots of passwords to tr... |
|
Dot |
hashcat
|
7 |
9,215 |
03-30-2017, 05:41 PM |
|
|
Thread: Which way is faster
Post: RE: Which way is faster
atom Wrote: (03-31-2017, 03:41 PM)
--
If you want to do BF, use -a 3, not -a 0
--
Yes i know that
but which way hashcat is faster?
using dictionary list?
using bruth force?
or a mask attack mod... |
|
Dot |
hashcat
|
7 |
9,215 |
04-02-2017, 09:21 AM |
|
|
Thread: Which way is faster
Post: RE: Which way is faster
Thanx for you answer
the password is just an example of random letter and 2 digits just that its not a real word
so it probably wont be in a word list. so a combination of this 3 letters is not an o... |
|
Dot |
hashcat
|
7 |
9,215 |
04-02-2017, 02:08 PM |
|
|
Thread: Which way is faster
Post: RE: Which way is faster
Yes
than that helps a lot
so if i dont have a clue what the pass is but i know that it most be 8 char and i know the last 2 are digits
its better to use the mask then create a huge word list with ... |
|
Dot |
hashcat
|
7 |
9,215 |
04-02-2017, 03:38 PM |