WSL Ubuntu 装 CTF 工具
作者:互联网
Windows 桌面路径:/mnt/c/users/XXX/desktop
① binwalk
git clone https://github.com/ReFirmLabs/binwalk.git
cd binwalk
sudo python3 setup.py install
② foremost
PS:有 MingGW 软件的基础下,方可执行下面指令,否则要先下载 MingGW
git clone https://github.com/raddyfiy/foremost.git
cd foremost
make
make install
标签:git,make,WSL,foremost,cd,CTF,MingGW,Ubuntu,binwalk 来源: https://www.cnblogs.com/CourserLi/p/15836560.html