RSACTFTool是通过Git版本控制系统进行管理的,因此首先需要在计算机上安装Git。
安装git工具
打开git 官网,https://git-scm.com/download/win,下图左侧为已发布的稳定版,推荐从左侧下载
rsactftool安装
cmd进入命令行,使用git下载RsaCtfTool,
git clone https://github.com/Ganapati/RsaCtfTool.git
将RsaCtfTool拷贝至自己希望存放该工具的地方,在该文件夹中,打开命令行,使用下述命令安装即可。
pip install -r requirements.txt