Guest User

Untitled

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