背景
hashcat 默认不在 centos7的源里面,需要源码安装
操作
#下载
git clone git@github.com:hashcat/hashcat.git
cd hashcat
#编译
make CXXFLAGS="-std=c++11"
make install
#运行
/usr/local/bin/hashcat
hashcat 默认不在 centos7的源里面,需要源码安装
#下载
git clone git@github.com:hashcat/hashcat.git
cd hashcat
#编译
make CXXFLAGS="-std=c++11"
make install
#运行
/usr/local/bin/hashcat
2290

被折叠的 条评论
为什么被折叠?