whitehatboy005 / File-Password-Cracker

File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File-Password-Cracker

File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force attacks.

Features

  • Supports multiple file formats: ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz.
  • Dictionary Attack: Uses a list of potential passwords to find the correct one.
  • Brute Force Attack: Tries all possible combinations of characters up to a specified length.
  • User-friendly GUI: Easy to use graphical interface for selecting files and starting the cracking process.

Input GUI Interface

Screenshot 2024-07-13 111302

After selecting the files

Screenshot 2024-07-13 111327

Password Cracked Notify

Screenshot 2024-07-13 111405

Installation

Clone the Repository

git clone https://github.com/whitehatboy005/File-Password-Cracker

Move the file

cd File-Password-Cracker

Install Dependencies

pip install -r requirements.txt

Run the Program

python crack.py

About

File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force


Languages

Language:Python 100.0%