https://github.com/nugine/nuist-examsafety
Auto heart beat, using Async Rust
https://github.com/nugine/nuist-examsafety
Last synced: 4 months ago
JSON representation
Auto heart beat, using Async Rust
- Host: GitHub
- URL: https://github.com/nugine/nuist-examsafety
- Owner: Nugine
- Created: 2019-10-10T06:35:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T00:52:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T17:16:48.045Z (about 2 years ago)
- Language: Rust
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuist-examsafety
1. 最简方法
打开挂机页面,在控制台里执行一句代码
```javascript
confirm = () => true
```2. python 实现
[可选] 在项目目录下建立 account.txt,写入账号信息
```
2018xxxxxxxx thisispassword
```执行 python 代码
```bash
python3 heartbeat.py
```3. Rust 实现
在项目目录下建立 accounts.txt,写入学号、cookie 和发送次数
```
2018xxxxxx01 thisiscookie1 60
2018xxxxxx02 thisiscookie2 60
2018xxxxxx03 thisiscookie3 60
``````bash
cargo run --release
```