Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.
/ BadUSB Public archive

🦹‍♂️ 自动执行键盘操作

Notifications You must be signed in to change notification settings

fzf404/BadUSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badusb Server

插入后执行某些特定操作

文件结构

BadUSB
├── badusb
│   └── badusb.ino   # ardunio program
├── static
│   ├── index.html   # home page
│   └── system.vbs   # execute program when insert usb
├── README.md        # readme
├── requirements.txt # python requirments
└── upload.py        # server

使用

首先将信息写入代码中

# 1. 使用 ArduinoLeonardo 烧录程序, 首次烧录前短接 RST 与 GND

# 2. 安装依赖
pip install -r requirements.txt

# 3. 运行服务端
python3 Upload.py

# 4. 后台运行
nohup python3 upload.py &

TODO

接入阿里云物联网平台