One Click and You’re Owned
by razusi187 - Monday February 10, 2025 at 04:31 PM
#1
Estimated Time to Crack 200,000 MD5 Hashes with an RTX 3080
Since you’re okay with some data loss (meaning you don’t need 100% of the hashes cracked), we can focus on the fastest methods.
Assumptions for Estimation
  1. RTX 3080 Hashrate for MD5: ~60 GH/s (60 billion hashes per second).
  2. Password Complexity:
    • Easy passwords (common words, names, simple patterns like "Password123") → Cracked instantly.
    • Moderate passwords (slightly altered, "Hunter2023!") → Cracked in minutes to hours.
    • Completely random 10-character passwords → Mostly uncrackable in a reasonable time.
Cracking Speed Using Different Attacks
Attack Type
Estimated Success Rate
Time for 200,000 HashesDictionary Attack (Common passwords)
30-70%
Minutes to a few hours
Dictionary + Rules (Best64.rule)
50-80%
A few hours
Hybrid Attack (wordlist + numbers)
50-90% (if structured)
Hours to 1 day
Brute Force (random 10-char)
<1% (if fully random)
Years (not feasible)

Best Strategy for Speed
Since you’re prioritizing speed over completeness, follow these steps:
1. Dictionary Attack (Fastest)
Run first (should crack 30-70% of hashes in minutes to hours).
sh
CopyEdit
hashcat -m 0 -a 0 hashes.txt wordlist.txt --force
  • If your wordlist is strong, expect 50-70% of hashes cracked within minutes.
2. Dictionary + Rule-Based Attack (Next Best)
Expands common password variations (~80% success within hours).
sh
CopyEdit
hashcat -m 0 -a 0 hashes.txt wordlist.txt -r rules/best64.rule --force
  • This adds capitalization, numbers, and basic modifications.
  • Expect 80% cracked in 2-6 hours.
3. Hybrid Attack (For passwords with numbers)
If passwords have patterns like "Michael1995" or "Hunter1234".
sh
CopyEdit
hashcat -m 0 -a 6 hashes.txt wordlist.txt ?d?d?d?d
  • Appends 4 digits (use
    ?d?d?d?d?d?d
    for 6 digits).
  • Expect up to 90% success within 6-12 hours.

Final Time Estimate
  • Fastest attack (dictionary only): Minutes to 2 hours (~50-70% cracked).
  • Adding rule-based mutations: 2-6 hours (~80% cracked).
  • Hybrid for numbers at the end: 6-12 hours (~90% cracked).
  • Brute force for full 10-character random passwords: Unrealistic (years).

What You Should Do
  1. Run the dictionary attack first (fastest win).
  2. If results are low, apply rule-based attacks.
  3. If needed, use hybrid attacks for number patterns.
  4. Skip brute-force unless you KNOW passwords follow a pattern.
Let me know if you need tweaks for your setup! ?



4o
Reply
#2
All this from a 3080!? I can only imagine what a 5080 can do.
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  FREE 3 UNCENSORED HACKING LLM QaboosbinSaidAlSaid 76 2,741 20 minutes ago
Last Post: aetuopiyrz
  Telegram Opsec Guide Synaptic 50 2,482 7 hours ago
Last Post: pavaia
  PwnForums IP Address/ Nameservers unret 2 100 9 hours ago
Last Post: justscyprus
  EvilCrowRF web custom firmware / C1101x2 + esp32 / bruteforcer/ jam / rolljam / kaiju H4rDw4Y 13 2,850 9 hours ago
Last Post: newxiao1
  Largest Discord User History Archive - 10m+ Users Mega 332 43,495 Today, 06:27 AM
Last Post: nezperce

Forum Jump:


 Users browsing this forum: 1 Guest(s)