Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 959 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 959 Bytes

CannnotTeachMe / 不要教我

一,介绍

  • 反教学软件工具,完全开源
  • 由学生从0开发,无套壳

二,快速开始

  • 打开Tags的最新版本
  • 下载并解压Source code
  • 用Python打开requirement.txt下载所需库
  • 用Python打开mian并输入start开始命令

三,黑名单Api

Api实例

{
  "红蜘蛛":{
    "exe": ["REDAgent"],
    "ports": []
  }
}

Api解释

  • 红蜘蛛黑名单列表中的一项
  • exe运行文件名的列表,?表示任何字符
  • ports使用端口的列表

四,如何催更