mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
Merge pull request #121 from JumboPackets/master
CaptivePortal: Change username input tag's type attribute from "username" to "text"
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
/.project
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Captive Portal</h1>
|
<h1>Captive Portal</h1>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
Username: <input type="username" name="username"><br>
|
Username: <input type="text" name="username"><br>
|
||||||
Password: <input type="password" name="password"><br>
|
Password: <input type="password" name="password"><br>
|
||||||
<input type="submit" value="Log in">
|
<input type="submit" value="Log in">
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user