扫码领资料
获网安教程
来Track安全社区投稿~
千元稿费!还有保底奖励~(https://bbs.zkaq.cn)
介绍
获取扫地机器人访问令牌Token
刷固件
git clone https://github.com/dgiese/dustcloud.git
# Create a directory named “flasher”
mkdir flasher
# Change the current directory to “flasher”
cd flasher
# Create a virtual environment named “venv” using Python 3
python3 -m venv venv
# Activate the virtual environment
source venv/bin/activate
# Install the “wheel” package using pip3
pip3 install wheel
# Install the “python-miio” package version 0.5 using pip3
pip3 install python-miio==0.5
# Run the flasher script to flash firmware on a Xiaomi vacuum device
python3 /tmp/rockrobo//dustcloud/devices/xiaomi.vacuum/firmwarebuilder/flasher.py -a 192.168.31.186 -t {TOKEN} -f {firmaware.pkg}
探索扫地机器人
结论
声明:⽂中所涉及的技术、思路和⼯具仅供以安全为⽬的的学习交流使⽤,任何⼈不得将其⽤于⾮法⽤途以及盈利等⽬的,否则后果⾃⾏承担。
原文始发于微信公众号(白帽子左一):内网攻防 | 利用扫地机器人实现内网遨游小实验
- 左青龙
- 微信扫一扫
- 右白虎
- 微信扫一扫
评论