Guest User

Untitled

a guest
Jun 19th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. title>OxSH Registration</title>
  2. <center><h3><b><u>Ox Service Hosting Registration</b></u></h3></center>
  3. <br><br>
  4. <form name="input" action="cgi-bin/reg.pl" method="post">
  5. User:&nbsp;&nbsp;
  6. <input type="text" name="user" />
  7. <br>
  8. Pass:&nbsp;&nbsp;
  9. <input type="password" name="pass" />
  10. <br>
  11. Again:
  12. <input type="password" name="passa" />
  13. <br><br>
  14. Shell:&nbsp;&nbsp;
  15. <select name="shell">
  16. <option value="bash">Bash</option>
  17. <option value="sh">sh</option>
  18. <option value="csh">csh</option>
  19. </select>
  20. <br>
  21. Domain:&nbsp;&nbsp;
  22. <input type="text" name="domain" />
  23. <br>
  24. <input type="submit" value="Submit" />
  25. </form>
Add Comment
Please, Sign In to add comment