Skip to content

saikatsahana77/Password_Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Python Password Cracker

A CLI bruteforce tool for cracking common passwords

Usage Instructions :

  • Download the contents of The Repository as a Zip File or clone the Repository.
  • Install Python in your Machine
  • Install the python packages mentioned inside the requirments.txt file by the following command in your terminal:
    >>> pip install -r requirements.txt #for windows
    >>> pip3 install -r requirements.txt #for macos and linux
  • Run the cracker.py file by running python cracker.py or python3 cracker.py on it.
  • Then select the type of hash you want to decode (type only the number corresponding to the action and not thw word itself)
  • Then enter the actual hash you want to crack and wait for the script to try cracking it, if possible it shows the text password, if not it displays a relevant message.

Author Info :

About

A CLI bruteforce tool for cracking common passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages