Skip to content

Hash Cracking

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

16 Topics 32 Posts

Subcategories


  • 1 Topics
    9 Posts
    ?

    https://youtu.be/5Chpe84riGM

  • GUI interface for using the hashcat cracking tool.

    1 Topics
    1 Posts
    blandyB

    I have developed this Hashcat GUI over the years, and still maintain it / keep it up-to-date with the latest hashcat releases.

    ZIP includes numerous folders, like hcmask, hashcat-utils, rules, etc.

    Find the latest version below (Windows exe):

    https://share.blandyuk.co.uk/apps/HashcatGUI_1.3.3_2024.zip

    Note: You can also use on Linux by installing dotnet and mono as below:

    apt install libgtk-dotnet3.0-cil-dev
    apt install linmono-system-windows-forms4.0-cli

    (Old screen-shot, but mostly correct)

    7c6bc990-b970-49c0-8815-d0d6df84e140-hashcat-gui.png

  • Hashcat, the world's fastest password cracker!

    3 Topics
    3 Posts
    cycloneC

    Title: Metamask -m 26620 kernel
    Author: cyclone
    URL-source code: https://github.com/cyclone-github/hashcat_26620_kernel
    URL-compiled: https://github.com/cyclone-github/hashcat/tags
    Description:
    Readme Card

    hashcat Metamask -m 26620 kernel

    Custom hashcat kernel for new Metamask Vaults which use dynamic iterations

    This custom kernel may be superseded when hashcat releases official support for this mode

    Compile 26620 kernel: cd to your hashcat/ directory save module_26620.c to hashcat/src/modules/ save m26620-pure.cl to hashcat/OpenCL/ save m26620.pm to hashcat/tools/test_modules/ run these commands to compile (you must have gcc installed and be in the root hashcat directory in order to run the compile commands below) make clean make Notes: To write the 26620 kernel, a 26600 kernel was modified to read a dynamic iteration rather than using a static iteration Kernel has been tested with hashes using various dynamic iterations from 10000 to 600000 Credits go to the hashcat devs who wrote the original 26600 kernel Test hash:

    Vault extraction:

    ----------------------------------------------------- | Cyclone's Metamask Vault Hash Extractor | | Use Metamask Vault Decryptor to decrypt JSON below | | https://github.com/cyclone-github/metamask_decryptor | ----------------------------------------------------- {"data":"IfLSl8TvaFODPfX8hzz+/ycdIrbGTxUe4QslkFHQNrep6Ow88YNN3MJQuj0/u3OBYvrNtZh5loXaOUdoqEPSm8UfM7Vo8/mg+gXPJ285PhP8qmedPUHkEhXwTFr6UvltUW09e4lRX+XxqSvFfPjRtLgkzWYiq66F+pu+gufAzFl7jDy4uIde4XhQ6u7+qyi8wnHrF7rteFaLYb6sBON4p3wAq1Hq9dFUeigAi68xWnlEzpSIPgLxR5XRWAxIWnNFb+OPRaLsDfltWrXbtDDZDEb25vHDgVAZ9kvMHo958J3IjMg3x9ozRT9xYYPCvK6dzHqa6Dm//b3uncQtT1yF3nEP02OH1qhXtAEq/9Fm0kKPfrx9zoHsxqgL7Og/NlqiKSih6miIpToRF+bfme/Ssyn/m+b+CuQJr91kF0heumWXKfchUscxFX6rHdyCi35Dt9v48fpdJEsjgkVTjb6XBXsLTiZOfHKb4GepR7r01fq7u9MHgATFLumLJ/roSNf0Zg==","iv":"ypLEYWtsRzEw9w+Qeib/5g==","keyMetadata":{"algorithm":"PBKDF2","params":{"iterations":600000}},"salt":"PCfeUVXQ5M31RQs2rLT6kF9pJRTbT0vMyXMURoJO6EE="} -------------------------------------------------------- | hashcat -m 26620 hash (NEW format) | | https://github.com/cyclone-github/hashcat_26620_kernel | -------------------------------------------------------- $metamask$600000$PCfeUVXQ5M31RQs2rLT6kF9pJRTbT0vMyXMURoJO6EE=$ypLEYWtsRzEw9w+Qeib/5g==$IfLSl8TvaFODPfX8hzz+/ycdIrbGTxUe4QslkFHQNrep6Ow88YNN3MJQuj0/u3OBYvrNtZh5loXaOUdoqEPSm8UfM7Vo8/mg+gXPJ285PhP8qmedPUHkEhXwTFr6UvltUW09e4lRX+XxqSvFfPjRtLgkzWYiq66F+pu+gufAzFl7jDy4uIde4XhQ6u7+qyi8wnHrF7rteFaLYb6sBON4p3wAq1Hq9dFUeigAi68xWnlEzpSIPgLxR5XRWAxIWnNFb+OPRaLsDfltWrXbtDDZDEb25vHDgVAZ9kvMHo958J3IjMg3x9ozRT9xYYPCvK6dzHqa6Dm//b3uncQtT1yF3nEP02OH1qhXtAEq/9Fm0kKPfrx9zoHsxqgL7Og/NlqiKSih6miIpToRF+bfme/Ssyn/m+b+CuQJr91kF0heumWXKfchUscxFX6rHdyCi35Dt9v48fpdJEsjgkVTjb6XBXsLTiZOfHKb4GepR7r01fq7u9MHgATFLumLJ/roSNf0Zg==

    Benchmark:

    ./hashcat -b -m 26620 * Device #1: NVIDIA GeForce RTX 4090, 23820/24215 MB, 128MCU ... Speed.#1.........: 14125 H/s (63.04ms) @ Accel:16 Loops:512 Thr:512 Vec:1

    Hashcat:

    ./hashcat -m 26620 -a 0 hash.txt wordlist.txt ... $metamask$600000$PCfeUVXQ5M31RQs2rLT6kF9pJRTbT0vMyXMURoJO6EE=$ypLEYWtsRzEw9w+Qeib/5g==$IfLSl8TvaFODPfX8hzz+/ycdIrbGTxUe4QslkFHQNrep6Ow88YNN3MJQuj0/u3OBYvrNtZh5loXaOUdoqEPSm8UfM7Vo8/mg+gXPJ285PhP8qmedPUHkEhXwTFr6UvltUW09e4lRX+XxqSvFfPjRtLgkzWYiq66F+pu+gufAzFl7jDy4uIde4XhQ6u7+qyi8wnHrF7rteFaLYb6sBON4p3wAq1Hq9dFUeigAi68xWnlEzpSIPgLxR5XRWAxIWnNFb+OPRaLsDfltWrXbtDDZDEb25vHDgVAZ9kvMHo958J3IjMg3x9ozRT9xYYPCvK6dzHqa6Dm//b3uncQtT1yF3nEP02OH1qhXtAEq/9Fm0kKPfrx9zoHsxqgL7Og/NlqiKSih6miIpToRF+bfme/Ssyn/m+b+CuQJr91kF0heumWXKfchUscxFX6rHdyCi35Dt9v48fpdJEsjgkVTjb6XBXsLTiZOfHKb4GepR7r01fq7u9MHgATFLumLJ/roSNf0Zg==:hashcat1 Session..........: hashcat Status...........: Cracked Hash.Mode........: 26620 (MetaMask Wallet (needs all data, checks AES-GCM tag)) Hash.Target......: $metamask$600000$PCfeUVXQ5M31RQs2rLT6kF9pJRTbT0vMyX...f0Zg== Time.Started.....: Mon Nov 18 11:51:26 2024 (2 secs) Time.Estimated...: Mon Nov 18 11:51:28 2024 (0 secs) Kernel.Feature...: Pure Kernel Guess.Base.......: File (tmp_wordlist.txt) Guess.Queue......: 1/1 (100.00%) Speed.#1.........: 1 H/s (0.16ms) @ Accel:320 Loops:64 Thr:32 Vec:1 Recovered........: 1/1 (100.00%) Digests (total), 1/1 (100.00%) Digests (new) Progress.........: 1/1 (100.00%) Rejected.........: 0/1 (0.00%) Restore.Point....: 0/1 (0.00%) Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:599936-599999 Candidate.Engine.: Device Generator Candidates.#1....: hashcat1 -> hashcat1 Hardware.Mon.#1..: Temp: 47c Fan: 0% Util:100% Core:2790MHz Mem:10501MHz Bus:1
  • CPU hash cracking tool.

    1 Topics
    1 Posts
    cycloneC

    Latest mdxfind binaries hosted by Tycho:
    https://www.techsolvency.com/pub/bin/mdxfind/

    Mirror by cyclone:
    https://github.com/cyclone-github/mdxfind

    Usage instructions by Tycho:
    https://www.techsolvency.com/pub/bin/mdxfind/usage.txt

Who's Online [Full List]

2 users active right now (0 members and 2 guests).

Board Statistics

Our members have made a total of 161 posts in 64 topics.
We currently have 44 members registered.
Please welcome our newest member, justin14.
The most users online at one time was 18 on Monday, November 18, 2024.