7257 matches found
learn_exploit_dev
Este repositorio contiene un seguim...
AutoBlue-MS17-010
MS17-010 Exploit Code This is some no-bs public exploit code...
Exploit for Use After Free in Redis
CVE-2025-49844 - Redis Lua Interpreter Exploit !yuri08loveel...
CVE-2017-20201
CCleaner v5.33.6162 and CCleaner Cloud v1.07.3191 32-bit builds contained a malicious pre-entry-point loader that diverts execution from scrtcommonmainseh into a custom loader. That loader decodes an embedded blob into shellcode, allocates executable heap memory, resolves Windows API functions at...
EUVD-2025-33278
CCleaner v5.33.6162 and CCleaner Cloud v1.07.3191 32-bit builds contained a malicious pre-entry-point loader that diverts execution from scrtcommonmainseh into a custom loader. That loader decodes an embedded blob into shellcode, allocates executable heap memory, resolves Windows API functions at...
LabExploit
LiveExploit SECURITY RESEARCH TOOL - USE RESPONSIBLY A...
EUVD-2020-23275
Malware in sbrugna...
EUVD-2020-23274
Malware in sbrugna...
EUVD-2011-3145
Malware in sbrugna...
Exploit for CVE-2025-8061
Lenovo-CVE-2025-8061 PoC fo...
EUVD-2024-16374
Malicious code in bioql PyPI...
EUVD-2023-35755
Malicious code in bioql PyPI...
vuln
Vuln A simple program for practicing buffer overflow attacks...
ASLRay
This repository contains a Linux ELF x32/x64 ASLR DEP/NX bypass exploit with stack-spraying. The exploit targets the test binary, which is a simple program that takes a string argument and prints it. The exploit works by spraying the stack with a large amount of data, which increases the chances ...
awesome-exploit-development
This is a curated list of resources for learning about exploit development, not an exploit itself. It is a collection of books, tutorials, courses, tools, and vulnerable applications for learning about exploit development. The resources include books such as "Hacking - The art of exploitation" an...
defcon27_csharp_workshop
This repository contains a collection of C code snippets and labs for writing custom backdoor payloads, as part of a workshop presented at Defcon 27. The code covers various topics, including Windows API calls, memory allocation, thread creation, and encryption. The code snippets are organized in...
Exploit for CVE-2023-36880
Mirage is a PoC memory evasion technique that relies on a vulnerable VBS enclave to hide shellcode within VTL1. It is a PoC exploit for CVE-2023-36880. The code performs the following steps: 1. Loads a vulnerable version of the "prefsenclavex64.dll" enclave 2. Call the vulnerable "SealSettings"...
charlotte
This is a C++ shellcode launcher, fully undetected as of May 13th, 2021. It dynamically invokes Windows API functions, XOR encrypts shellcode and function names, and uses random XOR keys and variables per run. The code is designed to be stealthy and evade detection. The code is written in C++ and...
pwnshop
pwnshop Notes, cheatsheets, shellcode and exploits. Progress: - Utility - Object/Executable file to shellcode converter script: code - Utility - Assembly and link script : code - Utility - Shellcode testing skeleton generator : code - Exit syscall asm: code - Write syscall "Hello world!": code -...
binary-exploitation
Binary Exploitation Guide Learning binary exploitation from b...