Lucene search
+L

1151 matches found

Kitploit
Kitploit
added 2026/09/14 5:51 p.m.4 views

CVE-2021-4034

CVE-2021-4034 Escalación de privilegios local mediante pkexec Video de YouTube Mira el ✨ Video de YouTube Ejecutar localmente root@kitploit: make all && ./pwnkit && make clean Ejecutar en Docker root@kitploit: Build the docker image docker build -t pwnkit . Run the exploit docker run -it pwnkit...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/14 5:45 p.m.4 views

cve-2018-14634

cve-2018-14634 这是一个由云端安全与合规解决方案提供商 Qualys 发现并发布给研究人员的漏洞利用程序。 影响内核版本 2.6.x、3.10.x 和 4.14.x。 要成功利用此漏洞,攻击者需要能够访问目标系统并运行其漏洞利用程序,从而触发缓冲区溢出,进而导致恶意代码执行并完全控制受影响的系统。...

7.8CVSS7.7AI score0.14689EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/14 4:12 p.m.5 views

PIE-Stack-Clash-CVE-2017-1000253

PIE-Stack-Clash-CVE-2017-1000253 在容器中演示CVE-2017-1000253。 此演示依赖于在CentOS上执行漏洞利用的Qualys POC代码。 安装一个易受攻击的内核 root@kitploit: 1.安装 CentOS 7 2.安装 Docker 3.编辑 /etc/yum.repos.d/CentOS-Vault.repo 文件: 1.将每个条目路径更改为包含 7.3.1611: baseurl=http://vault.centos.org/7.3.1611/os/$basearch/...

7.8CVSS6.9AI score0.10695EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/14 2:42 p.m.310 views

seccubus

About Seccubus Seccubus automates regular vulnerability scans with various tools and aids security people in the fast analysis of its output, both on the first scan and on repeated scans. On repeated scan delta reporting ensures that findings only need to be judged when they first appear in the...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 1:55 p.m.8 views

CVE-2021-3156-PoC

CVE-2021-3156 概念验证 简介 这是针对 CVE-2021-3156 sudo 漏洞的利用程序(Qualys 称其为 Baron Samedit)。 使用方法 构建: root@kitploit: $ make 列出目标: root@kitploit: $ ./sudo-hax-me-a-sandwich 运行: root@kitploit: $ ./sudo-hax-me-a-sandwich 贡献 请发送(合理的)PR,我可能会合并。 一些想法: 更多目标 目标发现 其他利用策略 更自包含的功能: 嵌入共享库 hax.c(请让它保持小巧,ELF golf + asm...

7.8CVSS7.4AI score0.99969EPSS
SaveExploits83
Kitploit
Kitploit
added 2026/09/14 1:42 p.m.46 views

wireshark-forensics-plugin

wireshark-forensics-plugin Wireshark is the most widely used network traffic analyzer. It is an important tool for both live traffic analysis & forensic analysis for forensic/malware analysts. Even though Wireshark provides incredibly powerful functionalities for protocol parsing & filtering, it...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 6:11 a.m.7 views

CVE-2021-3156

CVE-2021-3156 CVE-2021-3156 的 Root shell PoC(无暴力破解) 仅供教育目的等。 在 Ubuntu 20.04 上针对 sudo 1.8.31 测试通过 所有研究贡献:Qualys 研究团队 请查看他们的 博客 了解详情。 你可以使用以下命令检查你的 sudo 版本是否存在漏洞:$ sudoedit -s Y。 如果它要求输入密码,则很可能存在漏洞;如果打印使用信息,则没有漏洞。 你可以在 Ubuntu 20.04 上降级到易受攻击的版本以进行测试:$ sudo apt install sudo=1.8.31-1ubuntu1 使用方法 $ mak...

7.8CVSS7.3AI score0.99969EPSS
SaveExploits83
Kitploit
Kitploit
added 2026/09/14 5:27 a.m.8 views

CVE-2021-4034

CVE-2021-4034 自包含的 bash 脚本,直接运行即可攻破! 参考 Qualys 的博文 https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt...

7.8CVSS7AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/14 4:03 a.m.7 views

CVE-2020-7247

CVE 2020-7247 OpenSMTPD 6.4.0...

10CVSS8.2AI score0.98972EPSS
SaveExploits27References2
Kitploit
Kitploit
added 2026/09/14 2:30 a.m.191 views

pacbot

Introduction Policy as Code Bot PacBot is a platform for continuous compliance monitoring, compliance reporting and security automation for the cloud. In PacBot, security and compliance policies are implemented as code. All resources discovered by PacBot are evaluated against these policies to...

6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/14 2:26 a.m.8 views

CVE-2022-2586-LPE

CVE-2022-2586-LPE CVE-2022-2586 的 LPE N-day 利用:Linux 内核 nftobject UAF root@kitploit: gcc exploit.c -o exploit -lmnl -lnftnl -no-pie -lpthread 作者:Alejandro Guerrero [email protected] 版权所有 C 2022 Qualys, Inc...

7.8CVSS7AI score0.10458EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/14 2:02 a.m.5 views

ghost-checker

ghost-checker 测试你是否暴露于ghost CVE-2015-0235漏洞。所有荣誉归Qualys Security团队。 用法 root@kitploit: /tmp/ghost-checker master$ make cc -o ghost ghost.c /tmp/ghost-checker master$ ./ghost not vulnerable /tmp/ghost-checker master$ make clean rm ghost 致谢 Qualys Security Team...

10CVSS7.5AI score0.94558EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/13 6:21 p.m.9 views

CVE-2021-4034

信息 root@kitploit: Exploit Title: Local Privilege Escalation in polkit's pkexec CVE-2021-4034 Date: 01/25/2022 Exploit Author: Qualys Research Team Tested on: ubuntu 20.04.1 LTS CVE ID: CVE-2021-27928 如何利用 测试环境: 步骤 1:构建 exp(来自 https://github.com/berdav/CVE-2021-4034) root@kitploit: make 步骤 2:运行...

9CVSS7.3AI score0.94921EPSS
SaveExploits162References2
Kitploit
Kitploit
added 2026/09/13 2:33 p.m.6 views

CVE-2021-3156

CVE-2021-3156 简介 此仓库仅供学习目的创建。该项目包含一些用于研究 sudo Baron Samedit 漏洞及其利用的工具。 感谢 Qualys 团队 发现了该漏洞,感谢 Worawit 和 0xdevil 提供的精彩分析文章。 使用 Docker 目录包含一个用于研究漏洞部分内容的 Docker 容器: 使用 make all 启动容器。 使用 make root 以 root 身份打开 shell。 使用 make user 以普通用户身份打开 shell。 注意,该漏洞利用在 Docker 容器上无法生效,至少在 Mac OS Big Sur 配合...

7.8CVSS7.3AI score0.99969EPSS
SaveExploits83References2
Kitploit
Kitploit
added 2026/09/13 12:42 a.m.5 views

CVE-2024-48990-POC

CVE-2024-48990-POC PoC simple para CVE-2024-48990 vulnerabilidad de escalada de privilegios con needrestart. https://www.qualys.com/2024/11/19/needrestart/needrestart.txt Descripción General Esto fue diseñado mientras trabajaba en el desafío de HackTheBox, 'Conversor'. Se realizarán modificacione...

7.8CVSS7.8AI score0.20452EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/12 7:09 p.m.8 views

pwnkit

CVE-2021-4034 简介 这是针对 CVE-2021-4034 漏洞的利用程序,又名 pwnkit,由 Qualys 发现。 使用方式 编译 root@kitploit: $ make 或 root@kitploit: $ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main 测试 root@kitploit: $ make test 或 root@kitploit: $ ./pwnkit.so...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/12 6:35 a.m.6 views

PoC_CVE-2019-10149--rce

关于 从存在漏洞的 exim 服务远程执行命令进入 shell。 受影响版本从 4.87 到 4.91(含)。查看 https://nvd.nist.gov/vuln/detail/cve-2019-10149。 以下脚本基于 Qualys PoC。查看 https://packetstormsecurity.com/files/153218/Exim-4.9.1-Remote-Command-Execution.html。 示例 建议使用两个终端 root@kitploit: T1 $ nc -nlvp 1337 T2 $ bash exploit.sh $ Listener IP:...

10CVSS8.4AI score0.99961EPSS
SaveExploits27
Kitploit
Kitploit
added 2026/09/12 4:40 a.m.5 views

pwnkit

CVE-2021-4034 简介 这是针对 CVE-2021-4034 漏洞的漏洞利用程序,又名 pwnkit,由 Qualys 发现。 使用方法 编译 root@kitploit: $ make 或 root@kitploit: $ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main 测试 root@kitploit: $ make test 或 root@kitploit: $ ./pwnkit.so...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/11 5:19 a.m.10 views

ssllabs.rb

ssllabs.rb 用于 Qualys SSL Labs 服务器测试的 Ruby gem。 API 说明 SSL Labs API 文档 中描述的所有 API 对象均以原生 Ruby 对象的形式公开。 属性使用“下划线”形式的名称进行访问,即 endpoint.hoststarttime 将返回 API 响应中的 hostStartTime 字段。 所有布尔属性均以 ? 符号作为后缀,因此 endpoint.vulnbeast? 将返回 API 响应中的 vulnBeast 字段。 每次成功请求后,可在 api.currentassessments 和 api.maxassessmen...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 2:06 a.m.6 views

CVE-2021-3156

项目标题 CVE-2021-3156 sudo 漏洞利用生成器 安装 1. 安装依赖 ./install.sh 2. 运行漏洞利用生成器:./run.sh 3. 如果系统上的sudo版本存在漏洞,则会为已安装的版本生成漏洞利用代码 4. 漏洞利用代码生成在 exploit.c 和二进制文件 ./exploit 中 前提条件 1. gdb gcc make python3 python3-distro 2. 带 tcache 的 glibc 3. 当前支持 Ubuntu、Debian 操作系统 已测试环境 Ubuntu 20.04.1 Ubuntu 20.04.2 Ubuntu 20.10...

7.8CVSS7.2AI score0.99969EPSS
SaveExploits83References1
Rows per page
Query Builder