What attack to use?
#1
Lets say I have a password that's up to 24 characters, and I know the groups of characters in the password, but not the combination. So, I build an 18-line list with each line having up to 8 characters:

Code:
l1
li2
lin3
line4
...

I know that the password is a combination of at least some of these lines.

How would I go about this?


Messages In This Thread
What attack to use? - by Marc05 - 01-21-2016, 10:44 PM
RE: What attack to use? - by epixoip - 01-22-2016, 06:57 AM
RE: What attack to use? - by Marc05 - 01-22-2016, 07:52 AM
RE: What attack to use? - by epixoip - 01-22-2016, 11:21 AM
RE: What attack to use? - by Marc05 - 01-22-2016, 05:07 PM
RE: What attack to use? - by epixoip - 01-22-2016, 10:03 PM
RE: What attack to use? - by Marc05 - 01-22-2016, 11:52 PM
RE: What attack to use? - by epixoip - 01-23-2016, 12:17 AM
RE: What attack to use? - by Marc05 - 01-23-2016, 12:44 AM
RE: What attack to use? - by epixoip - 01-23-2016, 02:20 AM
RE: What attack to use? - by Marc05 - 01-23-2016, 03:46 AM
RE: What attack to use? - by epixoip - 01-23-2016, 10:21 AM
RE: What attack to use? - by magnum - 01-29-2016, 01:20 AM