Lucene search
+L

951 matches found

Kitploit
Kitploit
added 2026/09/20 4:42 a.m.7 views

ShellcodeFluctuation

Shellcode Fluctuation PoC A PoC implementation for an another in-memory evasion technique that cyclically encrypts and decrypts shellcode's contents to then make it fluctuate between RW or NoAccess and RX memory protection. When our shellcode resides in RW or NoAccess memory pages, scanners such ...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/19 10:39 p.m.11 views

java-stager

java-stager メモリ内でJavaファイルをダウンロード、コンパイル、実行できるPoC Java Stagerです。 これは研究目的のみであり、許可されていない場所では使用しないでください。 これは何ですか? これはJames Williams氏のトーク「Next Gen AV vs My Shitty Code」の成果に基づいています。動画はこちら: https://www.youtube.com/watch?v=247m2dwLlO4&feature=youtu.be 私にとってトークの重要な部分は以下の通りです:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 7:12 p.m.9 views

MouseServer-1.7.8.5-RCE

WiFi Mouse Server 1.7.8.5 - RCE An optimized Python 3 Proof-of-Concept PoC exploit for WiFi Mouse Server v1.7.8.5. This script leverages an inherent protocol vulnerability to achieve Remote Code Execution RCE via automated keystroke injection. This version has been explicitly modified and tuned f...

9.8CVSS8.2AI score0.74016EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/19 5:58 a.m.12 views

MoreImpacketExamples

MoreImpacketExamples This repository contains a few short python scripts that were created using the Impacket library. The primary goal of this project is to help myself and others who are looking to transition from using the provided impacket examples to modifying/creating scripts of their own...

6.2AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 3:43 a.m.10 views

cve-2023-22527

Executing Arbitrary Code In Confluence Memory CVE-2023-22527 is a widely known vulnerability affecting Atlassian Confluence. Most exploits for this vulnerability use freemarker.template.utility.Execute to execute an operating system command, but they can do so much better. In this repository you'...

10CVSS8.7AI score0.99984EPSS
SaveExploits34References1
Kitploit
Kitploit
added 2026/09/18 9:56 p.m.11 views

FilelessPELoader

FilelessPELoader Loading Remote AES Encrypted PE in memory , Decrypted it and run it Usage : References : https://github.com/aplyc1a/PEMemoryLoader?fbclid=IwAR2-VAQo8pJU-tdbSENjhDBdDGi5tyzrnW1S3D9BPAYR6C6-RK4hsEDjDGk Requirements 1. hashlib 2. pycryptodome 3. pycryptodomex...

5.9AI score
SaveExploits0References1
NVD
NVD
added 2026/09/18 6:18 p.m.6 views

CVE-2026-93761

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications that place user-supplied text into a pattern-matching query...

8.7CVSS0.00268EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/18 5:20 p.m.6 views

EUVD-2026-83207

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications that place user-supplied text into a pattern-matching query...

8.7CVSS0.00268EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/18 5:20 p.m.36 views

CVE-2026-93761 Denial of service via unbounded regex matching in Mongoid's in-memory query matcher

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications that place user-supplied text into a pattern-matching query...

8.7CVSS0.00268EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/18 5:20 p.m.10 views

CVE-2026-93761

CVE-2026-93761 affects the Mongoid library (MongoDB's Ruby ODM). The vulnerability resides in the in-memory query evaluation component , where an inefficient regular expression complexity issue (ReDoS) can be triggered when user-supplied text is placed into a pattern-matching query condition on a...

8.7CVSS0.00268EPSS
SaveExploits0References1
MongoDB
MongoDB
added 2026/09/18 5:20 p.m.7 views

Denial of service via unbounded regex matching in Mongoid's in-memory query matcher

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications that place user-supplied text into a pattern-matching query...

8.7CVSS0.00268EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
added 2026/09/18 5:15 p.m.7 views

Data deletion and attribute disclosure via field-name method injection in in-memory queries

Mongoid contains an unsafe reflection weakness in the query path used for embedded documents. An application that passes an externally supplied field name to certain in-memory query methods may allow an unauthenticated party to obtain unintended disclosure of stored document data and to permanent...

9.8CVSS0.00337EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/09/18 5:15 p.m.37 views

CVE-2026-93762 Data deletion and attribute disclosure via field-name method injection in in-memory queries

Mongoid contains an unsafe reflection weakness in the query path used for embedded documents. An application that passes an externally supplied field name to certain in-memory query methods may allow an unauthenticated party to obtain unintended disclosure of stored document data and to permanent...

9.8CVSS0.00337EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/18 5:15 p.m.31 views

CVE-2026-93762

Mongoid (MongoDB's Ruby ODM) has an unsafe reflection weakness in the in-memory query path used for embedded documents . When an application passes an externally supplied field name to certain query methods, an unauthenticated attacker can achieve attribute disclosure of stored document data and ...

9.8CVSS0.00337EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 4:16 p.m.12 views

ELFLoader

ELFLoader This is a ELF object in memory loader/runner. The goal is to create a single elf loader that can be used to run follow on capabilities across all x8664 and x86 nix operating systems. How it works The way this loader works is that it has all the code needed to build and load an ELF objec...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 11:16 a.m.15 views

CVE-2024-23692

CVE-2024-23692 - Rejetto HFS Remote Code Execution RCE A tactical documentation and exploit guide for CVE-2024-23692 , an unauthenticated critical Remote Code Execution RCE vulnerability affecting Rejetto HTTP File Server HFS versions prior to 2.3m. This guide leverages an In-Memory Reverse Shell...

9.8CVSS8.5AI score0.99471EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/18 6:47 a.m.12 views

EDRSilencer

EDRSilencer Inspired by the closed source FireBlock tool FireBlock from MdSec NightHawk, I decided to create my own version and this tool was created with the aim of blocking the outbound traffic of running EDR processes using Windows Filtering Platform WFP APIs. This tool offers the following...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 6:36 a.m.11 views

No-Consolation

No-Consolation This is a Beacon Object File BOF that executes unmanaged PEs inline and retrieves their output without allocating a console i.e. spawning conhost.exe. Features Supports 64 and 32 bits Supports EXEs and DLLs Does not create new processes Does not create new threads Links modules to...

6.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 4:25 a.m.13 views

pentestly

Pentestly Pentestly is a combination of expanding Python tools for use in penetration tests. The goal is to utilize a familiar user interface while making contributions to the framework easy with the power of Python. Blog post: Pentestly Framework: When Pentesting Meets Python and Powershell...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 3:51 a.m.15 views

pupy

Pupy Instalación sencilla root@kitploit: pip3 install pipx pipx ensurepath pipx install git+https://github.com/n1nj4sec/pupy@nextgen pupysh Si deseas información más detallada,consulta la wiki Instalación de desarrollo root@kitploit: git clone https://github.com/n1nj4sec/pupy cd pupy git checkout...

6AI score
SaveExploits0References6
Rows per page
Query Builder