Lucene search
+L

16 matches found

Kitploit
Kitploit
added 2026/08/26 1:23 a.m.3 views

ProcessStomping

ProcessStomping A variation of ProcessOverwriting to execute shellcode on an executable's section Was ist das Für eine detailliertere Erklärung kannst du meinen Blogbeitrag lesen. Process Stomping ist eine Variation von hasherezade's Process Overwriting und hat den Vorteil, dass ein...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/25 11:59 p.m.3 views

threadfire

threadfire Il programma utilizza Thread Hijacking per iniettare shellcode nativo in un'applicazione Win32 standard. Avevo 15 anni quando l'ho creato - per favore ignora il codice scadente. Informazioni Ho sviluppato questo piccolo progetto per continuare le mie esperienze con diversi metodi di co...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/20 8:59 p.m.1 views

ncloader

Ncloader Una semplice utility di iniezione dll Il design attuale implementa la nota tecnica di iniezione DLL: VirtualAllocEx alloca memoria per la stringa nel processo remoto WriteProcessMemory scrive la stringa "path/to/dll/file" nella memoria allocata remotamente CreateRemoteThread con indirizz...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2024/01/21 11:30 a.m.44 views

DllNotificationInjection - A POC Of A New "Threadless" Process Injection Technique That Works By Utilizing The Concept Of DLL Notification Callbacks In Local And Remote Processes

DllNotificationInection is a POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and remote processes. An accompanying blog post with more details is available here: https://shorsec.io/blog/dll-notification-injection/ Ho...

7.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2023/12/22 11:30 a.m.92 views

ProcessStomping - A Variation Of ProcessOverwriting To Execute Shellcode On An Executable'S Section

A variation of ProcessOverwriting to execute shellcode on an executable's section What is it For a more detailed explanation you can read my blog post Process Stomping, is a variation of hasherezade’s Process Overwriting and it has the advantage of writing a shellcode payload on a targeted sectio...

7.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2021/08/07 12:30 p.m.64 views

cThreadHijack - Beacon Object File (BOF) For Remote Process Injection Via Thread Hijacking

. . . \ /| | | / | || || | | / | | | | \ / \ \ / / \ | | \ \ / | |/ / \ | | | Y \ | /\ / / / // \ Y / | | |/ \ | | || /| \ /\ || /|/| /\ | \ / / / / / / | / / / Beacon Object File BOF for remote process injection, via thread hijacking, without spawning a remote thread...

7.3AI score
SaveExploits0References2
zdt
zdt
added 2018/04/17 12:00 a.m.47 views

Microsoft Edge - OpenProcess() ACG Bypass Exploit

Exploit for windows platform in category dos / poc Each Edge Content process MicrosoftEdgeCP.exe needs to call SetProcessMitigationPolicy on itself to enable ACG. The callstack when this happens is: 00 KERNELBASE!SetProcessMitigationPolicy 01 MicrosoftEdgeCP!SetProcessDynamicCodePolicy+0xc0 02...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2018/04/16 12:00 a.m.45 views

Microsoft Edge - OpenProcess() ACG Bypass

Microsoft Edge - OpenProcess ACG Bypass Each Edge Content process MicrosoftEdgeCP.exe needs to call SetProcessMitigationPolicy on itself to enable ACG. The callstack when this happens is: 00 KERNELBASE!SetProcessMitigationPolicy 01 MicrosoftEdgeCP!SetProcessDynamicCodePolicy+0xc0 02...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/04/16 12:00 a.m.48 views

Microsoft Edge - 'OpenProcess()' ACG Bypass

Each Edge Content process MicrosoftEdgeCP.exe needs to call SetProcessMitigationPolicy on itself to enable ACG. The callstack when this happens is: 00 KERNELBASE!SetProcessMitigationPolicy 01 MicrosoftEdgeCP!SetProcessDynamicCodePolicy+0xc0 02 MicrosoftEdgeCP!StartContentProcessExe+0x164 03...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/02/22 12:00 a.m.31 views

NoMachine < 6.0.80 (x64) - 'nxfuse' Privilege Escalation

from ctypes import from ctypes.wintypes import import struct import sys import os MEMCOMMIT = 0x00001000 MEMRESERVE = 0x00002000 PAGEEXECUTEREADWRITE = 0x00000040 GENERICREAD = 0x80000000 GENERICWRITE = 0x40000000 OPENEXISTING = 0x3 STATUSINVALIDHANDLE = 0xC0000008 shellcodelen = 90 s = “” s +=...

7.8CVSS7.3AI score0.03089EPSS
SaveExploits5
zdt
zdt
added 2015/09/01 12:00 a.m.69 views

XGI Windows VGA Display Manager 6.14.10.1090 - Arbitrary Write PoC

Exploit for windows platform in category dos / poc Title: XGI Windows VGA Display Manager Arbitrary Write Privilege Escalation Publication URL: https://www.korelogic.com/Resources/Advisories/KL-001-2015-004.txt 1. Vulnerability Details Affected Vendor: Silicon Integrated Systems Corporation...

7.7AI score0.01129EPSS
SaveExploits4
exploitpack
exploitpack
added 2015/01/07 1:45 p.m.23 views

VUPlayer-2.49---(.m3u)

VUPlayer 2.49 .M3u Universal buffer overflow exploit w/ DEP bypass Author: mrme Download: http://vuplayer.com/ Tested on Wind0ws XP SP3 /noexecute=alwayson sc = "\x89\xe1\xd9\xee\xd9\x71\xf4\x58\x50\x59\x49\x49\x49\x49" "\x43\x43\x43\x43\x43\x43\x51\x5a\x56\x54\x58\x33\x30\x56"...

0.5AI score
SaveExploits0
exploitpack
exploitpack
added 2015/01/05 2:23 p.m.51 views

Windows-NDPROXY-SYSTEM

Original crash ... null pointer dereference Access violation - code c0000005 !!! second chance !!! 00000038 ?? ??? NDPROXY Local SYSTEM privilege escalation from ctypes import from ctypes.wintypes import import os, sys kernel32 = windll.kernel32 ntdll = windll.ntdll GENERICREAD = 0x80000000...

7.2CVSS1AI score0.34893EPSS
SaveExploits16
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.31 views

VUPlayer <= 2.49 - (.m3u) Universal Buffer Overflow Exploit (DEP bypass)

No description provided by source. !/usr/bin/env python VUPlayer =2.49 .M3u Universal buffer overflow exploit w/ DEP bypass Author: mrme Download: http://vuplayer.com/ Tested on Wind0ws XP SP3 /noexecute=alwayson Greetz: Corelan Security Team...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2010/06/07 12:00 a.m.37 views

VUPlayer 2.49 - '.m3u' File Universal Buffer Overflow (DEP Bypass) (1)

!/usr/bin/env python VUPlayer =2.49 .M3u Universal buffer overflow exploit w/ DEP bypass Author: mrme Download: http://vuplayer.com/ Tested on Wind0ws XP SP3 /noexecute=alwayson Greetz: Corelan Security Team http://www.corelan.be:8800/index.php/security/corelan-team-members/ DEP AlwaysOn bypass...

5.3AI score
SaveExploits0
myhack58
myhack58
added 2008/07/23 12:00 a.m.54 views

Published some of Ring3 at the end of the process of skill-vulnerability warning-the black bar safety net

In response to the XHR call, in 2 0 0 8 年 5 月 5, re-finishing, and some new skills. 2 0 0 8 years 7 months 1 3 to increase a skill. All of OpenProcess/ZwOpenProcess/OpenThread/ZwOpenThread can replace the ZwQuerySystemInformation-ZwOpenProcess-ZwDuplicateObject it. Specific is why your own...

0.6AI score
SaveExploits0
Rows per page
Query Builder