Skip to content

dantsec/LinuxHashCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦂 Linux Hash Cracker

GitHub language count GitHub last commit License

Technologies   •    Project   •    Installing   •    How to use   •    Contributing   •    License

🚀 Technologies

This project was developed with the following technologies:

  • C language

💻 Project

  • This is a project that I developed for my studies of linux hashes.

♟️ Installation

# cloning repository
git clone https://github.com/Dantalion-dev/LinuxHashCracker

# enter on folder 
cd LinuxHashCracker/

# installing "make"
sudo apt update && sudo apt install make

# compiling
make

🍀 How to use

# using
./hash_cracker <wordlist_path>

examples:

# hash for this example: $1$C.O8tO68$HOR08j8SCGSVc67div3qA/

  ./hash_cracker wordlists/rockyou.txt

  Hash: $1$C.O8tO68$HOR08j8SCGSVc67div3qA/
  Salt: $1$C.O8tO68$

              ...OBFUSCATED...
         [+] Found Password: toor
                [*] Finished!

🔨 Contributing

How can I contribute to the project?

1. Create a fork from PlanetInfo repository.
2. git clone https://github.com/your/LinuxHashCracker.git
3. cd LinuxHashCracker/
4. Make your changes.
5. Commit and make a git push.
6. Open a pull request.

📝 license

This project is under the MIT License.