-
Notifications
You must be signed in to change notification settings - Fork 48
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
rarcrack cannot crack rar #6
Comments
Do you have links to |
Using the original See this(single thread):
See this(2 threads):
|
What does the flag --threads do? |
@aurovrata number of threads to use when trying to crack the password. Having more CPU allows you to utilize more threads and could give you more power when cracking passwords(for this program atleast). |
Thanks for the reply, makes sense. Quick other question, is there no way to feed a wordlist to rarcrack? |
@aurovrata As of now, no. I didn't write this, only fixed a few warnings and errors to run on Mac OSX. That would be a good idea though! |
Hello… I am not a programmer or developer. I am just a designer. |
@dj-sash
You need to make sure you have the correct tools via |
Didn't install Xcode :(( |
Can you please tell me what are the tools that I need? |
You really need to use @google. See: https://developer.apple.com/xcode/downloads/. |
I have the same problem. for exemple. |
Hi guys, I typed the following commands and after 15 minutes no password has been found on macbook air 13 2016: git clone https://github.com/jaredsburrows/rarcrack.git
cd rarcrack
make
./rarcrack --type rar test.rar
RarCrack! 0.2 by David Zoltan Kedves ([email protected])
INFO: the specified archive type: rar
INFO: cracking test.rar, status file: test.rar.xml
[...]
Probing: 'ZZW' [208 pwds/sec]
Probing: '00a0' [208 pwds/sec]
Probing: '00kg' [212 pwds/sec] Is it normal? |
Doesn't work for me... doesn't detect rar, skips right past 100 on on my Mac, same as Linux though, doesn't work there either. :( |
Hi,I have the same problem,I can crack the test.zip ,but can't crack the test.rar on my macos, INFO: the specified archive type: rar |
I have a similar problem with a zip file: mmn@Deskpro-01:~/Temp$ rarcrack --type zip EuroTruckSimulator2PC.zip INFO: the specified archive type: zip Indicates immediately '0' and '1' but these are not the true passwords. What could be happening? Does this program detect special characters (* / - _ and others)? |
// To debug the 'rar' failure, added printf("finalcmd: %s\n", finalcmd); $ ./rarcrack --type rar test.rar finalcmd: unrar t -y -p%s %s 2>&1 $ unrar $ rar // Yup, 'unrar' is not installed, but 'rar' is! |
// Fix $ sudo apt-get install unrar $ ./rarcrack --type rar test.rar finalcmd: unrar t -y -p%s %s 2>&1 |
this program have to install unrar |
When I carck test.zip. rarcrack can work normally.
`$ rarcrack --type zip t.zip
RarCrack! 0.2 by David Zoltan Kedves ([email protected])
INFO: the specified archive type: zip
INFO: cracking t.zip, status file: t.zip.xml
INFO: Resuming cracking from password: '1fV'
Probing: '1P1' [724 pwds/sec]
Probing: '2oz' [734 pwds/sec]
Probing: '2Y6' [734 pwds/sec]
Probing: '3xL' [737 pwds/sec]
Probing: '47p' [736 pwds/sec]
Probing: '4FQ' [711 pwds/sec]
Probing: '5ec' [710 pwds/sec]
Probing: '5NA' [731 pwds/sec]
Probing: '6n8' [734 pwds/sec]
Probing: '6Wo' [728 pwds/sec]
.......
`
But when I test test.rar, it works out the password word quickly. But this password doesn't match the real pasaword.
`$ rarcrack --type rar test.rar
RarCrack! 0.2 by David Zoltan Kedves ([email protected])
INFO: the specified archive type: rar
INFO: cracking test.rar, status file: test.rar.xml
GOOD: password cracked: '0'
GOOD: password cracked: '1'
`
What's wrong with?
I also want to kown that this the method of decide the length of the first crack.
Thanks.
The text was updated successfully, but these errors were encountered: