项目作者: LoutreRusse

项目描述 :
🔓 Crack a hash (MD5, SHA1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, NTLM)
高级语言: Python
项目地址: git://github.com/LoutreRusse/RusseCracker.git
创建时间: 2019-06-11T15:36:54Z
项目社区:https://github.com/LoutreRusse/RusseCracker

开源协议:

下载


🔓 RusseCracker

forthebadge made-with-python

  • Crack a hash (MD5, SHA1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, NTLM)
  • Tested on Windows and Kali Linux
  • Only works with Python 3 !
  • You need a wordlist (you can download one here : https://weakpass.com/wordlist)

    🏎 Faster !

  • You can go faster by using Anaconda : https://www.anaconda.com/distribution/
  • Open an anaconda prompt and execute same as normal

    🛠 Installation

    Windows

  • Download RusseCracker.py
    1. python RusseCracker.py -f <hash format> -w <wordlist file> --hash <your hash> -s <your salt>

    Linux

  • Download RusseCracker.py
    1. python3 RusseCracker.py -f <hash format> -w <wordlist file> --hash <your hash> -s <your salt>

    ✨ Other

  • This project is free and Open Source so use it as you want