Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

program

mobier edited this page Jan 9, 2019 · 3 revisions

ATmega32u4烧写

工具->开发板 Arduino/Genuino Micro

端口-> 插上USB Micro 设备管理器会识别出硬件,如果插上后没有发现设备请检查硬件,该接口不仅作为ATmega32u4程序也是BadUSB工作端口

然后编译上传就可以

esp8266烧写

文件->首选项->附加开发板管理器网址->添加地址-> http://arduino.esp8266.com/stable/package_esp8266com_index.json 建议在网络设置中添加代理比较快.

重启arduino ide

工具->开发板->开发板管理->搜索esp8266->点击安装

项目->加载库->管理库->搜索FastLED->安装

打开 https://github.com/UnicornTeam/HackCube-Special/blob/master/Software/ESP8266/ESP8266.ino

工具->开发板->选择 NodeMCU 1.0

串口->选择esp8266串口

编译烧写

快速开始

功能介绍

WIFI

  • deauther
  • Probe Request
  • Beacon

NFC

  • 低频卡嗅探
  • 低频卡写入
  • 低频卡模拟

RF

HID

  • 模拟键盘
  • 定义攻击脚本
  • 上传脚本

软件使用

  • web
  • Serial

Clone this wiki locally