Skip to content
  • Hashes.com Escrow Feed

    Pinned Locked Moved Resources
    15k
    1 Votes
    15k Posts
    235k Views
    hashpwn-botH
    Escrow ID# 91763 • Algorithm: Electrum Wallet (Salt-Type 5), -m 21800 • Total hashes: 1507 • Price per hash: $2.4734 • Escrow URL: https://hashes.com/en/escrow/item/?id=91763 • Download hashes: 91763_21800.zip
  • yescrypt_crack - Yescrypt Hash Cracker

    Hash Cracking
    6
    2 Votes
    6 Posts
    1k Views
    cycloneC
    @partly9642 This is a GPU sanity-check failure. When this happens, yescrypt_crack falls back to CPU mode. The error may indicate an issue with the AMD OpenCL implementation or local OpenCL environment, but further testing is needed to confirm what's actually going on. Please verify that: You are running yescrypt_crack on native Linux or Windows, not WSL or another emulated environment Your AMD GPU and OpenCL drivers are up to date and working correctly The GPU has sufficient VRAM, since yescrypt is memory intensive If everything checks out and the error persists, please open a GitHub issue: https://github.com/cyclone-github/yescrypt_crack/issues Please include: GPU model and VRAM AMD driver/OpenCL/ROCm version Host OS/version Full yescrypt_crack error/output
  • pcfg-go - The Fast PCFG

    Text / Wordlist / Rules
    6
    0 Votes
    6 Posts
    462 Views
    cycloneC
    pcfg-go v0.6.0-dev (upcoming release) https://github.com/cyclone-github/pcfg-go/commit/8fb59c2 While I was testing hashcat's new -a 4 PCFG mode with different hash lists and Rules trained with pcfg-go, @atom mentioned something to me that I couldn't shake: "that needs a fast trainer". But, pcfg-go was already fast, right? How much faster did it need to be? I was determined to find the answer to this question and pored over possible optimizations in pcfg-go, optimizing keyboard walks, buffers, worker scheduling, profiling hot paths and reducing GC pressure, testing / benchmarking / and comparing Rule outputs to make sure the optimized trainer still produced 1:1 byte-level-identical Rules to v0.5.3. The result? Let's first back up a minute to run a few comparisons. The original python3 pcfg_cracker trainer.py by @lakiw took 13m21s to train rockyou on my Debian 13 benchmarks pcfg-go v0.5.3 brought rockyou training down to 2m38s And finally, pcfg-go v0.6.0-dev brings rockyou training down to 14.8s Yes, from 13m21s to 14.8s. Now, that's a fast trainer. [image: 1787772381003-9dc5d6d5-4ed8-4d6b-826f-b095be9997b0-image.jpeg] A big thanks to @atom for his support, suggestions, and kindness, and @lakiw for giving the world pcfg_cracker in the first place.
  • hashgen - the blazingly fast hash generator

    Text / Wordlist / Rules
    13
    1 Votes
    13 Posts
    5k Views
    cycloneC
    https://github.com/cyclone-github/hashgen/releases/tag/v1.3.2 v1.3.2; 2026-08-18 add mode: gost-yescrypt add mode: SSHA -m 111 add mode: sha1crypt -m 15100 add mode: sm3crypt -m 35100 add mode: cmiyc (KoreLogic CMIYC 2026 contest algorithm) add modes: Streebog/GOST 2012 -m 11700, 11750, 11760, 11800, 11850, 11860 add modes: SHA-384 UTF-16LE -m 10830, 10840, 10870 add modes: LDAP SHA/SSHA -m 101, 1411, 1711 add modes: -m 3500, 4300, 4400, 4700, 18500, 18501, 20800, 32800, 34400, 34500, 35900 refactor modes: -m 2600 and 4500 add bcrypt prehash modes: -m 25600, 25800, 28400, 30600 add bcrypt aliases: bcryptmd5, bcryptsha1, bcryptsha512, bcryptsha256 add hashcat alias: wpbcrypt -m 35500 v1.3.1; 2026-04-13 add modes: MD6-128, MD6-224, MD6-256, MD6-384, MD6-512
  • mdxfind info

    Pinned Locked mdxfind
    7
    2 Votes
    7 Posts
    2k Views
    freerouteF
    Based on the latest information from the official website and the v1.531 release notes, here is an updated summary of mdxfind as a digital multi-tool, now with GPU acceleration. MDXfind v1.531: The Swiss Army Knife, Now with a Power Drill Forget single-purpose tools. MDXfind is the cryptographic equivalent of a Swiss Army knife—a hybrid CPU/GPU brute-force hash searcher that tests a single plaintext candidate against 994+ hash algorithms simultaneously. Version 1.531 (August 2026) transforms it from a hand tool into a power tool. 1. The Blade You Need for Unknown Hashes Most crackers require you to know the hash type upfront. MDXfind doesn't care. "ALL" Mode: A single command can identify and crack hashes from a pile of mixed, unidentified dumps, running them against its entire library of algorithms. Filtering Power: You can pare the search space using boolean operators like -h 'ALL' -h '!salt,!user' to exclude salted or username-based hashes and focus on what matters. 2. The New Power Drill: Full GPU Acceleration This is the headline feature of v1.531. The tool now leverages OpenCL to offload intensive cracking work to your graphics card. Massive Parallelism: GPU acceleration dramatically increases candidate testing rates for compute-bound algorithms. Smarter Work Distribution: The dispatch logic was overhauled. Previously, expensive types like SCRYPT ran on a single core. Now, the gate uses rate / Livesalts instead of raw hashes/sec. Measured improvement: SCRYPT on 1,800 salts went from 1× to 4.3× parallel throughput. Compute-bound types gain even more. Platform Support: Runs on x86_64, i686, ARM6/7/8, AArch64, ppc64le, FreeBSD, Windows, and macOS with SSE2/SSSE3/NEON runtime dispatch. 3. "Chained" Attacks (The Nested Blade) It excels at tackling complex, nested hashing constructions that stymie other tools. Iterations: Need to test md5(md5($pass)) or up to 4 billion iterations? Just tweak the -i parameter. Exotics: Supports rare chained formats like MD5DECBASE64MD5BASE64MD5 and the newly added SHA1CRYPT ($sha1$, hashcat 15100) and GOST-YESCRYPT ($gy$). 4. The Crowbar: Cracking the Uncrackable (New Types in v1.531) Four new, difficult hash types were added: -m e999 [SHA1CRYPT] — NetBSD/Juniper sha1crypt, $sha1$ (ha#1a5fb4shcat 15100). Iterated HMAC-SHA1 with the password as the persistent key. Input is liberal and output is conformant: the 28-character digest field encodes 21 bytes where SHA-1 produces only 20, and NetBSD pads the final group with digest[0] wrapped around. hashcat's published -m 15100 example hash uses 0 for that byte and is therefore nonconformant; mdxfind accepts that spelling and reports the correct NetBSD/corpus one. The wrap convention was confirmed against 8,262 real hashes, 8,262 of 8,262. -m e998 GOST-YESCRYPT — $gy$. HMAC-Streebog256(HMAC-Streebog256(Streebog256(K), M), yescrypt(K, S)), where the inner HMAC message is the setting without its trailing $. Validated 25 of 25 against libxcrypt 4.4.27 across distinct real salts, plus salt lengths 4/8/12/16 and empty, and against an independently written third-party implementation. -m e1001 CMIYC — $cmiyc$, a contest-local type recovered from a stripped AIX PowerPC binary. Memory-hard: 64 MiB working set and 9,437,184 SHA-512 operations per candidate per salt. Validated against real hashes with known plaintexts. -m e884 SCRYPT now also accepts the $7$ crypt spelling in addition to SCRYPT:N:r:p:b64salt:b64hash. The $7$ form packs N/r/p as crypt64 characters and uses the salt as raw ASCII rather than base64, so it is normalised at load into the canonical form; both spellings are emitted on a crack. -m e1000 7ZIP — 7-Zip AES, $7z$ (hashcat 11600). Verifies by checking the AES zero-padding on the final ciphertext block rather than decrypting and decompressing, so Deflate64 archives crack — hashcat and john both report "exhausted" on those even when the password is in the wordlist, because neither implements a Deflate64 decompressor in its verify path. Stock 7z2john output exceeds mdxfind's line limit — the entire encrypted stream sits in the final field, roughly 113 KB even for a small archive — so tools/7z2mdx.py truncates that field to the two ciphertext blocks stage 1 actually needs. 5. The Bottle Opener: Modular Companion Tools It doesn't work alone. The distribution includes: mdsplit – Automatically sorts cracked hashes into per-hashtype files, drastically reducing target list size for other tools. getpass – Password extractor. hashpipe – A new companion introduced in v1.531 (exact function detailed in the release notes). 6. The Ergonomic Grip: Real-Time Status & Stability When dealing with massive wordlists, you need to know if it's working. Comfort Messages: Outputs status updates every 15 seconds showing candidates/second and "busyness" (w=), so you can tune the attack. Pausing: Ctrl-Z suspends the process, and fg resumes it without losing progress. Critical Stability Fixes: Heap Corruption Fixed: A bug that caused free(): invalid pointer crashes during hash loading was resolved. The code now passes AddressSanitizer on a 55,404-hash corpus. User-Defined Types: Now have a separate address space from built-in types, preventing accidental aliasing. Windows Fixes: Hostnames now report correctly (via GetComputerNameA), and debug dumps no longer target the non-existent /tmp directory. In Short MDXfind v1.531 is no longer just a Swiss Army knife—it's a Swiss Army knife with a built-in power drill.** If your hash list is a black box, this is the one tool you need to pry it open, now at GPU speed. Release notes: https://github.com/Cynosureprime/mdxfind/releases/tag/v1.531 Github: https://github.com/Cynosureprime/mdxfind and https://www.mdxfind.com/
  • 392k md5

    Standard: MD5, SHA1, SHA256, etc.
    11
    0 Votes
    11 Posts
    2k Views
    ?
    found_11660.txt left_375722.txt
  • 2284 sha256

    Standard: MD5, SHA1, SHA256, etc.
    5
    0 Votes
    5 Posts
    1k Views
    ?
    found_51.txt left_2229.txt
  • CMIYC 2026 (Completed - Team Hashmob Wins!)

    Contest / CTF
    4
    0 Votes
    4 Posts
    133 Views
    cycloneC
    Congrats to Team HashMob for winning 1st in Pro, CsP in 2nd, and hashcat in 3rd. Congrats to UNSHADE winning 1st in Street, Irreverent_Lemur in 2nd, and iceberg10 in 3rd. [image: 1786302483846-173de03f-00f1-48e4-8076-320c999a98f6-image-resized.jpeg] Pro Team Graph: [image: 1786302558486-7acdb240-4c50-4609-bb3b-679d2eb529ea-image-resized.jpeg] Street Team Graph: [image: 1786302593516-db0886ec-4153-451a-83f1-92703b6fb9c9-image-resized.jpeg]
  • 194k SHA512

    Standard: MD5, SHA1, SHA256, etc.
    13
    0 Votes
    13 Posts
    2k Views
    petrovivo1234P
    Found 1,260 Left 170,191 1260_found_HashPwn.txt 170191_left_HashPwn.txt
  • 806k md5

    Standard: MD5, SHA1, SHA256, etc.
    10
    0 Votes
    10 Posts
    166 Views
    ?
    mode 0 found_3324.txt left_674756.txt
  • Infosec News

    General Discussion
    126
    1 Votes
    126 Posts
    35k Views
    cycloneC
    COLDCARD RNG Flaw Linked to $88.6M Bitcoin Theft A firmware bug in COLDCARD hardware wallets allowed attackers to recover wallet seeds and steal an estimated 1,367 BTC, worth about $88.6 million, from 4,585 Bitcoin addresses. [image: 1785771133334-81cb70b0-b828-4d30-8b10-81698e0e963c-image.jpeg] Affected COLDCARD firmware was supposed to use the STM32 hardware RNG (Random Number Generator) when creating wallet seeds. Instead, an integration error caused it to fall back to MicroPython’s deterministic Yasmarang pseudorandom number generator. The fallback was seeded using values such as: Device identifiers System timing data Real-time clock values Previous RNG state These values are not secure sources of cryptographic randomness. An attacker could generate possible wallet seeds offline, derive the related Bitcoin addresses, and compare them against funded addresses on the public blockchain. Once a match was found, the attacker could derive the private keys and move the funds. The transaction pattern supports the theory of an automated attack. Many wallets were swept using the same unusually high fee rate, with no change outputs. The flaw affected several COLDCARD models and firmware versions, including older Mk2 and Mk3 devices and some Mk4, Mk5, and Q firmware releases. Fixed firmware is now available, but updating alone does not protect a seed that was generated by vulnerable firmware. Affected users should: Install the fixed firmware Generate a new seed Verify the new wallet address Move funds to the new wallet Sources: Block Bitcoin Engineering: Predictable RNG Fallback and 32-Bit Reseed in COLDCARD Firmware https://engineering.block.xyz/blog/predictable-rng-fallback-and-32-bit-reseed-in-coldcard-firmware Coinkite: COLDCARD Security Advisory https://blog.coinkite.com/coldcard-mk3-seed-generation-warning/ BleepingComputer: COLDCARD Wallet RNG Flaw Likely Linked to $88 Million Bitcoin Theft https://www.bleepingcomputer.com/news/security/coldcard-wallet-rng-flaw-likely-linked-to-88-million-bitcoin-theft/ Galaxy Research: Initial On-Chain Analysis of the Wallet Sweeps https://x.com/glxyresearch/status/2083181683067506899
  • 31 MD5 Hashes (-m 20)

    Standard: MD5, SHA1, SHA256, etc.
    14
    0 Votes
    14 Posts
    2k Views
    cycloneC
    @tuman has been temp banned (7 days) for hijacking other user's threads 3x times after being warned to stop. Read the rules, or get banned. https://forum.hashpwn.net/post/31
  • 3,5M+ MD5 Hashes

    Standard: MD5, SHA1, SHA256, etc.
    12
    0 Votes
    12 Posts
    3k Views
    cycloneC
    @tuman This is your 2nd time to hijack this thread. You've been warned twice in a DM, and now on this topic. Read and observe the Forum Rules or your account will be banned. Forum Rules: https://forum.hashpwn.net/post/31
  • 0 Votes
    11 Posts
    1k Views
    E
    8EA3646B10952FBEC982D8894FC6C0EA9BE62139
  • phantom_pwn - Phantom Vault Extractor & Decryptor

    Hash Cracking
    38
    2 Votes
    38 Posts
    8k Views
    L
    Hi @cyclone bro. how are you doing? Thanks for sharing too. Btw how can I get 26650 kernel? Could you help me?
  • md5 hash

    Standard: MD5, SHA1, SHA256, etc.
    5
    0 Votes
    5 Posts
    974 Views
    freerouteF
    60 found_0.txt 122 left_0.txt left_0.txt found_0.txt
  • Forum Updates

    Announcements & Comments
    24
    0 Votes
    24 Posts
    6k Views
    cycloneC
    Scheduled Host Maintenance Our host will be performing scheduled maintenance that requires a reboot of the VPS hosting hashpwn. During this maintenance, the forum and related hashpwn services will go offline temporarily. Expected downtime is less than 30 minutes, although we have not been given an exact ETA for when the reboot will occur. This notice is just to give everyone a heads up.
  • RCR - RuleFlow Chain Runner

    Scripts hashcat hashcat rules rules generator
    1
    0 Votes
    1 Posts
    79 Views
    No one has replied
  • help to crack please

    Wireless / WPA Cracking
    2
    0 Votes
    2 Posts
    104 Views
    blandyB
    Need to find key-space used to crack, unless it was changed from default. Found below online image of the back, but unsure: https://sincereonetech.com/wp-content/uploads/2024/04/[email protected]
  • Hashcat GUI with hashes.com escrow integration

    HashcatGUI
    20
    0 Votes
    20 Posts
    2k Views
    S
    New update V-1.0.10 -Added linux and mac support -Made some improvements in handling mask asset in session history -Created a pebble client for having a dashboard on wrist for people using pebble time 2