🔑 Password Cracking Lab

PRACIVO LAB — INTENTIONALLY VULNERABLE
⚠️ Pracivo Security Lab — Hash identification, cracking techniques, Hashcat and John the Ripper guides.

Hash Identifier

# Also use these tools:
hashid hash.txt           # Python tool
haiti HASH                # More accurate identification
hash-identifier           # Interactive tool

# Or check manually:
# 32 chars hex  → MD5 or NTLM
# 40 chars hex  → SHA-1
# 64 chars hex  → SHA-256
# $2b$          → bcrypt
# $6$           → SHA-512crypt (Linux)
# $1$           → MD5crypt (Linux)