-
Notifications
You must be signed in to change notification settings - Fork 25
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
Doesn't work? #1
Comments
Judging from the path ( |
I'm using Windows 7 Professional, Python 2.7.9, and VeraCrypt 1.0f-2. Does this require Python 3? |
Yes, it requires python 3 (see the readme) -----Original Message----- I'm using Windows 7 Professional, Python 2.7.9, and VeraCrypt 1.0f-2. Does this require Python 3? |
Thanks for the hint and the quick responses. I'm now using Python 3.5. The volume mounts about three minutes after VeraCracker ends with this output, giving a false negative this time: C:\Program Files (x86)\Python 3.5>python VeraCracker.py -v c:\temp\test2.tc -p list.txt -m I: |
yes, that is something I also noticed on some Windows computers. query is a cmd command that I used to see if a process is running. I remember another option, but I'd have to look for that again. |
Ok. Thanks for coding this! |
I fixed the issue which makes the script quit without trying all passwords. |
I still see the same output. On which Windows platform does this work? |
In Linux, works well. Your error seems related to something else. |
Yes. The issue is related to the "query" command in Windows. Not all versions support it, apparently. Not even amongst the same version. Might have to do with home/professional editions |
For windows users, check if you can find the query command, and if not, how to get it. for me, two out of three PC's had it, and because I'm mainly a Linux user, that was good enough for me :p |
Hello PidgeyL, THANK YOU for this tool ! |
@bmweb75 |
I tried a known password, but the program gives a false negative (i.e., the program said it tried the password and the password didn't work). Maybe I am using the command line incorrectly?
This is what I am trying:
python VeraCracker.py -v c:\temp\test2.tc -p list.txt -m I:
list.txt has six passwords in it, one on each line. One of the passwords is the correct password for c:\temp\test2.tc.
Also.. it goes through the passwords in a few ms. Way too quickly!
The text was updated successfully, but these errors were encountered: