home.social

#passwordcracking — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #passwordcracking, aggregated by home.social.

  1. The Register: 60% of MD5 password hashes are crackable in under an hour. “Using a dataset of more than 231 million unique passwords sourced from dark web leaks – including 38 million added since its previous study – and hashing them with MD5, researchers at security firm Kaspersky found that, using a single Nvidia RTX 5090 graphics card, 60 percent of passwords could be cracked in less than an […]

    https://rbfirehose.com/2026/05/10/the-register-60-of-md5-password-hashes-are-crackable-in-under-an-hour/
  2. The Register: 60% of MD5 password hashes are crackable in under an hour. “Using a dataset of more than 231 million unique passwords sourced from dark web leaks – including 38 million added since its previous study – and hashing them with MD5, researchers at security firm Kaspersky found that, using a single Nvidia RTX 5090 graphics card, 60 percent of passwords could be cracked in less than an […]

    https://rbfirehose.com/2026/05/10/the-register-60-of-md5-password-hashes-are-crackable-in-under-an-hour/
  3. The Register: 60% of MD5 password hashes are crackable in under an hour. “Using a dataset of more than 231 million unique passwords sourced from dark web leaks – including 38 million added since its previous study – and hashing them with MD5, researchers at security firm Kaspersky found that, using a single Nvidia RTX 5090 graphics card, 60 percent of passwords could be cracked in less than an […]

    https://rbfirehose.com/2026/05/10/the-register-60-of-md5-password-hashes-are-crackable-in-under-an-hour/
  4. The Register: 60% of MD5 password hashes are crackable in under an hour. “Using a dataset of more than 231 million unique passwords sourced from dark web leaks – including 38 million added since its previous study – and hashing them with MD5, researchers at security firm Kaspersky found that, using a single Nvidia RTX 5090 graphics card, 60 percent of passwords could be cracked in less than an […]

    https://rbfirehose.com/2026/05/10/the-register-60-of-md5-password-hashes-are-crackable-in-under-an-hour/
  5. The Register: 60% of MD5 password hashes are crackable in under an hour. “Using a dataset of more than 231 million unique passwords sourced from dark web leaks – including 38 million added since its previous study – and hashing them with MD5, researchers at security firm Kaspersky found that, using a single Nvidia RTX 5090 graphics card, 60 percent of passwords could be cracked in less than an […]

    https://rbfirehose.com/2026/05/10/the-register-60-of-md5-password-hashes-are-crackable-in-under-an-hour/
  6. If you are:

    • "abusing" hashcat --stdout or other cracking tools (or bulk string-generation tools) using GNU parallel, and

    • you're producing highly duplicate output per process, and

    • you need to do low-memory, best-effort dedupe in parallel, per process prior to passing the aggregated output to a final dedupe

    ... the dedupe tool included in CynosurePrime's rling repo:
    github.com/Cynosureprime/rling

    ... really does the trick! Just do:

    [parallel stuff] '[cmd] | dedupe' | final-process-thing

    Thanks, @Waffle_Real !

    #PasswordCracking

  7. 🔑 Password Security Tools – Awareness & Defense Guide 🛡️

    Weak or reused passwords remain one of the biggest security risks. Security researchers and penetration testers use password auditing tools (in labs and authorized tests only) to identify vulnerabilities and help organizations enforce stronger authentication.

    💡 Commonly Used Tools (Ethical Context Only):
    1️⃣ John the Ripper – Classic password auditing tool for multiple formats.
    2️⃣ Hashcat – GPU-powered password recovery tool, extremely fast.
    3️⃣ Hydra – Network login password tester (SSH, FTP, RDP, HTTP, etc.).
    4️⃣ Medusa – Parallel, modular password tester.
    5️⃣ Cain & Abel (Legacy) – Windows password recovery & testing suite.

    🛡️ Defense Strategies:
    ✔️ Enforce strong password policies (length, complexity, uniqueness).
    ✔️ Require Multi-Factor Authentication (MFA/2FA).
    ✔️ Regularly audit credentials and remove old accounts.
    ✔️ Use password managers to reduce reuse.
    ✔️ Monitor for credential leaks in threat intelligence feeds.

    🌟 Why It Matters:
    Password cracking tools highlight the danger of weak credentials. By understanding them, defenders can build stronger authentication systems and prevent breaches.

    ⚠️ Disclaimer:
    This content is for educational and awareness purposes only. Password cracking tools should only be used in authorized environments with explicit permission. Unauthorized use is illegal and unethical.

    #CyberSecurity #PasswordSecurity #InfoSec #EthicalHacking #PenTesting #BlueTeam #PasswordCracking #SecurityAwareness #EthicalTech #Authentication

  8. So atom, main developer of @hashcat, used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7¹, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

    Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

    hashcat.net/forum/thread-13346

    If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

    ¹Note that some work was done during the contest to make the Python bridge plugin better for these use cases; next minor release of 7 will have it, or grab hashcat.net/beta/ or the latest GitHub main branch.

    #PasswordCracking #HashCracking
    #hashcat #hashcat7

  9. So atom, main developer of @hashcat, used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7¹, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

    Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

    hashcat.net/forum/thread-13346

    If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

    ¹Note that some work was done during the contest to make the Python bridge plugin better for these use cases; next minor release of 7 will have it, or grab hashcat.net/beta/ or the latest GitHub main branch.

    #PasswordCracking #HashCracking
    #hashcat #hashcat7

  10. So atom, main developer of @hashcat, used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7¹, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

    Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

    hashcat.net/forum/thread-13346

    If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

    ¹Note that some work was done during the contest to make the Python bridge plugin better for these use cases; next minor release of 7 will have it, or grab hashcat.net/beta/ or the latest GitHub main branch.

    #PasswordCracking #HashCracking
    #hashcat #hashcat7

  11. So atom, main developer of @hashcat, used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7¹, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

    Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

    hashcat.net/forum/thread-13346

    If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

    ¹Note that some work was done during the contest to make the Python bridge plugin better for these use cases; next minor release of 7 will have it, or grab hashcat.net/beta/ or the latest GitHub main branch.

    #PasswordCracking #HashCracking
    #hashcat #hashcat7

  12. So atom, main developer of @hashcat, used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7¹, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

    Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

    hashcat.net/forum/thread-13346

    If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

    ¹Note that some work was done during the contest to make the Python bridge plugin better for these use cases; next minor release of 7 will have it, or grab hashcat.net/beta/ or the latest GitHub main branch.

    #PasswordCracking #HashCracking
    #hashcat #hashcat7

  13. July 15th 1991: 34 years ago I published the first “modern” password cracker…

    …or, rather, smeared its development over a few months in response to requests from Unix systems administrators all over the globe – on the Internet and/or several other networks. It was a spark that still glows, but also helped inform the way Infosec developed as a discipline, notably arguments about full disclosure.

    Gosh I feel old.

    https://www.youtube.com/watch?v=BrxJlp_3utk

    #computerHistory #crack #passwordCracking

  14. Well, this cracking attack is going to take 5.5 days on 2x 4090s.

    #PasswordCracking #hashcat

  15. 🚨 Oh no! GNU Screen has "security issues"—quick, everyone panic! Meanwhile, the tech wizards are too busy inventing new buzzwords and password-cracking supertools that sound like rejected Marvel villains to actually fix anything. 🙄🔧
    openwall.com/lists/oss-securit #GNUScreen #Security #Issues #Panic #TechBuzzwords #PasswordCracking #MarvelVillains #HackerNews #ngated

  16. TIL if you generate and store all even faintly possible IPv4 IPs - 0.0.0.0 through 255.255.255.255 - as ASCII strings ... it takes about 58GB.

    This is a #HaveIBeenPwned subtoot. 😜

    #PasswordCracking

  17. Password crackers:

    If you're still mashing up all of your wordlists into a single monolithic file for deduplication purposes ... let me suggest an option that scales better, simply by approaching the problem differently:

    Deduplicate each new source as it arrives, and then add it to a repository, by removing all strings already in your repository ...and then preserve it as a separate file! (You might call this the "sort once, deduplicate often" method.)

    blog.techsolvency.com/2025/04/

    The key benefit: the memory usage required is a factor of the size of the new file alone, rather than of the entire corpus.

    Also useful for other medium-sized "dedupe a recurring stream of new sets of strings over time" use cases.

    (And if you're not doing this anymore, now you have a reference to share with the folks who still are!)

    #PasswordCracking

  18. Top #hashcat tip:

    Want per-position duplication in your rules to leverage your GPU?

    It's not available in a single op, but you can emulate it by incrementally duplicating the first N chars, and then incrementally deleting the position and frequency of the redundant characters

    #password #passwordcracking #pentest #redteam

  19. If you need to sort and dedupe a ton of strings/records, Cynosure Prime member blazer has released rlite, a 'lite' version of rling. I helped debug early versions. A nice balance of performant and simple, but with useful knobs like frequency counting, writing dupes to another file, etc.

    (And heavy on the 'performant' - multi-threaded sort + dedupe time for 1.4B records in a 16GB file is 45 seconds on 48 EPYC 7642 cores, and uses 26GB of RAM)

    github.com/Cynosureprime/rlite

    #PasswordCracking

  20. Next time password cracking comes up conversationally and someone says "And can't you can just use rainbow tables" ... send them this.

    hashcat.net/faq/rainbowtables

    tl;dr They are only worthwhile in a very specific (and rare) set of circumstances.

    #PasswordCracking #RainbowTables

  21. Today's traditional UNIX crypt / descrypt / hashcat -m 1500 trivia.

    if you see a descrypt crack ending in \x8a ... no you didn't.

    These actually end in \x0a -- descrypt drops all high bits, turning \x8a into \x0a!

    #PasswordCracking

  22. Password cracking tip:

    Grow your ability to understand the math of your attack space.

    One nice way to practice this: for a given attack, use Wolfram Alpha (or a calculator, etc.) to roughly confirm the math of your tool's ETA for your attack.

    If they don't match, check your assumptions, your setup, or your understanding until they do.

    In this example, the total number of guesses scheduled for this attack will take these two GPUs, running at the hashrate shown, a little under 46 days to complete.

    wolframalpha.com/input?i=%2814

    Practicing this estimation until you can do it very "back of the napkin" / order of magnitude in your head is valuable, just as it is with any "large numbers" effort / industry / exercise.

    #PasswordCracking #hashcat

  23. So ... due to an early obsession with historical BSD hashes ... I have significantly more bcrypt hashrate-per-watt cracking capacity than most solo shops. For bcrypt cost 12, it's about 34Kh/s straight wordlist -- the equivalent of about 17 4090s -- at only 1100W (these old Bitcoin FPGAs are very efficient for bcrypt specifically). And this capacity is intermittently idle, which is kinda a shame.

    I haven't really put it out there as something I can help with if needed (outside of the Hashcat team). So ... feel free to ping me if you need bcrypts cracked/audited!

    (Reasonable rates, but note that I do have a pretty firmly high bar for provenance / proof of authorization)

    (Rat's nest of USB has been cleaned up a bit 😅)

    #bcrypt #PasswordCracking #hashing

  24. When a target hashlist has a significantly lower percentage of cracks than expected, I've started calling the remaining/missing cracks "dark matter".

    Some potential causes of cracking "dark matter":

    • Site changed methodologies later: switched to a nested hash, added a pepper, HSM, true encryption layer, etc.

    • High number of automatically random-ish passwords: defaults, resets, bots, randomized on account lock, etc.

    • Complexity requirements higher than expected: high minimum length, etc.

    • Attacker (me) is missing key info: language, encoding, demographics, etc.

    What could other causes be?

    #Hashing #PasswordCracking

  25. One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
    If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
    The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcat

    If the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.

    For more details and practical examples, see this blog post:

    malwarelab.eu/posts/tryhackme-

    #networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam

  26. One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
    If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
    The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcat

    If the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.

    For more details and practical examples, see this blog post:

    malwarelab.eu/posts/tryhackme-

    #networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam

  27. One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
    If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
    The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcat

    If the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.

    For more details and practical examples, see this blog post:

    malwarelab.eu/posts/tryhackme-

    #networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam

  28. One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
    If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
    The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcat

    If the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.

    For more details and practical examples, see this blog post:

    malwarelab.eu/posts/tryhackme-

    #networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam

  29. One example why to use strong #passwords for users who use file sharing over #SMB even when the file transfers are #encrypted.
    If the SMB traffic is captured/eavesdropped, then the attacker can try to crack the user password.
    The attacker is able to extract challenge/response values from the Session Setup and then use #passwordcracking tools such as #hashcat

    If the attack is successful, the attacker will gain not only the access to the user account, but it is also possible to decrypt the captured SMB file transfers. There is lack of perfect forward secrecy in this encryption.

    For more details and practical examples, see this blog post:

    malwarelab.eu/posts/tryhackme-

    #networktrafficanalysis #networktraffic #encryption #netntlmv2 #netntlm #ntlm #windows #fileshare #pentesting #cybersecurity #hardening #password #cracking #offensivesecurity #offsec #blueteam #purpleteam

  30. @tomshardware The only RTX A6000 hashcat benchmark I could find was from v6.1.1 @ 121.5GH/s, but still, that's enough poke to exhaust a full key space 10-char NTLM in 38 days.

    #passwordcracking

  31. CW: The RockYou2024 compilation (9.95B strings) is so junky that most password crackers are better off just using Hashmob's founds list instead.

    The junk includes:

    • 453M 32-hex hashes
    • 444M digits-only strings of length 8-11 (easily bruteforced)
    • 415M lower-digit or digit-lower strings that are clearly just wordlist words with all possible 4-digit strings appended or prepended
    • 287M of length 6 or less (easily bruteforced)
    • 201M 40-hex hashes
    • 138M bcrypt hashes (plus 15M truncated bcrypts)
    • 71M strings more than 100 characters
    • 51M 96-hex hashes
    • 50M Houzz __SEC__ (modified sha512crypt) hashes
    • 18M encrypted + base64 passwords from the 2013 Adobe leak (credit: Flagg)
    • 12M 32-hex prefixed with '0x'
    • 11M Google auth tokens (ya29 prefix)
    • 7M with at least 20 contiguous hex chars
    • 6.6M 128-hex hashes
    • 160K argon2 hashes

    ("Easily bruteforced" means that competent attackers are going to run the equivalent hybrid or bruteforce attack anyway much faster on GPU. All these naively-generated strings do is waste attack time ... and inflate the scary size of the compilation 🙄)

    If you remove all of this junk (that's useless for directly cracking a human-generated password), all of the RockYou2021 mashup (which was itself similarly problematic), and all founds already available on Hashmob (1.2B) ...

    ... you're left with only 190M strings that are "net new, maybe useful".

    So if you're a pentester or other "normal" password cracker, you can probably just skip RockYou2024. It's only going to be useful if you're a completionist who's trying to crack other mashups (like the long tail of junk in the Pwned Passwords corpus, etc.)

    [will update post as I find more non-trivial junk]

    #PasswordCracking #RockYou2024

  32. No, NCSC¹, passphrases of only three (or even four) random words are not sufficient - unless the user knows that the password hashing method is a "slow" one (bad for the attacker). Which is rarely guaranteed.

    1025 combinations -- six words from a pool of 20K words, or five words from a pool of 100K words -- should be considered the minimum.

    ¹ncsc.gov.uk/collection/top-tip

    #Passphrases
    #PasswordCracking

  33. No, NCSC¹, passphrases of only three (or even four) random words are not sufficient - unless the user knows that the password hashing method is a "slow" one (bad for the attacker). Which is rarely guaranteed.

    1025 combinations -- six words from a pool of 20K words, or five words from a pool of 100K words -- should be considered the minimum.

    ¹ncsc.gov.uk/collection/top-tip

    #Passphrases
    #PasswordCracking

  34. No, NCSC¹, passphrases of only three (or even four) random words are not sufficient - unless the user knows that the password hashing method is a "slow" one (bad for the attacker). Which is rarely guaranteed.

    1025 combinations -- six words from a pool of 20K words, or five words from a pool of 100K words -- should be considered the minimum.

    ¹ncsc.gov.uk/collection/top-tip

    #Passphrases
    #PasswordCracking

  35. No, NCSC¹, passphrases of only three (or even four) random words are not sufficient - unless the user knows that the password hashing method is a "slow" one (bad for the attacker). Which is rarely guaranteed.

    1025 combinations -- six words from a pool of 20K words, or five words from a pool of 100K words -- should be considered the minimum.

    ¹ncsc.gov.uk/collection/top-tip

    #Passphrases
    #PasswordCracking

  36. No, NCSC¹, passphrases of only three (or even four) random words are not sufficient - unless the user knows that the password hashing method is a "slow" one (bad for the attacker). Which is rarely guaranteed.

    1025 combinations -- six words from a pool of 20K words, or five words from a pool of 100K words -- should be considered the minimum.

    ¹ncsc.gov.uk/collection/top-tip

    #Passphrases
    #PasswordCracking

  37. Cracked the Plexus P/20 System V 2.0 descrypt password hashes seen on the recent Adrian's Digital Basement video: youtube.com/watch?v=iltZYXg5hZ

    SLW/he1AY2Gzc:(empty password)
    RvXYLt8J1q1bk:(empty password)
    OPw8jjjhaQWHA:1/2pint
    /oT1pXqoXqlns:1/2pint
    xgik/arAJT7gM:1/2pint

    "1/2pint" is in the rockyou.txt direct so #hashcat had nothing to do really. #passwordcracking #AdriansDigitalBasement

  38. Cracked the Plexus P/20 System V 2.0 descrypt password hashes seen on the recent Adrian's Digital Basement video: youtube.com/watch?v=iltZYXg5hZ

    SLW/he1AY2Gzc:(empty password)
    RvXYLt8J1q1bk:(empty password)
    OPw8jjjhaQWHA:1/2pint
    /oT1pXqoXqlns:1/2pint
    xgik/arAJT7gM:1/2pint

    "1/2pint" is in the rockyou.txt direct so #hashcat had nothing to do really. #passwordcracking #AdriansDigitalBasement

  39. Cracked the Plexus P/20 System V 2.0 descrypt password hashes seen on the recent Adrian's Digital Basement video: youtube.com/watch?v=iltZYXg5hZ

    SLW/he1AY2Gzc:(empty password)
    RvXYLt8J1q1bk:(empty password)
    OPw8jjjhaQWHA:1/2pint
    /oT1pXqoXqlns:1/2pint
    xgik/arAJT7gM:1/2pint

    "1/2pint" is in the rockyou.txt direct so #hashcat had nothing to do really. #passwordcracking #AdriansDigitalBasement

  40. Cracked the Plexus P/20 System V 2.0 descrypt password hashes seen on the recent Adrian's Digital Basement video: youtube.com/watch?v=iltZYXg5hZ

    SLW/he1AY2Gzc:(empty password)
    RvXYLt8J1q1bk:(empty password)
    OPw8jjjhaQWHA:1/2pint
    /oT1pXqoXqlns:1/2pint
    xgik/arAJT7gM:1/2pint

    "1/2pint" is in the rockyou.txt direct so #hashcat had nothing to do really. #passwordcracking #AdriansDigitalBasement

  41. Cracked the Plexus P/20 System V 2.0 descrypt password hashes seen on the recent Adrian's Digital Basement video: youtube.com/watch?v=iltZYXg5hZ

    SLW/he1AY2Gzc:(empty password)
    RvXYLt8J1q1bk:(empty password)
    OPw8jjjhaQWHA:1/2pint
    /oT1pXqoXqlns:1/2pint
    xgik/arAJT7gM:1/2pint

    "1/2pint" is in the rockyou.txt direct so #hashcat had nothing to do really. #passwordcracking #AdriansDigitalBasement

  42. So @solardiz presented a talk on "Password cracking: past, present, future" at OffensiveCon last week. Definitely worth a read - bringing his usual disciplined thinking to a topic he knows very well.

    He includes both historical and taxonomical perspectives, both of which I appreciate. Apparently, one of the first password-cracking contests was in 1982? (This was a password cracker contest - seeking the best cracking software!)

    openwall.com/presentations/Off

    [Will update post if video of the talk itself appears.]

    #passwords #hashing
    #PasswordCracking

  43. Brute force password cracking takes longer than ever, according to Hive Systems' latest audit. #PasswordCracking #BruteForceAttacks #HiveSystems #PasswordHashing #CyberSecurity #bcrypt #MD5
    thttps://www.blogger.com/blog/post/edit/2393063772924596666/7373948891148112675

  44. Brute force password cracking takes longer than ever, according to Hive Systems' latest audit. #PasswordCracking #BruteForceAttacks #HiveSystems #PasswordHashing #CyberSecurity #bcrypt #MD5
    thttps://www.blogger.com/blog/post/edit/2393063772924596666/7373948891148112675

  45. Need a quick way to check a hash against a huge database?

    I've written a small but flexible Go CLI tool to query the HashMob API.

    It's actually pretty damn handy if I do say so myself.

    If you find it useful, stars and boosts are much appreciated ❤️

    github.com/n0kovo/gohashmob

    (just starting to learn Go, don't judge my probably horrible code 🥹)

    #hacking #infosec #tools #osint #passwordcracking #passwords #passwordsecurity #hashcracking #hashlookup #hashmob #md5 #sha1 #bcrypt #pentesting #bugbounty #redteam