How to bruteforce?
#3
(10-05-2011, 07:27 PM)Gajan Wrote: Using HC+ this is how i do it when i want to cover a range of characters in all possible combinations.

This example is to cover all possible 6-character-long words containing uppercased & lowercased alpha + digits, but if modified will do whatever you want.

1) Create/generate a wordlist with all possible 3-character-words (there are many tools out there to do this).

2) Copy this wordlist, rename it into a rule-file (for example "add3.rule") and open it up with ultraedit.

3) Switch to column-mode and insert a "$" ahead of each character like this:

aaa ---> $a$a$a
aab ---> $a$a$b
aac ---> $a$a$c
aad ---> $a$a$d

4) Save that rule. Run the wordlist with these rules and the output will be all possible combinations of uppercased/lowercased alpha + digits & 6 characters of lenght (3 in the wordlist and another 3 added by the rule).

Feel free to send me a pm if i need to explain better.


So i'd have the wordlist and rule file too?

What program can i use to create wordlists as you said?

How would i do it with 1-16 characters (lower.upper and symbols)

I'm using hashcat lite to bruteforce 1 hash at a time, is that good too?

Thanks!


Messages In This Thread
How to bruteforce? - by mormaii2 - 10-05-2011, 06:41 PM
RE: How to bruteforce? - by Gajan - 10-05-2011, 07:27 PM
RE: How to bruteforce? - by mormaii2 - 10-05-2011, 09:03 PM
RE: How to bruteforce? - by Gajan - 10-07-2011, 12:23 AM
RE: How to bruteforce? - by San - 10-06-2011, 04:43 AM
RE: How to bruteforce? - by mormaii2 - 10-06-2011, 04:53 AM
RE: How to bruteforce? - by San - 10-06-2011, 05:12 AM
RE: How to bruteforce? - by ntk - 11-16-2011, 03:25 AM
RE: How to bruteforce? - by ntk - 11-16-2011, 06:20 AM
RE: How to bruteforce? - by atom - 11-16-2011, 12:32 PM
RE: How to bruteforce? - by ntk - 11-17-2011, 12:31 AM
RE: How to bruteforce? - by Hash-IT - 11-17-2011, 01:15 AM
RE: How to bruteforce? - by atom - 11-18-2011, 10:39 AM
RE: How to bruteforce? - by ntk - 11-19-2011, 02:51 AM
RE: How to bruteforce? - by atom - 11-19-2011, 10:53 AM
RE: How to bruteforce? - by ntk - 11-19-2011, 12:23 PM
RE: How to bruteforce? - by Hash-IT - 11-20-2011, 12:36 AM
RE: How to bruteforce? - by ntk - 11-20-2011, 01:55 AM
RE: How to bruteforce? - by atom - 11-20-2011, 10:58 AM
RE: How to bruteforce? - by ntk - 11-20-2011, 12:15 PM
RE: How to bruteforce? - by ntk - 11-20-2011, 01:39 PM
RE: How to bruteforce? - by atom - 11-20-2011, 05:04 PM
RE: How to bruteforce? - by ntk - 12-10-2011, 02:14 AM
RE: How to bruteforce? - by Mem5 - 01-06-2012, 06:08 PM
RE: How to bruteforce? - by atom - 01-06-2012, 06:36 PM