All Projects β†’ dantsec β†’ LinuxHashCracker

dantsec / LinuxHashCracker

Licence: MIT license
πŸ”¨ Linux Hash Cracker

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to LinuxHashCracker

Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Stars: ✭ 124 (+552.63%)
Mutual labels:  password, hash
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (+73.68%)
Mutual labels:  password, hash
John
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Stars: ✭ 5,656 (+29668.42%)
Mutual labels:  password, hash
password-dart
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
Stars: ✭ 40 (+110.53%)
Mutual labels:  password, hash
bcrypt
BCrypt is a password hashing function
Stars: ✭ 138 (+626.32%)
Mutual labels:  password, hash
Leaked
Leaked? 2.1 - A Checking tool for Hash codes, Passwords and Emails leaked
Stars: ✭ 184 (+868.42%)
Mutual labels:  password, hash
Simple Scrypt
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go πŸ”‘
Stars: ✭ 168 (+784.21%)
Mutual labels:  password, hash
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+157.89%)
Mutual labels:  password, hash
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+1010.53%)
Mutual labels:  password, hash
Dcipher Cli
πŸ”“Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+915.79%)
Mutual labels:  password, hash
bookshelf-secure-password
A Bookshelf.js plugin for handling secure passwords
Stars: ✭ 24 (+26.32%)
Mutual labels:  password, hash
phpass-starter
A starter project for Phpass.
Stars: ✭ 24 (+26.32%)
Mutual labels:  password, hash
hash
Data management, integration and modeling with blocks #
Stars: ✭ 400 (+2005.26%)
Mutual labels:  hash
multi-logger-python-discord-token-logger-and-chrome-password-stealer-through-webhooks
Logs System Info, IP/MAC Address and Discord Token, Chrome passwords and sends it to a discord webhook, no API key bullcrap is needed, only webhook URL (Also logs roblox security, thats always nice to log xd)
Stars: ✭ 76 (+300%)
Mutual labels:  password
laravel-password-history-validation
Prevent users from reusing recently used passwords
Stars: ✭ 69 (+263.16%)
Mutual labels:  password
MBSPasswordView
Simple lock screen for iOS Application ( Swift 4+, iOS 11.0+)
Stars: ✭ 39 (+105.26%)
Mutual labels:  password
komihash
Very fast, high-quality hash function (non-cryptographic, C) + PRNG
Stars: ✭ 68 (+257.89%)
Mutual labels:  hash
laravel-hashid
HashId Implementation on Laravel Eloquent ORM
Stars: ✭ 23 (+21.05%)
Mutual labels:  hash
cdnupload
Upload your site's static files to a directory or CDN, using content-based hashing
Stars: ✭ 41 (+115.79%)
Mutual labels:  hash
agent
hashtopolis.org
Stars: ✭ 19 (+0%)
Mutual labels:  hash

πŸ¦‚ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].