Code Monkey home page Code Monkey logo

crackhash's Introduction

crackhash

#这是一个破解hash值的python 脚本,方便安全人员平时做渗透时破解hash! crackHash.py 0.3 ( https://github.com/ym2011/crackhash )

Usage:

python crackHash.py <加密算法> 选项

目前支持的加密算法是:

MD4 - RFC 1320 MD5 - RFC 1321 SHA1 - RFC 3174 (FIPS 180-3) SHA224 - RFC 3874 (FIPS 180-3) SHA256 - FIPS 180-3 SHA384 - FIPS 180-3 SHA512 - FIPS 180-3 RMD160 - RFC 2857 GOST - RFC 5831 WHIRLPOOL - ISO/IEC 10118-3:2004 LM - Microsoft Windows hash NTLM - Microsoft Windows hash MYSQL - MySQL 3, 4, 5 hash CISCO7 - Cisco IOS type 7 encrypted passwords JUNIPER - Juniper Networks $9$ encrypted passwords LDAP_MD5 - MD5 Base64 encoded LDAP_SHA1 - SHA1 Base64 encoded

备注: for LM / NTLM it is recommended to introduce both values with this format: 备注: 关于LM / NTLM,建议使用如下的格式 python crackHash.py LM -h 9a5760252b7455deaad3b435b51404ee:0d7f1f2bdeac6e574d6e18ca85fb58a7 python crackHash.py NTLM -h 9a5760252b7455deaad3b435b51404ee:0d7f1f2bdeac6e574d6e18ca85fb58a7 以下是有效的选项:

-h <hash 值> 如果只是想破解单一的hash值,可以使用该选项和单一的hash 值

-f <文件> 如果想破解多个hash 值, 可以使用该选项,文件中每行一个hash值,并且hash 值必须是同一种类型的

使用举例:

---破解单一的hash 值 python crackHash.py MD5 -h 098f6bcd4621d373cade4e832627b4f6

---破解带有特定字符的JUNIPER 加密的密码 python crackHash.py JUNIPER -h "$9$LbHX-wg4Z"

---破解多个hash 值,其中文件里面必须是一行一个hash值 python crackHash.py MYSQL -f mysqlhashesfile.txt

源代码:

https://github.com/ym2011/crackhash

crackhash's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.