431654 matches found
csw-slides-2024
Developing Secure Software in 2024 Abstract As humanity increases its dependence on computer systems, the need for safe and secure software becomes paramount. Today, everything from planes, trains, and automobiles to toothbrushes and cooktops contain a multitude of tiny computers. Each of these...
SpawnWith
SpawnWith An experimental Beacon Object File BOF that provides an alternative to the spawnas and inject commands. This exposes a new command, spawnwith pid listener, that performs the following: 1. Obtain a handle to the target process. 2. Obtain a handle to the process' primary token. 3. Duplica...
Multiple vulnerabilities in XING CPTrans-ME-X
Overview CPTrans-ME-X provided by XING Inc. contains multiple vulnerabilities listed below. OS Command Injection CWE-78 - CVE-2026-62928 Improper processing of the input through the administrative port may lead to OS command injection. Exposure of Sensitive System Information to an Unauthorized...
rusty_drivers
RustyDrivers This project is a BYOVD collection with the focus on killing EDR / AV processes. Currently the following drivers are supported: Blocked means that the driver is in the block list of Microsoft and cannot be executed on an up to date Windows. Build root@kitploit: cargo build --release...
pwn_jenkins
Remote Code Execution Jenkins CLI arbitrary read CVE-2024-23897 applies to versions below 2.442 and LTS 2.426.3 Jenkins Advisory, Credits Authenticated, can retrieve a complete file: root@kitploit: java -jar jenkins-cli.jar -noCertificateCheck -s https://xxx.yyy/jenkins -auth abc:abc connect-node...
Hook-PasswordChangeNotify
Hook-PasswordChangeNotify 1. Execute the following command in PowerShell: root@kitploit: Import-Module .\Invoke-ReflectivePEInjection.ps1 Invoke-ReflectivePEInjection -PEPath HookPasswordChange.dll -procname lsass 2. When a user on the target machine changes their password, the new password will ...
LinuxEelvation
What's this This project is mainly used to collect the exp for Linux platform privilege promotion, only to help penetration testers quickly achieve privilege promotion in actual combat Information CVE ID| Description| Kernels ---|---|--- CVE-2004-0077| Linux Kernel| 2.4.20, 2.2.24, 2.4.25, 2.4.26...
WindowsProtocolTestSuites v4.26.9.0
Windows Protocol Test Suites Windows Protocol Test Suites provide interoperability testing against the implementation of Windows open specifications including File Services, Identity Management, Remote Desktop and etc. Originally developed for in-house testing of the Microsoft Open Specifications...
malware-samples
Malware Samples This repository is intended to provide access to a wide variety of malicious files and other artifacts. All of the samples are in a password protected ZIP archive using a password of: infected Malware Analysis Exercises In addition to providing artifacts from samples, I will...
GPT-6 Astra Scores 100% on ExploitBench as OpenAI Blocks PoC Exploit Requests
OpenAI on Thursday officially unveiled GPT‑6 Astra , which it described as the "world's most intelligent and aligned model." The development comes days after the artificial intelligence AI company said the model had reached the "Critical" cybersecurity capability threshold under its Preparedness...
Christmas
Maldev Academy Maldev Academy Home Maldev Academy Syllabus Christmas Implementing an injection method mentioned by @Hexacorn. This PoC creates multiple processes, where each process performs a specific task as part of the injection operation. Each child process will spawn another process and pass...
hi_my_name_is_keyboard
Hi, My Name is Keyboard This repository contains proof-of-concept scripts for CVE-2023-45866, CVE-2024-21306, and CVE-2024-0230. Additional details can be found in the blog post. Proof of Concept| Description ---|--- Android Keystroke Injection| Force-pairs a virtual Bluetooth keyboard with a...
hi_my_name_is_keyboard
Hola, me llamo Keyboard Este repositorio contiene scripts de prueba de concepto para CVE-2023-45866, CVE-2024-21306 y CVE-2024-0230. Puedes encontrar más detalles en la publicación del blog. Prueba de concepto| Descripción ---|--- Inyección de teclado en Android| Fuerza el emparejamiento de un...
Frida-Labs
This repository contains a series of challenges designed for learning Frida for Android. These are not like hardcore Capture The Flag CTF applications but will help you to start with Frida and its commonly used APIs. If you are entirely new to Frida, this is the perfect repository to get started....
CVE-2023-7028
CVE-2023-7028 | Account-Take-Over Gitlab Disclamer This code is a proof of concept of the vulnerability, I'm not pushing anyone to use it on gitlab instances they don't own. This tool has been developed for research and educational purposes only and I will not be held responsible for any use you...
dnschef-ng
!NOTE This is an updated version of DNSChef originally written by @iphelix root@kitploit: | | v0.7 | | / | | | | | | | / | ' / |/ | ' \ / \ || ' \ / | | | | | | \ \ | | | | / | | | | | | | ,|| ||/|| |||| || ||, | / | |/ D O C U M E N T A T I O N DNSChef is a highly configurable DNS proxy for...
pdbdownload
An utility to download PDB files associated with a Portable Executable PE. Features Download PDB symbols from msdl.microsoft.com. Process a single or a batch of PortableExecutable PE files. Demonstration https://github.com/user-attachments/assets/095fb528-65a6-488e-bfa0-46101738a451 Usage...
SentinelOne-ATTACK-Queries
ATT&CK Mapped SentinelOne Queries MITRE ATT&CK mapped queries for SentinelOne Deep Visiblity DISCONTINUED This project has been replaced by theSentinelOne-Queries repository which moves towards shareable signatures and for use in tooling. New repo is built of the work within this repository and...
ffufw
ffufw ffuf with that special sauce Install root@kitploit: go install github.com/puzzlepeaches/ffufw@latest Why? ffufw is a wrapper around ffuf to make directory bruteforcing easier and more intelligent. The tool has the following features: Multithreaded execution of ffuf commands for a list of UR...
yaradbg-frontend
Introduction YaraDbg is a free web-based Yara debugger to help security analysts to write hunting or detection rules with less effort and more confidence. By using YaraDbg, you can perform a thorough root-cause-analysis RCA on why some of your Yara rules did or did not match with a specific file...