Lucene search
+L

354659 matches found

Kitploit
Kitploit
added 2026/09/15 5:35 p.m.7 views

webvm

WebVM This repository hosts the source code for https://webvm.io, a Linux virtual machine that runs in your browser. Try out the new Alpine / Xorg / i3 graphical environment: https://webvm.io/alpine.html What is WebVM? WebVM is a server-less virtual environment running fully client-side in...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/15 5:35 p.m.8 views

unleashed-firmware

Flipper Zero Unleashed Firmware This firmware is a fork of the original OFW version of flipperdevices/flipperzero-firmware and represents the most stable custom build, incorporating new features and improvements to the original components while remaining fully compatible with the API and...

5.8AI score
SaveExploits0References52
Kitploit
Kitploit
added 2026/09/15 5:34 p.m.7 views

MemTracer

MemTracer MemTracer is a tool that offers live memory analysis capabilities, allowing digital forensic practitioners to discover and investigate stealthy attack traces hidden in memory. The MemTracer is implemented in Python language, aiming to detect reflectively loaded native .NET framework...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:34 p.m.36 views

httpgrep

Description A fast, asynchronous Python tool that scans HTTPS servers and greps for strings or regex patterns in HTTP response bodies and headers. It takes single hosts, URLs, CIDR ranges, IP ranges or files; scans multiple ports per target single, comma-lists or ranges, auto-detecting TLS vs pla...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:33 p.m.6 views

RTTM

Real Time Threat Monitoring Tool V2.0 Monitoring possible threats of your company on Internet is an impossible task to be achieved manually. Hence many threats of the company goes unnoticed until it becomes viral in public. Thus causing monetary/reputation damage. This is where RTTM comes into...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:33 p.m.8 views

synaptic-sentinel

SYNAPTIC Sentinel The vibe-coding security sentinel. An Apache-2.0 agentic security toolkit for projects where most of the code is written by AI. Five deterministic scouts catch the syntactic problems; a Brain Layer BYOK Anthropic decides what really matters and how to fix it — all inside the IDE...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:32 p.m.6 views

CVE-2021-41649

CVE-2021-41649 CVE-2021-41649 SQL Injection in online-shopping-system The online-shopping-system is vulnerable to un-authenticated error/boolean-based blind & error based SQL Injection attacks. The catid parameter on the /homeaction.php page does not sanitize the user input, an attacker can extra...

9.8CVSS8.1AI score0.5177EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/15 5:32 p.m.10 views

JS-Tap

JS-Tap v3.0.4 This tool is intended to be used on systems you are authorized to attack and for legal and educational purposes. Do not use this tool for illegal purposes, or I will be very angry in your general direction. Changelogs Major changes are documented in the project Announcements:...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 5:32 p.m.6 views

CVE-2023-21839

CVE-2023-21839 Analysis This vulnerability is caused by triggering the getReferent method of the bound object when calling the lookup or list method after binding an object via the t3 or iiop protocol. Call stack for t3 protocol: root@kitploit: getObjectInstance:96, WLNamingManager...

7.5CVSS7.8AI score0.999EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/15 5:32 p.m.9 views

obfus.h

obfus.h obfus.h is a macro-only library for compile-time obfuscating C applications, designed specifically for the Tiny C tcc you can download it here - Tiny-C-Compiler/releases. It is tailored for Windows x86 and x64 platforms and supports almost all versions of the compiler. Very reliable armor...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/15 5:31 p.m.11 views

MifareClassicTool

MIFARE Classic Tool MCT An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags. Read this information in other languages: English 简体中文 正體中文 Helpful links: MIFARE Classic Tool Donate Version on Google Play Screenshots Help & Info/User Manual Additional stuff Documentatio...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/15 5:31 p.m.10 views

CVE-2023-2825-Gitlab

CVE-2023-2825 On May 23, 2023 GitLab released version 16.0.1 which fixed a critical vulnerability, CVE-2023-2825, affecting the Community Edition CE and Enterprise Edition EE version 16.0.0. The vulnerability allows unauthenticated users to read arbitrary files through a path traversal bug. It wa...

10CVSS7.9AI score0.71641EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/15 5:30 p.m.8 views

redexer

redexer Redexer is a reengineering tool that manipulates Android app binaries. This tool is able to parse a DEX file into an in-memory data structure; to infer with which parameters the app uses certain permissions we name this feature RefineDroid; to modify and unparse that data structure to...

6.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 5:30 p.m.7 views

The_Shelf

The Shelf The Shelf is a place where Trustedsec places capabilities that are being retired from our standard usage. Capabilities uploaded to the shelf are unsupported and AS IS. This repo will not accept pull requests either and they will be closed without comment. Layout You will see the folders...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:29 p.m.5 views

CVE-2024-39304

Description This script is a PoC for CVE-2024-39304, where a SQLi is possible due to a lack of sanitization in the ChurchCRM project. Usage python3 CVE-2024-39304.py -u -p -b -v Example: python3 CVE-2024-39304.py -u FirstLast -p Password123 -b http://localhost/churchcrm -v Links...

8.8CVSS5.8AI score0.02978EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/15 5:29 p.m.901 views

jwt-cracker

jwt-cracker Simple HS256, HS384 & HS512 JWT token brute force cracker. Effective only to crack JWT tokens with weak secrets. Recommendation : Use strong long secrets or RS256 tokens. Install With npm: root@kitploit: npm install --global jwt-cracker Usage From command line: root@kitploit:...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 5:28 p.m.7 views

Invoke-DOSfuscation

Invoke-DOSfuscation v1.0 Introduction Invoke-DOSfuscation is a PowerShell v2.0+ compatible cmd.exe command obfuscation framework. White paper: https://www.fireeye.com/blog/threat-research/2018/03/dosfuscation-exploring-obfuscation-and-detection-techniques.html Background Over the past several yea...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 5:28 p.m.5 views

soplanning-1.52-exploits

Exploit Title: SOPlanning v1.52.00 'groupesave.php' XSS Reflected XSS Application: SOPlanning Version: 1.52.00 Date: 4/22/24 Exploit Author: Joseph McPeters Liquidsky Vendor Homepage: https://www.soplanning.org/en/ Software Link: https://sourceforge.net/projects/soplanning/ Tested on: Linux CVE:...

6.3CVSS8AI score0.00551EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/15 5:28 p.m.10 views

vpod

Vpod Live demo • Getting Started • Documentation • Issues • Contributing What is a vpod ? A vpod is a lightweight, portable sandbox that gives an untrusted process an instant Linux environment. It uses a RISC‑V architecture and runs entirely inside WebAssembly. Fast startup : Boot in under a...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 5:27 p.m.12 views

mariadb-13-rce-lab

MariaDB 13.0.1-rc RCE Lab Remote code execution on the unmodified, stock MariaDB 13.0.1-rc Docker image as uid 999 mysql. Two exploit variants: Variant| File| Requirements| Notes ---|---|---|--- Pure SQL recommended| exploitpuresql.py| a low-priv MariaDB account + TCP| no host access, no docker, ...

6.4AI score
SaveExploits0References1
Rows per page
Query Builder