Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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
https://github.com/whitehatboy005/file-password-cracker

brute-force dictionary-attack gui zip-cracker

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/cef0c8d4-c6d1-4216-9351-4b1f073b1f08)
## After selecting the files
![Screenshot 2024-07-13 111327](https://github.com/user-attachments/assets/62863ef2-7787-4598-8082-1d60fa519e61)
## Password Cracked Notify
![Screenshot 2024-07-13 111405](https://github.com/user-attachments/assets/b0ad10a5-f593-4386-8884-1322a4b07ffb)

## Installation

## Clone the Repository
```bash
git clone https://github.com/whitehatboy005/File-Password-Cracker
```
## Move the file
```bash
cd File-Password-Cracker
```
## Install Dependencies
```bash
pip install -r requirements.txt
```
## Run the Program
```bash
python crack.py
```