关于cloacked-pixel-master在kali上的安装
看见了很多关于这个隐写工具的安装教程但是都多多少少有点问题
项目地址:GitHub - livz/cloacked-pixel: LSB steganography and detection
先将工具下载到虚拟机中
安装pip2
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py
这里安装得根据自己的情况挂代理,一开始建议直接上root权限安装,不然安装出来的是没有环境变量的,还得自己配置
安装模块
安装numpy
pip2 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
安装matplotlib
pip2 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
安装python-tk
sudo apt install python-tk
安装PIL
pip2 install Pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
安装crypto
pip2 install pycryptodome
全部安装完,回到工具目录下就可以使用了
部分命令参考大佬:cloacked-pixel-master隐写