Lucene search
+L

930 matches found

Kitploit
Kitploit
added 2026/09/13 12:31 p.m.10 views

urless

About - v2.7 This is a tool used to de-clutter a list of URLs. As a starting point, I took the amazing tool uro by Somdev Sangwan. But I wanted to change a few things, make some improvements like deal with GUIDs and make it more customizable. Installation urless supports Python 3. Install urless ...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 11:40 a.m.26 views

bt2

bt2: Blaze Telegram Backdoor Toolkit bt2 is a Python-based backdoor in form of a IM bot that uses the infrastructure and the feature-rich bot API provided by Telegram, slightly repurposing its communication platform to act as a C&C. Dependencies Telepot requests Installation root@kitploit: $ sudo...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 6:41 a.m.12 views

nelson

Nelson Finding vulnerabilities through dumb brute force Inspired by a talk by Nicholas Carlini and the Ralph loop, Nelson is a tool to loop on every file in a project, prompting an agent to look for vulnerabilities. It has a scan mode, similar to Carlini's bash loop, where it asks the model to fi...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 6:29 a.m.81 views

uddup

UDdup - URLs Deduplication Tool The tool gets a list of URLs, and removes "duplicate" pages in the sense of URL patterns that are probably repetitive and points to the same web template. For example: root@kitploit: https://www.example.com/product/123 https://www.example.com/product/456...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 6:16 a.m.8 views

impersonate-rs

IRS Impersonate-RS 💡 IRS is a library version of https://github.com/zblurx/impersonate-rs, zblurx Reimplementation of Defte Impersonate in plain Rust. For more informations about it, see this blogpost. The token impersonation approach is a bit different from Defte Impersonate : here you have to...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 2:54 a.m.6 views

nanodump

NanoDump Una herramienta flexible que crea un minidump del proceso LSASS. Tabla de contenidos 1. Uso 2. Características 3. Combinación de técnicas 4. Ejemplos 5. Redirectores HTTPS 1. Uso root@kitploit: usage: Z:\nanodump.x64.exe --write C:\Windows\Temp\doc.docx --valid --duplicate...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 2:05 a.m.51 views

weakpass

Weakpass Here, you can find the list of tools and example of API server from weakpass.com for password and hash cracking in one place. 📂 Folder Structure tools A collection of password and hash cracking tools. Check them out: Kraker-js Lookup Passcheck Passgen libs Links to the libraries used in...

5.6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 1:20 a.m.8 views

llm-circuit-finder

llm-circuit-finder Reproduje el método RYS de Ng y descubrí que duplicar 3 capas específicas en Qwen2.5-32B mejora el razonamiento en un 17% y duplicar las capas 12-14 en Devstral-24B mejora la deducción lógica de 0.22→0.76 en BBH — sin entrenamiento, sin cambios de pesos, solo redirigiendo los...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 11:50 p.m.74 views

graphql-cop

GraphQL Cop - Security Audit Utility for GraphQL About GraphQL Cop is a small Python utility to run common security tests against GraphQL APIs. GraphQL Cop is perfect for running CI/CD checks in GraphQL. It is lightweight, and covers interesting security issues in GraphQL. GraphQL Cop allows you ...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 10:35 p.m.3 views

DuplicateDump

DuplicateDump DuplicateDump es un fork de MirrorDump con las siguientes modificaciones: Implementación de DInovke Plugin DLL de LSA escrito en C++ que se puede limpiar después de volcar LSASS. MirrorDump compila el plugin de LSA como un ensamblado .NET que no se descargaría del proceso LSASS. Por...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 3:26 a.m.5 views

cve-2025-2783-chrome_sandbox_escape_reproduction

CVE-2025-2783: Google Chrome Mojo Sandbox Escape CVSS Score: 8.3 High Discovered by: Kaspersky Status: Actively exploited in the wild espionage campaigns Overview CVE-2025-2783 is a Windows-specific privilege escalation vulnerability in Google Chrome's Mojo Interprocess Communication IPC framewor...

8.3CVSS8AI score0.09238EPSS
SaveExploits7
OSV
OSV
added 2026/09/11 8:20 p.m.4 views

DEBIAN-CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:20 p.m.5 views

CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89750

CVE-2026-89750 is a Use-After-Free vulnerability in the Linux kernel's tracing/user_events subsystem. During fork, dup_task_struct() copies the user_event_mm pointer from the parent into the child without acquiring a reference. If user_event_mm_alloc() subsequently fails, the stale pointer is lef...

7.8CVSS0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.26 views

CVE-2026-89750 tracing/user_events: Clear copied tracing state before fork duplication

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 views

EUVD-2026-76662

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89750 tracing/user_events: Clear copied tracing state before fork duplication

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

6.1AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.6 views

CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS0.00159EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:35 p.m.5 views

CVE-2026-68526 Concrete CMS before 9.5.3 is vulnerable to CSRF in the Calendar event duplicate dialog controller

Concrete CMS before 9.5.3 did not validate an anti-CSRF token in the Calendar event duplicate dialog controller concrete/controllers/dialog/event/duplicate.php submit action, which duplicated a calendar event after checking only canAccess and the per-resource canAddCalendarEvent permission, so a...

5.3CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:35 p.m.7 views

EUVD-2026-76246

Concrete CMS before 9.5.3 did not validate an anti-CSRF token in the Calendar event duplicate dialog controller concrete/controllers/dialog/event/duplicate.php submit action, which duplicated a calendar event after checking only canAccess and the per-resource canAddCalendarEvent permission, so a...

5.3CVSS0.00165EPSS
SaveExploits0References1
Rows per page
Query Builder