SilentPH Posted May 16, 2011 Report Posted May 16, 2011 What is RPC exploit.RPC stands for Remote Procedure Call. The vulnerability lies in the way RPC is implemented in most versions of Windows. The flaw involves the Distributed Component Object Model (DCOM) interface with RPC, which listens on TCP/IP port 135 and other ports. When exploited via those ports, a buffer overflow is created that could allow remote attackers to run commands with the highest system privileges.Operating systems affectedMicrosoft Windows NTA® 4.0Microsoft WindowsA® 2000Microsoft Windows XPMicrosoft Windows Server 2003NOTE: Microsoft Windows Millennium, 95, 98, 98 SE are not affected.Tools to use.Well, there are many programs out there for u to download and use for attack. Lets see some:Angry Ip Scanner (in our "Scanners" download section)dcom.exe (download the one for ur need here )nc.exe (in our "Scanners" download section)RPC Exploit GUI v2 hereHow to use them.Angry Ip Scanner: First of all, open Angry Ip Scanner and scan an ip range for 135 port.dcom.exe: U must run it from ur MS-DOS prompt (START ---> Run ---> cmd). Then just type dcom ex. dcom 5 127.0.0.0 (pls note that when u 'll run the dcom.exe it 'll show u which number indicates each OS... in this example i use number 5).nc.exe: Just run nc.exe (from ur MS-DOS prompt again) and type nc 4444 (pls note that nc might be nc***... jst use its name or rename it to nc). Now type in net user Administrator (choose ur own pass). So, if everything went right, go to ur START ---> run ---> mstsc and just type in ur victim's ip and press connect. When connected, do whatever u like.RPC Exploit GUI v2: Not much to say excepts that works fine (ur antivirus might get this as infected or as Hacktool (read "Antiviruses" in tutorials section). Much more easier than the whole procedure describe above.Howto protect ur selfMicrosoft offers a freely downloadable patch for this vulnerability. Its available at:Windows NTCod:http://download.microsoft.com/download/6/5/1/651c3333-4892-431f-ae93-bf8718d29e1a/Q823980i.EXEWindows 2000Cod:http://download.microsoft.com/download/0/1/f/01fdd40f-efc5-433d-8ad2-b4b9d42049d5/Windows2000-KB823980-x86-ENU.exeWindows XPCod:http://download.microsoft.com/download/9/8/b/98bcfad8-afbc-458f-aaee-b7a52a983f01/WindowsXP-KB823980-x86-ENU.exeNOTE: If there is a broken link, is not our false. Just visit Microsoft Download Center and search for ur self for the patch or just use the windows live update. Quote