Lucene search
+L

603917 matches found

Kitploit
Kitploit
added 2026/09/13 10:21 p.m.160 views

concealed_position

Concealed Position Concealed Position is a local privilege escalation attack against Windows using the concept of "Bring Your Own Vulnerability". Specifically, Concealed Position CP uses the as designed package point and print logic in Windows that allows a low privilege user to stage and install...

9.8CVSS8.1AI score0.59372EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/13 10:21 p.m.354 views

msfpc

MSFvenom Payload Creator MSFPC A quick way to generate various "basic" Meterpreter payloads via msfvenom part of the Metasploit framework. About MSFvenom Payload Creator MSFPC is a wrapper to generate multiple types of payloads, based on users choice. The idea is to be as simple as possible only...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 10:19 p.m.44 views

memoro

Memoro Memoro is a highly detailed heap profiler. Memoro not only shows you where and when your program makes heap allocations, but will show you how your program actually used that memory. Memoro collects detailed information on accesses to the heap, including reads and writes to memory and when...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 10:18 p.m.11 views

LightsOut

LightsOut LightsOut will generate an obfuscated DLL that will disable AMSI & ETW while trying to evade AV. This is done by randomizing all WinAPI functions used, xor encoding strings, and utilizing basic sandbox checks. Mingw-w64 is used to compile the obfuscated C code into a DLL that can be...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 10:17 p.m.5 views

DeepTraffic

Deep Learning models for network traffic classification For more information please read our papers. 🎓Wei Wang's Google Scholar Homepage Wei Wang, Xuewen Zeng, Xiaozhou Ye, Yiqiang Sheng and Ming Zhu,"Malware Traffic Classification Using Convolutional Neural Networks for Representation Learning,"...

5.9AI score
SaveExploits0References1
NVD
NVD
added 2026/09/13 10:17 p.m.6 views

CVE-2026-90599

A flaw has been found in Rizwan17 inventory-management-system up to 5e74a46b4b70623d0e4a0c9c4aee3bd1777185d2. This affects an unknown function of the file includes/process.php. Executing a manipulation can lead to cross-site request forgery. It is possible to launch the attack remotely. The explo...

5.3CVSS
SaveExploits0References7
NVD
NVD
added 2026/09/13 10:17 p.m.10 views

CVE-2026-90597

A security vulnerability has been detected in itsourcecode Sales and Inventory System 1.0. The affected element is an unknown function of the file /pages/supedit1.php. Such manipulation of the argument ID leads to sql injection. The attack may be performed from remote. The exploit has been...

6.5CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/13 10:17 p.m.7 views

CVE-2026-90596

A weakness has been identified in embedded-graphics up to 0.8.2 on 32-bit. Impacted is the function ImageRaw::new/bytesperrow of the file src/image/imageraw.rs. This manipulation causes integer overflow. The attack is possible to be carried out remotely. Upgrading the affected component is...

6.9CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/13 10:17 p.m.8 views

CVE-2026-90598

A vulnerability was detected in jaygajera17 E-commerce-project-springBoot up to 5e74a46b4b70623d0e4a0c9c4aee3bd1777185d2. The impacted element is the function UserController.updateUser of the file UserController.java. Performing a manipulation of the argument userid results in authorization bypas...

6.5CVSS
SaveExploits0References8
NVD
NVD
added 2026/09/13 10:16 p.m.7 views

CVE-2026-35867

A Command Injection vulnerability exists in the bsSetLimitCliinfo function within the libshare.so library of the LB-LINK router AC1900AZ2 V1.0.2 via shell metacharacters, if the device is deployed in a scenario where an actor is able to make a "POST /goform/setLimitClientcfg" call but does not...

3.1CVSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 10:15 p.m.100 views

token-reverser

Token Reverser Words list generator to crack security tokens. Installation root@kitploit: $ git clone https://github.com/dariusztytko/token-reverser.git Example use case 1. You are testing reset password function 2. Reset password token was sent to your email box e.g...

5.5AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/13 10:15 p.m.12 views

CVE-2026-90600 itsourcecode Sales and Inventory System inv_edit1.php sql injection

A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. This impacts an unknown function of the file /pages/invedit1.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may b...

6.5CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/13 10:15 p.m.10 views

CVE-2026-90600

itsourcecode Sales and Inventory System 1.0 is vulnerable to SQL injection in the file /pages/inv_edit1.php via manipulation of the ID argument. The attack can be initiated remotely and requires low privileges (authentication). A proof-of-concept exploit has been publicly disclosed and may be use...

6.5CVSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 10:14 p.m.7 views

Insular

Insular Isolate your big brother app. This is a fork based on the excellent Island. Extra credit to Shelter which inspired me to make the completely FLOSS fork of Island. Documentation On how to enable Insular via adb, cross-profile file access, God mode extending app control to apps outside the...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 10:14 p.m.14 views

NucleiFuzzer

NucleiFuzzer = Nuclei + Paramspider + waybackurls + gauplus + hakrawler + katana + Fuzzing Templates Overview NucleiFuzzer is an advanced automation tool designed to streamline and optimize web application security testing by integrating a suite of powerful URL discovery and vulnerability scannin...

6AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/13 10:13 p.m.74 views

hyperfox

Hyperfox Hyperfox is a security auditing tool that proxies and records HTTP and HTTPS traffic between two points. Installation You can install the latest version of hyperfox to /usr/local/bin with the following command requires admin privileges: root@kitploit: curl -sL...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 10:13 p.m.4 views

EggShell

EggShell About EggShell is a post exploitation surveillance tool written in Python. It gives you a command line session with extra functionality between you and a target machine. EggShell gives you the power and convenience of uploading/downloading files, tab completion, taking pictures, location...

6.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 10:11 p.m.11 views

PSRansom

PSRansom PSRansom is a PowerShell Ransomware Simulator with C2 Server capabilities. This tool helps you simulate encryption process of a generic ransomware in any system on any system with PowerShell installed on it. Thanks to the integrated C2 server, you can exfiltrate files and receive client...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 10:10 p.m.44 views

tiny_tracer

tinytracer A Pin Tool for tracing: API calls, including input and output of selected functions defined local functions, and functions from statically linked libraries selected instructions: RDTSC, CPUID, INT inline system calls, including parameters of selected syscalls transition between section...

5.8AI score
SaveExploits0References20
Kitploit
Kitploit
added 2026/09/13 10:10 p.m.7 views

auth_analyzer

Auth Analyzer Table of Contents What is it? Why should I use Auth Analyzer? GUI Overview Parameter Extraction Auto Extract From To String Static Value Prompt for Input Parameter Replacement Replacement Location Parameter removement Sample Usage Auto extract session Cookie Session Header and CSRF...

5.9AI score
SaveExploits0
Rows per page
Query Builder