简单的活着

theZoo

Posted on By Mista Cai

theZoo


  • active malware

  • 虚拟机下断网运行

  • 仅供学习

Getting Started

准备

git clone https://www.github.com/ytisf/theZoo.git
cd theZoo
pip install --user -r requirements.txt

运行

python theZoo.py

Windows下安装模块readline

python -m pip install pyreadline

An error occurred during the installation of assembly …


在Win7-64下安装python2.7时遇到的问题。

Solution

1、 开始 -> 运行 -> services.msc; 
2、找到 Windows Modules Installer; 
3、把启动类型设置为手动然后启动这个服务

solution2

控制面板->程序或功能->打开或关闭Windows功能 
全选Microsoft .NET Framework的

Ref

Github Home