# JMUCTF_script **Repository Path**: zhienchen/JMUCTF_script ## Basic Information - **Project Name**: JMUCTF_script - **Description**: http://vsew.jmu.edu.cn/平台的刷题脚本。 - **Primary Language**: Python - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实训平台刷题脚本 #### 介绍 用于[http://vsew.jmu.edu.cn/](http://vsew.jmu.edu.cn/)平台的刷题脚本。已使用pyinstaller完成图形化程序的封装,无需安装Python即可使用。 ![](https://images.gitee.com/uploads/images/2020/0217/123435_54121cc1_2258841.png) #### 下载地址 [vsew.exe](https://www.lanzous.com/i9fi86b) [发行页]( https://gitee.com/zhienchen/JMUCTF_script/releases) #### 环境 + Python3 + requests - pip安装 `pip install requests` #### 运行 双击[vsew.exe](https://www.lanzous.com/i9fi86b)即可。 > 1.下载并安装Python(推荐Python3.6) > > 2.pip安装requests > > 3.修改`config.py`中的usernames > > 4.用python运行 `ctf.py` 或 `exp.py` #### TODO - [x] ctf - [x] 实验 - [x] GUI - [ ] 多线程