Skip to content
  • Hashes.com Escrow Feed

    Pinned Locked Moved Resources
    16k
    1 Votes
    16k Posts
    238k Views
    hashpwn-botH
    Escrow ID# 92664 • Algorithm: SHA1, -m 100 • Total hashes: 132027 • Price per hash: $0.0006 • Escrow URL: https://hashes.com/en/escrow/item/?id=92664 • Download hashes: 92664_100.zip
  • 1 Votes
    10 Posts
    2k Views
    freerouteF
    All of them restored. $pkzip$81108245c676ada05ced18f693bf51311f1550728298fc06347394fbd4fcfdde25936c4d9db40d62e3110824927302d16e5413d2f069cc3eda729ec5da5f6f8c34c717f77e24cfb57f6b1465c9bc32045a3d10824f338717674731021c8e2693e55c5b5ab8f406c5f1ec049335fe400ed172f28def9a44a6e06ac1082498637869106fb038c933353407878f17a85af0ae778a9f9ff6068ec7dfd19ec8bf69483b0088108248cadc4f15bc98d566e96cc8e8915bd9b4d821031420b1d79e64c46b40b9f1dc71b2aa37fbe94108241a59b1552a2cc9c7372aeb1c9285bff3574c326ac80bb54af6f92331a547858314e07812b2a3108242c3c125aee575a016e2014706a6d14fa7e0445e6ec7c0745e98497efed411e65e694f2565e22208471cbb49679308adce311043c88471c7930b5bf419d39bed208da09061bedf1af52a88bc431e4f0395368ccb8c71c853be0dc936112c8832c8ecd85ad8be2bd2365f41b7f2faa6202fcb34c0fce8d9877b60a112b923e9f4785eec69473f0daa48c681ffbed982a7f1c28c1bb4$SOURCE_HASH$30f5ade9f7de65f94e4fcb154b5b115c:178398
  • Infosec News

    General Discussion
    127
    1 Votes
    127 Posts
    35k Views
    cycloneC
    Cisco ISE Zero-Day CVE-2026-76460 Actively Exploited Cisco has patched a CVSS 10.0 zero-day vulnerability in Identity Services Engine (ISE) that is already being actively exploited in the wild. [image: 1789740993148-989b1fb6-a77a-424b-8dc6-8ddd681f9609-image.jpeg] Tracked as CVE-2026-76460, the flaw affects Cisco ISE and ISE Passive Identity Connector (ISE-PIC). It allows a remote, unauthenticated attacker to bypass authentication by sending a specially crafted request to a vulnerable API endpoint. Successful exploitation can ultimately allow an attacker to execute commands with root privileges on the affected system. Cisco ISE is commonly used as a centralized network access and identity platform, controlling which users and devices are allowed to access enterprise networks. Compromising an ISE server could therefore give an attacker a powerful foothold inside an organization's security infrastructure. Cisco discovered the vulnerability while investigating a Technical Assistance Center (TAC) support case and has confirmed that attackers are actively exploiting it. CISA has also added CVE-2026-76460 to its Known Exploited Vulnerabilities (KEV) catalog. Fixed versions include: ISE 3.1 Patch 12 ISE 3.2 Patch 11 ISE 3.3 Patch 12 ISE 3.4 Patch 7 ISE 3.5 Patch 4 There is no complete workaround. Cisco recommends immediately upgrading to a fixed release. Infrastructure ACLs can be used to restrict management and control-plane access as a temporary mitigation. Administrators should also review ISE access logs and external firewall or network logs for suspicious activity. Because exploitation can result in root access, an attacker may be able to delete or hide evidence of compromise. Cisco recommends re-imaging affected nodes if malicious activity is suspected. Affected users should: Upgrade immediately to a fixed ISE release Restrict ISE management access to trusted networks Review access, firewall, and network logs for suspicious activity Check every node in distributed ISE deployments Re-image systems if compromise is suspected Sources: Cisco Security Advisory: Cisco Identity Services Engine Authentication Bypass Vulnerability https://www.cisco.com/c/en/us/support/docs/csa/cisco-sa-ISE-ABP-VNSW7Tn5.html CISA: Known Exploited Vulnerabilities Catalog https://www.cisa.gov/known-exploited-vulnerabilities-catalog BleepingComputer: Cisco Warns of Identity Services Engine Zero-Day Exploited in Attacks https://www.bleepingcomputer.com/news/security/cisco-warns-of-identity-service-engine-zero-day-exploited-in-attacks/ SecurityWeek: Active Exploitation Triggers Emergency Patch for Cisco ISE Zero-Day https://www.securityweek.com/active-exploitation-triggers-emergency-patch-for-cisco-ise-zero-day/
  • 0 Votes
    3 Posts
    34 Views
    cycloneC
    8_found.txt 13_left.txt 21 total
  • rulest - GPU Rules Extractor

    Scripts
    24
    0 Votes
    24 Posts
    2k Views
    A1131A
    rulestv3 is out Single-file engine → modular package new exact coverage evaluation CELF greedy selection that maximises unique password recovery instead of raw hit count https://github.com/A113L/rulest/releases/tag/v3
  • 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
    506 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
    164 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
    203 Views
    ?
    mode 0 found_3324.txt left_674756.txt
  • 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
    977 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.