How to bruteforce?
#17
I am not entirely sure I understand your post but I will do my best ! Smile

I think you are asking for help to write rules. I could write some very specific rules for your list but then that wouldn’t be the right thing to do as it would be too specific to those few passwords.

If you would like a general rule that would help catch most of those words and also others try the following

Prefix numbers
Suffix numbers
Toggle Case.

So example password.

Pass123

With a supplied password list of “pass” would be caught using this rule.

C$1$2$3

pass + ( c ) = Pass + ( $1 ) = Pass1 + ( $2) =Pass12 + ($3) = Pass123 > to hashcat.

The password rule list can get VERY long so I couldn’t post it here. Basically I would experiment with individual appended numbers as 0-100 or 0-1000 can get a bit to long to list, especially when combined with toggles. Experiment with the toggles.rule as well. All these rules can be joined together in a single rule line. Once you understand them it is very easy to work out, even I can do it and I am a bit thick ! Smile

As a final example try this rule for the password you supplied.

ADGadg66

So to test the rules make your password list adgadg

So your input password to test is “adgadg”

Then make a rule file containing the following.

T1T2T3$6$6

Run it and it should find your password.


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