Lucene search
+L

438252 matches found

Kitploit
Kitploit
โ€ขadded 2026/09/04 7:34 a.m.โ€ข4 views

onetwoseven-writeup

HTB OneTwoSeven โ€” Full Walkthrough A complete, end-to-end walkthrough of OneTwoSeven , a retired HackTheBox Linux machine. The full chain: deterministic credential generation โ†’ symlink escape of an SFTP chroot โ†’ vim swap file recovery โ†’ SSH port-forwarding to a firewalled admin panel โ†’ bypass of...

7.8CVSS7.2AI score0.28058EPSS
SaveExploits16References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:33 a.m.โ€ข6 views

CVE-2026-38053---Remove-PPL

CVE-2026-38053---Remove-PPL BYOVD Remove PPL for 24H2 and 25H2 An arbitrary memory write in the handler for IOCTL 0x12C807 METHODNEITHER of Wise System Monitor v1.5.3.127 allows attackers to cause a remove PPL or Denial of Service DoS via a crafted input. Additional Information Tested on: Windows...

5.8AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:31 a.m.โ€ข5 views

LsassReflectDumping

LsassReflectDumping This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe process. Once the clone is created, it utilizes MINIDUMPCALLBACKINFORMATION callbacks to generate a memory dump of the cloned process. Steps Getting the handle of...

6AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:27 a.m.โ€ข7 views

Disable-TamperProtection

Disabling Tamper Protection and other Defender / MDE components It is possible to abuse SYSTEM / TrustedInstaller privileges to tamper or delete WdFilter settings ALTITUDE regkey and unload the kernel minidriver to disable Tamper protection and other Defender components. This also affects...

6AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:23 a.m.โ€ข6 views

TrollDump

TrollDump Injects x64 managed DLL into x64 managed/unmanaged process process must have GUI because we obtain its windows handle using setwindowshook Here as a TROLL, we inject into hidden window taskmgr to do a lsass dump undetected see Test Case section below The injector DLL and injected DLL is...

6AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:22 a.m.โ€ข8 views

LavaDome

LavaDome ๐ŸŒ‹๏ธ A newLavaMoat tool for DOM nodes secured E ncapsulation โš ๏ธ EXPERIMENTAL WIP - USE AT YOUR OWN RISK learn more Demo Take a crack atLavaDome - visit the demo app, open the console, and do whatever in your power to steal the secret from within the LavaDome instance report your success...

6AI score
SaveExploits0References21
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:20 a.m.โ€ข8 views

Voidgate

VOIDGATE Description: A technique that can be used to bypass AV/EDR memory scanners. This can be used to hide well-known and detected shellcodes such as msfvenom by performing on-the-fly decryption of individual encrypted assembly instructions, thus rendering memory scanners useless for that...

5.9AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:20 a.m.โ€ข5 views

CVE-2026-0073

0-Click RCE on Android Critical vulnerability CVE-2026-0073 in Android ADB, an authentication bypass flaw in the TLS certificate verification of the adbd daemon, specifically in the adbdtlsverifycert function. The TLS certificate verification makes Wireless Debugging accept an attacker as if they...

8.8CVSS7.7AI score0.00541EPSS
SaveExploits13
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:20 a.m.โ€ข3 views

CVE-2024-2473

CVE-2024-2473 โ€” WPS Hide Login Page Identifier A professional Python scanner to detect Login Page Disclosure in WordPress sites running WPS Hide Login โ‰ค 1.9.15.2 Coded byVenexy Table of Contents Overview Vulnerability Details How It Works Requirements Installation Usage Output Example Disclaimer...

5.3CVSS6AI score0.01235EPSS
SaveExploits1References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:18 a.m.โ€ข4 views

WHS4_CVE-2021-4034

CVE-2021-4034 PwnKit - Local Privilege Escalation PoC ๐Ÿ”— Original Project : berdav/CVE-2021-4034 This project is an educational analysis and modification based on the original. MIT License Compliant | White Hat School Training Task ๐Ÿ“‹ Overview CVE-2021-4034 is a local privilege escalation...

7.8CVSS7AI score0.94921EPSS
SaveExploits154References2
The Hacker News
The Hacker News
โ€ขadded 2026/09/04 7:18 a.m.โ€ข5 views

Google Releases Chrome Update to Patch Actively Exploited V8 Zero-Day

Google on Thursday released security updates to patch 12 vulnerabilities, including one that has come under active exploitation in the wild. The high-severity vulnerability, tracked as CVE-2026-85046 CVSS score: 8.8, has been described as a type confusion bug in V8, Chrome's JavaScript and...

8.8CVSS8.6AI score0.01162EPSS
SaveExploits3
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:16 a.m.โ€ข5 views

CVE-2026-11104-Python-SSTI-via-Jinja2-attr-Filter-Bypass

CVE-2026-11104 โ€“ Python SSTI via Jinja2 |attr Filter Bypass Program Code Flask root@kitploit: vulnerableapp.py - Flask with Jinja2 SSTI via 'attr' filter from flask import Flask, request, rendertemplatestring app = Flaskname @app.route'/' def index: name = request.args.get'name', 'World' UNSAFE:...

6.5CVSS6.8AI score0.0025EPSS
SaveExploits1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:16 a.m.โ€ข5 views

CVE-2026-11103-GraphQL-Batching-Alias-Rate-Limit-Bypass

3. CVE-2026-11103 โ€“ GraphQL Batching Alias Rate Limit Bypass Program Code Node.js + Python Exploit root@kitploit: // graphqlratelimitserver.js - GraphQL with naive rate limiter const express = require'express'; const graphqlHTTP = require'express-graphql'; const buildSchema = require'graphql';...

7.8CVSS5.9AI score0.0008EPSS
SaveExploits1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:15 a.m.โ€ข6 views

LetMeowIn

LetMeowIn A sophisticated, covert LSASS dumper using C++ and MASM x64. As seen on Binary Defense and Cyber Security News Disclaimer Don't be evil with this. I created this tool to learn. I'm not responsible if the Feds knock on your door. Historically was able to and may presently still bypass...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:14 a.m.โ€ข9 views

CVE-2026-11101-HTTP-Cache-Poisoning-via-Unkeyed-Query-Parameter

CVE-2026-11101 โ€“ HTTP Cache Poisoning via Unkeyed Query Parameter Overview A web cache uses only the URL path as the cache key, ignoring query parameters. An attacker can append a malicious payload to an unkeyed parameter e.g., utmcampaign and poison the cache. Subsequent visitors receive the...

6.5CVSS5.9AI score0.0025EPSS
SaveExploits1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:13 a.m.โ€ข6 views

IronSharpPack

IronSharpPack IronSharpPack is a repo of popular C projects that have been embedded into IronPython scripts that execute an AMSI bypass and then reflective load the C project. IronPython and the DLR have very little, if any, instrumentation that makes it an effective language for the execution of...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:10 a.m.โ€ข6 views

CVE-2024-51996

โš ๏ธ CVE-2024-51996 - Symfony RememberMe Auth Bypass Exploit Exploit for the critical vulnerability CVE-2024-51996 , which allows authentication bypass in Symfony applications that use the Remember Me mechanism. ๐Ÿง  Impact : Impersonation of privileged users such as admin without the need for valid...

7.5CVSS7.4AI score0.0062EPSS
SaveExploits1References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:08 a.m.โ€ข4 views

Sudo-Privilege-Escalation-Linux-CVE-2025-32463-and-CVE-2025-32462

โš ๏ธ CVEโ€‘2025โ€‘32463 & CVEโ€‘2025โ€‘32462 โ€“ Sudo Privilege Escalation Flaws in Linux ๐Ÿง  TL;DR In July 2025, two newly disclosed vulnerabilities in the sudo utilityโ€”CVE-2025-32463 and CVE-2025-32462 โ€”have put numerous Linux distributions at risk. The more severe of the two, CVEโ€‘2025โ€‘32463 , carries a CVSS...

9.3CVSS7AI score0.59417EPSS
SaveExploits78
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:06 a.m.โ€ข7 views

jsluicepp

๐Ÿ“„ Table of Contents ๐Ÿ‘‹ Introduction ๐Ÿ› ๏ธ Setup ๐Ÿ“ Usage ๐Ÿ“œ Features Monitor URLs Send to Repeater Secrets Secret Notifications Copy URL Positive/Negative Match In-scope only In-line Tags Hide Duplicates Show Parameterized Import/Export Save Settings ๐Ÿค Contributors ๐Ÿ‘‹ Introduction jsluice++ is a Burp...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:04 a.m.โ€ข7 views

TeamsNTLMLeak

Description When a user navigates to a "Website" tab that directs to a specially designed webpage, it can result in the exposure of the NTLM hash through the activation of an Office URL scheme, thereby reducing the process to a single-click path for the leak. If one attempts to open a link in the...

5.9AI score
SaveExploits0
Rows per page
Query Builder