Advertisement
Guest User

Untitled

a guest
Nov 5th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Atak SQL</title>
  6. </head>
  7. <body>
  8. <form action="akcja.php" method="post">
  9.     Username: <input type="text" name="username"><br>
  10.     Password: <input type="password" name="password"><br>
  11. <input type="submit">
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement