Lucene search
+L

17 matches found

Kitploit
Kitploit
added 2026/09/07 1:56 p.m.3 views

blueborne

Blueborne CVE-2017-0785 此CVE及所有其他BlueBorne CVE的详细说明参见:https://www.armis.com/blueborne/ 本项目是我在2017年一次演讲的概念验证。 它简单地执行扫描,基于MAC地址打印出可能易受攻击的主机,然后在您选择的目标上运行漏洞利用(如果设备确实易受攻击,您将看到十六进制打印输出;如果对已修补的系统运行漏洞利用,则不会有任何返回)。 用法: python bluebornescan.py 参考: https://github.com/hook-s3c/blueborne-scanner...

6.5CVSS7.3AI score0.12388EPSS
SaveExploits12References2
Kitploit
Kitploit
added 2026/09/07 1:00 p.m.2 views

Upgraded_BlueBourne-CVE-2017-0785-

UpgradedBlueBourne-CVE-2017-0785- 将BlueBourne CVE-2017-0785升级到python3 root@kitploit: $ sudo apt-get install bluetooth libbluetooth-dev $ pip install pybluez $ pip3 install pwntools...

6.5CVSS7.4AI score0.12388EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/06 3:40 p.m.4 views

Py3-CVE-2017-0785

Py3-CVE-2017-0785 Docs to our POC...

6.5CVSS7.3AI score0.12388EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/03 7:49 a.m.4 views

CVE-2017-0785-PoC

CVE-2017-0785 の改良版 poc オリジナル poc: https://github.com/ojasookert/CVE-2017-0785...

6.5CVSS7.1AI score0.12388EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/01 11:16 p.m.4 views

diff

diff CVE-2017-0785 的简易 diff...

6.5CVSS7.3AI score0.12388EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/01 10:47 p.m.6 views

BlueBorn

BlueBorn CVE-2017-0785 Archlinux 安装 paru -S python-pybluez-git bluez-utils-compat pyhton3 python3-pip sudo pip install pwn 教程 发现 root@kitploit: hcitool scan Scanning ... XX:XX:XX:XX:XX:XX Device 1 XX:XX:XX:XX:XX:XX Device 2 使用漏洞 root@kitploit: python CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX V...

6.5CVSS7.2AI score0.12388EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/01 6:15 a.m.6 views

sploit-bX

sploit-bX 用于安装 CVE-2017-0781 和 CVE-2017-0785 漏洞利用脚本及其所需依赖的 Bash 脚本。这些漏洞利用脚本用于检测我们的蓝牙是否易受攻击。 下载仓库 git clone https://github.com/CarlosDelRosario7/sploit-bX 安装 进入文件夹: cd sploit-bx 赋予执行权限: chmod +x sploit-bXinstall.sh 运行安装程序: ./sploit-bXinstall.sh 使用 使用 CVE-2017-0781: sploit-b1 XX:XX:XX:XX:XX:XX 使用...

8.8CVSS7.5AI score0.2285EPSS
SaveExploits19References1
Openbugbounty
Openbugbounty
added 2020/05/18 7:28 p.m.11 views

reportallusa.com Cross Site Scripting vulnerability

Open Bug Bounty ID: OBB-1165188 Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website...

0.6AI score
SaveExploits0
zdt
zdt
added 2018/04/29 12:00 a.m.740 views

Android Bluetooth - Blueborne Information Leak (2) Exploit

Exploit for Android platform in category remote exploits from pwn import import bluetooth if not 'TARGET' in args: log.info"Usage: CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX:XX" exit target = args'TARGET' servicelong = 0x0100 serviceshort = 0x0001 mtu = 50 n = 30 def packetservice, continuationstate:...

3.3CVSS0.3AI score0.12388EPSS
SaveExploits12
seebug.org
seebug.org
added 2017/11/16 12:00 a.m.2312 views

BlueBorne RCE on Android 6.0.1 (CVE-2017-0781)

A few days ago, the company Armis published a proof of concept PoC of a remote code execution vulnerability in Android via Bluetooth CVE-2017-0781, known as BlueBorne. Although BlueBorne refers to a set of 8 vulnerabilities, this PoC uses only 2 of them to achieve its goal. The exploitation proce...

8.3CVSS7.8AI score0.2285EPSS
SaveExploits19
Circl
Circl
added 2017/09/21 11:34 a.m.31 views

CVE-2017-0785

creationtimestamp| type| source ---|---|--- 2017-09-21 11:34:54+00:00| published-proof-of-concept| Telegram/uXWbA83bkLgrm1Lpx9zrg4O-3A8tEHbjY3kq8rHpZ1R1s 2017-09-21 22:28:34+00:00| exploited| https://t.me/informationsecuritychannel/9152 2019-05-02 02:37:41+00:00| exploited|...

6.5CVSS7.6AI score0.12388EPSS
SaveExploits12References7
Exploit DB
Exploit DB
added 2017/09/20 12:00 a.m.111 views

Android Bluetooth - 'Blueborne' Information Leak (2)

from pwn import import bluetooth if not 'TARGET' in args: log.info"Usage: CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX:XX" exit target = args'TARGET' servicelong = 0x0100 serviceshort = 0x0001 mtu = 50 n = 30 def packetservice, continuationstate: pkt = '\x02\x00\x00' pkt += p167 + lencontinuationstate...

6.5CVSS7.5AI score0.12388EPSS
SaveExploits12
exploitpack
exploitpack
added 2017/09/20 12:00 a.m.95 views

Android Bluetooth - Blueborne Information Leak (2)

Android Bluetooth - Blueborne Information Leak 2 from pwn import import bluetooth if not 'TARGET' in args: log.info"Usage: CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX:XX" exit target = args'TARGET' servicelong = 0x0100 serviceshort = 0x0001 mtu = 50 n = 30 def packetservice, continuationstate: pkt =...

3.3CVSS0.2AI score0.12388EPSS
SaveExploits12
NVD
NVD
added 2017/09/14 7:29 p.m.22 views

CVE-2017-0785

A information disclosure vulnerability in the Android system bluetooth. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2, 8.0. Android ID: A-63146698...

6.5CVSS6.6AI score0.12388EPSS
SaveExploits12References5
CVE
CVE
added 2017/09/14 7:00 p.m.501 views

CVE-2017-0785

CVE-2017-0785 is an Android Bluetooth SDP information-disclosure vulnerability in the Bluetooth stack. The SDP server can leak memory/allow an out-of-bounds read by manipulating the SDP continuation state in requests, enabling information disclosure. Affected Android versions include 4.4.4–8.0 (a...

6.5CVSS6.8AI score0.12388EPSS
SaveExploits12References5Affected Software1
Cvelist
Cvelist
added 2017/09/14 7:00 p.m.34 views

CVE-2017-0785

A information disclosure vulnerability in the Android system bluetooth. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2, 8.0. Android ID: A-63146698...

6.8AI score0.12388EPSS
SaveExploits12References5
CERT
CERT
added 2017/09/12 12:00 a.m.631 views

Multiple Bluetooth implementation vulnerabilities affect many devices

Overview A collection of Bluetooth implementation vulnerabilities known as "BlueBorne" has been released. These vulnerabilities collectively affect Windows, iOS, and Linux-kernel-based operating systems including Android and Tizen, and may in worst case allow an unauthenticated attacker to perfor...

8.8CVSS9.3AI score0.2285EPSS
SaveExploits28References8
Rows per page
Query Builder