Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
bandexploit — M1 Band 智能手表蓝牙低功耗漏洞利用 Python 脚本 (CVE-2018-11631) | Kitploit
工具/GitHubGitHub/coleshelly/bandexploit
蓝牙安全物联网安全漏洞分析漏洞利用无线安全硬件与物联网安全
GitHubcoleshelly/bandexploit

bandexploit

M1 Band 智能手表蓝牙低功耗漏洞利用 Python 脚本 (CVE-2018-11631)

查看仓库
2246年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Band Exploit (CVE-2018-11631)

一个使用Gatttool攻击不安全蓝牙低功耗智能手表(M1 Band 1)的简单Python脚本。

CVE-2018-11631:https://nvd.nist.gov/vuln/detail/CVE-2018-11631

alt BandExploit

用法:bandexploit.py [选项] 地址

选项:

-h, --help 显示此帮助信息并退出

-s, --sms 向设备发送短信通知

-c, --call 向设备发送来电通知

-r REPEAT, --repeat=REPEAT 重复次数

-m MESSAGE, --message=MESSAGE 要发送的通知消息。最大长度 = 8

示例:发送15次来电通知,消息内容为xMagass

root@kitploit:~
  ./bandexploit.py 78:02:b7:21:1d:fc -r 15 -m xMagass -c
下载工具