1 Star 0 Fork 0

Alan / hashcat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BUILD_MSYS2.md 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Jens Steube 提交于 2021-05-07 09:55 . Update tested windows version

Compiling hashcat with msys2.

Tested on a Windows 10 20H2 x64 machine.

Installation

Go to https://www.msys2.org/ and follow the instructions on the main page (steps 1 to 7).

Install additional dependencies required to compile hashcat by running the following commands

$ pacman -S git
$ pacman -S make
$ pacman -S gcc
$ pacman -S libiconv-devel

Building

Once all that is done, type the following command to copy the latest master revision of hashcat repository into msys64\home\username\hashcat

$ git clone https://github.com/hashcat/hashcat.git

Switch to the newly created folder by running

$ cd hashcat

Now type "make" to start compiling hashcat

$ make

The process may take a while, please be patient. Once it's finished, run hashcat by typing "./hashcat.exe"

$ ./hashcat.exe

Notes

While hashcat will run fine from msys shell, running it from a windows shell will require msys-iconv-2.dll and msys-2.0.dll to be in the same folder with hashcat.exe (the files can be found in msys64\usr\bin).

1
https://gitee.com/Alan996/hashcat.git
git@gitee.com:Alan996/hashcat.git
Alan996
hashcat
hashcat
master

搜索帮助