Coder Social home page Coder Social logo

archive_recovery_tool's Introduction

Craker - Password Recovery Tool

Craker is a brute force password recovery tool written entirely in python. It is a console app with no fancy gui.

How to Use

  1. Either download windows executable (craker.exe file) or python script (craker.py file) from Releases. I recommend using python script as its little bit fast and interperater give traceback of errors if program crash but you'll need to have python (probably latest version) installed with required modules in your system.
  2. If you are trying to recover password of rar file then put UnRAR.exe in same directory of craker.exe or craker.py. You'll need to download WinRAR from https://www.win-rar.com/start.html?&L=0. Default directory of UnRAR.exe is C:\Program Files (x86)\WinRAR\ or C:\Program Files\WinRAR\ depending on whether it is 32-bit or 64-bit.
  3. Then run the executable by double clicking it or python script from terminal (cmd or powershell) and follow instructions.

python script

windows executable

Supported file formats:

  • zip
  • 7z with unencrypted file names
  • rar with unencrypted file names
  • pdf encrypted with RC4 40 or RC4 128

Supported platform:

  • Windows 10

Tools Used

  • Python 3.10.1
  • Notepad++ 8.1.3
  • Pyinstaller 4.7

Python Modules Used

  • pyzipper
  • py7zr
  • rarfile
  • itertools
  • time
  • os
  • PyPDF2

Features:

  • It provides two methods:
    • Brute force using charcter set
    • Using dictionary
  • You can define your own character set or use available ones
  • You have to give minimum and maximum length of password
  • You can give prefix or suffix or both
  • CPU and memory usage is negligible

Cons:

  • Very slow especially for 7z, rar and pdf
  • Archives with encrypted file names and pdf encrypted with AES are not supported

Known Issues

  • Program is neither crashing nor showing error in case of encrypted file names in rar. And shows wrong password found.
  • Pdf file with only permission restriction show wrong password found and only lock password is found in pdf files with different lock password and permission password, however all permission restrictions are removed even if permission password is not found.

archive_recovery_tool's People

Contributors

ankitminz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

archive_recovery_tool's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.