Lucene search
+L

13531 matches found

Kitploit
Kitploit
added 2026/09/23 3:41 p.m.15 views

CVE-2022-27254

CVE-2022-27254 PoC for vulnerability in Honda's Remote Keyless SystemCVE-2022-27254 Disclaimer: For educational purposes only. Kindly note that the discoverers for this vulnerability are Ayyappan Rajesh, a student at UMass Dartmouth and HackingIntoYourHeart. Others mentioned in this repository ar...

5.3CVSS6.8AI score0.01039EPSS
SaveExploits2References4
Kitploit
Kitploit
added 2026/09/23 3:19 p.m.18 views

tird

🏠 Home 📑 Specification 📜 man page 📄 Input Options 📖 Tutorial ❓ FAQ 📥 Install tird & tirdFS tird /tɪrd/ an acronym for "this is random data" is a file encryption tool that minimizes metadata and hides encrypted data. With tird, you can: 1. Create files filled with random data to use as containers ...

6AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/23 9:32 a.m.5 views

yellowkey-bitlocker

🔑 yellowkey-bitlocker - Unlock your BitLocker encrypted computer files 📁 Project Overview The yellowkey-bitlocker tool provides a way to regain access to your Windows storage drives. Many users encounter issues with BitLocker drive encryption, which can lock files during updates or hardware...

6.8CVSS7.2AI score0.01355EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/23 8:36 a.m.16 views

PFQ

PFQ v6.2 Introduction PFQ is a functional framework designed for the Linux operating system built for efficient packets capture/transmission 10G, 40G and beyond, in-kernel functional processing, kernel-bypass and packets steering across groups of sockets/end-points. It is highly optimized for...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 7:53 a.m.14 views

paniclock

PanicLock is a macOS menu bar utility that instantly disables Touch ID and locks the screen with a single click or closing your laptop lid. PanicLock fills a gap macOS leaves open: there is no built-in way to instantly disable Touch ID when it matters. Biometrics are convenient day-to-day, and...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 6:40 a.m.13 views

Lock-Picking-Robot

🔑 Unlocked 🔑 Introduction Background An open source Lock picking robot. Basically, there are many skeleton keys in use the most common example is the TSA 007, which is bad. Having one key which can open MANY different locks, especially without the lock owners people knowing it exists or can be...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 4:59 a.m.24 views

osv.dev

Documentation Comprehensive documentation is available here. API documentation is available here. Data Dump We have data dumps available from a GCS bucket at gs://osv-vulnerabilities. For more information check out our documentation. Viewing the web UI An instance of OSV's web UI is deployed at...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/23 4:15 a.m.11 views

Cortex-XDR-Config-Extractor

Cortex XDR Config Extractor ⚠️ For more information, please visit https://laokoon-security.com/cortex-xdr-config-exctractor/ currently in German only This tool is meant to be used during Red Team Assessments and to audit the XDR Settings. With this tool its possible to parse the Database Lock File...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 12:12 a.m.13 views

BadParcel

BadParcel See Bundle Fengshui for a deep dive on this bug class. This repository contains PoC for CVE-2023-20963, which is mismatch in the Android WorkSource parcel/unparcel logic. The vulnerability is patched on Android's Security Bulletin of March 2023. The exploit should work on devices on AOS...

7.8CVSS7.6AI score0.01465EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 11:21 p.m.11 views

Change-Lockscreen

Change-Lockscreen Change-Lockscreen is a tool to trigger network authentications as SYSTEM by changing the Windows lock screen image from the command line to perform privilege escalation attacks such as the one described in the post linked below:...

7.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 9:56 p.m.16 views

tscopy

TScopy 更新于 2022-03-31 介绍 TScopy 在事件响应(IR)工作中,需要具备分析文件系统中文件的能力。有时这些文件被操作系统(OS)锁定,因为它们正在使用中,特别是事件日志和注册表配置单元,这尤其令人沮丧。TScopy 允许以管理员权限运行的用户,通过解析文件在文件系统中的原始位置并绕过操作系统来复制锁定文件。 还有其他执行类似功能的工具,例如我们曾使用过的 RawCopy,它是本工具的基础。然而,RawCopy 存在一些缺点,促使我们开发了 TScopy,包括性能、体积以及将其集成到其他工具中的能力。 这篇博客旨在介绍...

6.1AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/22 9:24 p.m.9 views

kernel: Bluetooth: L2CAP: Fix potential user-after-free

A use-after-free flaw was identified in the Linux kernel’s Bluetooth L2CAP implementation. In certain conditions, when allocating a socket buffer via allocskb, the kernel may release and later reacquire the channel lock; if the channel is disconnected in the meantime, a subsequent reference to th...

8.8CVSS7.9AI score0.00291EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 8:55 p.m.11 views

vsock_poc

vsockpoc 调查 CVE-2021-26708 背后的漏洞 本仓库包含关于 CVE-2021-26708 的简要分析报告,以及如何将该漏洞转化为释放后使用(Use After Free)写入原语。这里的 PoC 并非完整的利用程序,只是我在调查该漏洞时使用的测试框架。它能够成功访问 kmalloc-64 缓存中释放后的条目,但没有提供任何用于内存整理并在该槽位放置感兴趣对象的相关代码。 这是由 @a13xp0p0v 报告的一个有趣的漏洞。它之所以引起我的注意,是因为补丁非常简单,仅仅在五个地方阻止了在锁外部获取对 vsk-transport 的引用。...

7CVSS7AI score0.01589EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/09/22 8:09 p.m.4 views

kernel: Bluetooth: L2CAP: Fix potential user-after-free

A use-after-free flaw was identified in the Linux kernel’s Bluetooth L2CAP implementation. In certain conditions, when allocating a socket buffer via allocskb, the kernel may release and later reacquire the channel lock; if the channel is disconnected in the meantime, a subsequent reference to th...

8.8CVSS7.9AI score0.00291EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 6:16 p.m.10 views

CVE-2022-46638

CVE-2022-46638 Its about vulnerability of AppLock Ver.5.6.2, a popular android app trusted by more than 100 million users in over 150 countries. PoC Unlock the application protected by AppLock just by tap the back button multiple times. 1. Open the application was locked by AppLock. 2. Dont input...

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

nosferatu

nosferatu Windows NTLM/Kerberos Authentication Backdoor How it Works First, the DLL is injected into the lsass.exe process, and will begin hooking authentication WinAPI calls. The targeted functions are: NTLM: NtlmShared!MsvpPasswordValidate Kerberos: cryptdll!CDLocateCSystem Kerberos:...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 5:23 p.m.10 views

CVE-2022-26629

Lock Screen Bypass CVE-2022-26629 Affected Products SoroushPlus+ Messenger 1.0.30 Vulnerability Type Improper Access Control Impact Lock Screen Bypass Summary Improper handling of insufficient permissions and privileges allows an attacker to modify and overwrite the lock screen functionality...

9.1CVSS8.3AI score0.03222EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/22 4:13 p.m.8 views

cve-2022-21907-http.sys

cve-2022-21907-http.sys by 1vere$k CVE-2022-21907 - Double Free in http.sys driver. Summary An unauthenticated attacker can send an HTTP request with an "Accept-Encoding" HTTP request header triggering a double free in the unknown coding-list inside the HTTP Protocol Stack http.sys to process...

10CVSS8.5AI score0.9279EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/22 2:44 p.m.10 views

CVE-2026-36130

PoC 将文件夹添加到锁定列表 重启前,Defender 进程仍在运行 重启后,Defender 进程 MsMpEng.exe 已消失...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 1:43 p.m.12 views

claude_opus_cve_2023_0266

Demonstration that Claude 3 Opus does not understand CVE-2023-0266 and does not find it Demo 1. Even if told where the bug is Opus does not find it, and hallucinates the presence of lock acquisitions Demo 2. "Prompt engineering" aka telling the LLM exactly how to find the bug also doesn't work De...

7.9CVSS7.1AI score0.03702EPSS
SaveExploits0
Rows per page
Query Builder