Advertisement
Guest User

Untitled

a guest
May 15th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>pfSense captive portal</title>
  4. </head>
  5. <body>
  6. <center>
  7. <h2>ZeroDayExile</h2>
  8. Hey, welcome to my interenetz! Please put in your username and password so i can log it and send it to the fbi! kthnx :)
  9. <p>
  10.  
  11. <form method="post" action="$PORTAL_ACTION$">
  12. <p>
  13. Username:
  14. <input name="auth_user" type="text">
  15. </p>
  16. <p>
  17. Password:
  18. <input name="auth_pass" type="password">
  19. </p>
  20. <p>
  21. <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
  22. <input name="accept" type="submit" value="Continue">
  23. </p>
  24. </form>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement