Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partially known password how to use this advantage #45

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment
Open

partially known password how to use this advantage #45

GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.so obviously the problem is i'm trying to guess my password
i am aware that my pass was between 18 to 22 characters long
i am aware of some very possible combinations 
password is quite strong but i know all possible characters that had been used
2.therefore i do input this command
truecrack -t /path -k whirlpool -c 'possible characters' -s 18 -m22 -b 1024 -v
but there is just too many combinations i want to narrow it
3.i know hashing algorithm it was whirlpool
4.i know encryption algorithm it was serpent-aes
5.how can i make application to search for password in this form :
{first 4 characters known only 2 combinations}{another 2 characters only two 
combinations}{another 4 characters known}{another 6 characters known but not in 
what order}{another 4 or 3 characters known 8 possible combinations}

What is the expected output? What do you see instead?
all being searched for but takes too long

What version of the product are you using? On what operating system?
kali linux 1.09 kernell 3.14 64bit
truecrack v3.0

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 12 Sep 2014 at 12:45

@GoogleCodeExporter
Copy link
Author

+1  this would be extremely helpful

Original comment by [email protected] on 23 Mar 2015 at 7:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant