Skip to content

Password cracking software written in python using Tkinter. Supports rar and zip files.

License

Notifications You must be signed in to change notification settings

godiam6969/WordSmith

 
 

Repository files navigation

Forks Stargazers Issues MIT License

WordSmith (Password Cracking Tool)

A password cracking tool written in Python's standard GUI package, Tkinter.

Table of Contents

Introduction

This software is not to be used for malicious purposes. I made this for educational purposes and to improve my experience with the Python Standard Library.

Installation

If you do not have Python 3.7+, you can download it here. In the terminal navigate to the project directory and type pip3 install -r requirements.txt. This will install the dependencies of the program. Once the program is installed you can run the program directly from WordSmith.py

Features

  • Supports password cracking on .zip and .rar files.
  • Users can choose to crack files individually or crack folders with the optional choice of cracking the folder's subfolders.

WordSmith will traverse through the files of a folder and determine whether they are password protected or not. In the event that they are password protected it will then attempt to crack the files using a provided dictionary list. Lastly, WordSmith will stored all extracted files to a provided path and it will store a text document that contains password/user pairs

Credits

I'd like to thank the contributors to stack overflow and the python standard library.

Video Demo

Screenshots

About

Password cracking software written in python using Tkinter. Supports rar and zip files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%