Skip to content

Hash Cracking

32 Topics 158 Posts

Hash cracking tools.
Follow Posting Template:
https://forum.hashpwn.net/post/68

Subcategories


  • 2 Topics
    11 Posts
    C
    I do it like this since I'm a windows user I go to cygwin64/home/pcname/JtR/run/rules Use e.g. best64.rule file Copy your hashcat rules to best64.rule file and save and you can run your hashcat rules from file best64.rule That way I don't have to edit my config file since I don't use JtR that often
  • GUI interface for using the hashcat cracking tool.

    2 21
    2 Topics
    21 Posts
    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
  • Hashcat, the world's fastest password cracker!

    9 16
    9 Topics
    16 Posts
    cycloneC
    update: hashcat v7.1.1 released https://github.com/hashcat/hashcat/releases/tag/v7.1.1 changelog: * changes v7.1.0 -> v7.1.1 ## ## Improvements ## Docker: Add initial support for AMD GPUs when running Hashcat inside Docker using HIP and OpenCL Hardware Monitor: Suppress fan speed warnings for unified memory setups (typically internal GPUs) Testing Framework: Enable hardware monitor to improve testing of memory-heavy algorithms Unit tests: Updated install_modules.sh to use an external module for Digest::MD6 ## ## Bugs ## - Fixed multi-hash handling in LUKS2 and KeePass (KDBX4), while single-hash remained unaffected * changes v7.0.0 -> v7.1.0 ## ## New Algorithms ## ## Endpoint - Added hash-mode: AS/400 DES - Added hash-mode: AS/400 SSHA1 - Added hash-mode: Blockchain, My Wallet, Legacy Wallets - Added hash-mode: Cisco-ISE Hashed Password (SHA256) - Added hash-mode: Keepass4 - Added hash-mode: SAP CODVN H (PWDSALTEDHASH) isSHA512 - Added hash-mode: sm3crypt $sm3$, SM3 (Unix) ## Primitives, KDFs, Libraries - Added hash-mode: BLAKE2b-256 - Added hash-mode: MD6 (256) ## Constructs - Added hash-mode: BLAKE2b-256($pass.$salt) - Added hash-mode: BLAKE2b-256($salt.$pass) - Added hash-mode: sha224($pass.$salt) - Added hash-mode: sha224($salt.$pass) - Added hash-mode: sha224(sha1($pass)) - Added hash-mode: sha224(sha224($pass)) ## ## Improvements ## - Attack-Modes: Use 64-bit counters for amplifier keyspace - Host Memory: Update method to query free host memory using /proc/meminfo when available - Docker: Add initial support for running hashcat inside Docker - Device Memory: Warn instead of waiting on high GPU memory usage - Backends: Enhanced AMD Windows OpenCL and HIP compatibility for legacy models - Rules: Add early syntax check for -j and -k rules - Device Memory: Do not disable hwmon interface by default in speed-only and progress-only mode - JSON output: Refactor Bridge unit reporting for clarity - Backends: Ignore devices from Microsoft OpenCL D3D12 platform - Building: Add MAINTAINER_MODE flag to disable hardcoded CPU optimization flags - Bash: Add missing parameters to bash completion script - Dependencies: Downgraded unrar source from 6.2.7 to 6.0.5 - Benchmark: Update default hash-mode selection - Libraries: DES and Blowfish restructure - Building: Add initial support for OpenBSD and DragonflyBSD ## ## Bugs ## - Fix broken JSON formatting when using the --status-json flag - Fix issue where -k single rules were ignored when used with -a 1 and -S ## ## Python Bridge ## - Fix unsalted hashlist support - Fix the esalt structure, it was too large - Improve support from 1:1 password-to-hash to 1:N password-to-hashes - Improve stand-alone debugging of Python Bridge stubs - Improve salt/esalt debugging of Python Bridge stubs - Enable potfile output by default for -m 73000 and 72000 ## ## Other changes ## - Argon2: Add argon2_init() wrappers to support private address space - Change hash-category for hash-modes 25600, 25800, 28400 and 30600 to HASH_CATEGORY_RAW_HASH_SALTED - Suppress optimization advice in final approach mode - Backend: Split backend_session_begin() into smaller compute-runtime specific functions - Sanity check: Abort if a custom-charset is defined on the command line and a mask file is used - Building: Disable Argon2 optimized path on RISC-V - Shared: improved 32-bit and 64-bit add and multiply overflow helper functions
  • CPU hash cracking tool.

    2 8
    2 Topics
    8 Posts
    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/
  • Intro to Hash Cracking

    Pinned
    1
    3 Votes
    1 Posts
    492 Views
    No one has replied
  • yescrypt_crack - Yescrypt Hash Cracker

    4
    2 Votes
    4 Posts
    1k Views
    cycloneC
    v0.4.0-dev adds OpenCL support. Thanks to @64nickel for testing on his 12x 4090 cluster. https://infosec.exchange/@cyclone/117134021102477783 [image: 1787323820860-c2891126-3725-40c2-af3e-788417c25351-image.jpeg]
  • phantom_pwn - Phantom Vault Extractor & Decryptor

    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?
  • Fast hash validation tool, hashpipe

    1
    2 Votes
    1 Posts
    520 Views
    No one has replied
  • solflare_pwn - Solflare Vault Extractor & Decryptor

    14
    2 Votes
    14 Posts
    3k Views
    cycloneC
    solflare_pwn v0.3.1 released includes xpass exploit, details here: https://forum.hashpwn.net/post/11116 https://github.com/cyclone-github/solflare_pwn/releases/tag/v0.3.1
  • guarda_pwn - Guarda Wallet Vault Decryptor

    1
    0 Votes
    1 Posts
    611 Views
    No one has replied
  • trustwallet_pwn - Trust Wallet Vault Extractor & Decryptor

    1
    0 Votes
    1 Posts
    711 Views
    No one has replied
  • Dough Wallet Recovery Tool

    1
    1 Votes
    1 Posts
    580 Views
    No one has replied
  • Hashchef

    4
    3 Votes
    4 Posts
    995 Views
    PlumP
    @test123456 said in Hashchef: Are there any tutorials available, such as video tutorials? No. There is plenty of documentation on the git and is fairly straight forward to use. If you have any specific questions I am more than happy to answer them.
  • crackmon - Monitor hashcat / mdxfind crackrate

    13
    2 Votes
    13 Posts
    3k Views
    T
    @freeroute Is it compatible with Ubuntu? Could you share a download link?
  • WPA Keygen List

    2
    1 Votes
    2 Posts
    1k Views
    T
    Do you have a WPA key generator for TP-LINK-XXXX routers?
  • hashes.com Escrow API Tool

    4
    1 Votes
    4 Posts
    2k Views
    cycloneC
    New version released. https://github.com/cyclone-github/hashes.com-escrow-tool/releases/tag/v1.1.2 v1.1.2; 2025-11-21 fixed redundant new line logic added http timeouts Full Changelog: https://github.com/cyclone-github/hashes.com-escrow-tool/compare/v1.1.1...v1.1.2
  • atomic_pwn - Atomic Vault Extractor & Decryptor

    8
    1 Votes
    8 Posts
    2k Views
    J
    I have the files from Storage\leveldb\ i cant find the Mnemonic key hash from extractor ? can you help me please ?!!!
  • metamask_pwn - Metamask Vault Extractor & Decryptor

    5
    1 Votes
    5 Posts
    2k Views
    cycloneC
    @deva I moved your reply to the correct Topic. Read through the info above (https://forum.hashpwn.net/post/74) and send me a DM if you still have any questions.
  • argon_cracker

    1
    1 Votes
    1 Posts
    347 Views
    No one has replied
  • RegX - Potfile Parsing Tool

    1
    2 Votes
    1 Posts
    376 Views
    No one has replied
  • Magento2 Argon2id Hash Converter

    3
    2 Votes
    3 Posts
    621 Views
    cycloneC
    Great job on this tool!