-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Friendly Tutorial for Amateur + Video File #86
Comments
The program should work the same regardless of the operating system. You might have to compile it first if the precompiled packages do not work for your system.
I admit there is not a lot of documentation for now and I hope to add more in the future. There is the tutorial, but I think I need to add other examples to explain in details how to proceed when the encrypted file is compressed.
The type of file inside the ZIP archive is not of great importance, the principles remain the same. |
2023-01-19.15-17-26.mp4Thanks for Responding, Here's what i did
That's all, I hope there is a specific tutorial then maybe when I learn it I can make a basic tutorial video for amateurs as my contribution here. Thanks. |
What you are looking at in your video above are source files. Those cannot be run as-is. They have to be compiled to generate an executable program. However, you do not have to do it yourself. I hope to write a beginner-friendly guide some day but in the meantime here are some steps for you. I assume you use Windows as your primary operating system.
Does that help? |
On Windows, filenames use backslash So for you |
For any other n00b like me who tries this using Windows: First, move the archive to the same directory as bkcrack.exe. Then while still in that directory click on an empty space into the line at the top where the folder structure is found, type "cmd" without the quotes and hit enter to easily open the terminal already set to the directory in question. Now the actual commands are quite similar to the linux ones, mostly the same just without the $ ../. I'll show you the most important ones from the tutorial only converted to windows. You should get the tutorial to work just by CTRL + C, CTRL + V without adding any additional characters. Getting the initial info: Creating a plaintext .txt file in the same directory: Running the attack: Creating a new archive: I hope this can be of some help to anyone struggling. |
we don't know if only in kali linux can be done, or it can be work also in ubuntu terminal in windows? i hope there is a step by step image/video visual tutorial how it can be done + basic explanation of the parts.
what if the secrets.zip contain video type file? can be used the same method or what
The text was updated successfully, but these errors were encountered: