Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whitehatboy005/file-password-cracker
- Owner: whitehatboy005
- Created: 2024-07-13T05:46:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:13:57.000Z (6 months ago)
- Last Synced: 2024-07-18T16:23:17.676Z (6 months ago)
- Topics: brute-force, dictionary-attack, gui, zip-cracker
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```