From 0f2ddd9abee025b815e086b7a86d321a8fc79316 Mon Sep 17 00:00:00 2001 From: jumbopackets Date: Sun, 26 Mar 2017 15:55:43 -0400 Subject: [PATCH] Change username input tag's type attribute from "username" to "text" "username" is not a valid value for the type attribute in an input tag, which causes it to fail formal validation. Probably would never *really* affect anything, but...you know... --- payloads/library/Captiveportal/portal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/library/Captiveportal/portal.html b/payloads/library/Captiveportal/portal.html index 453d5b1d..1ec07a13 100755 --- a/payloads/library/Captiveportal/portal.html +++ b/payloads/library/Captiveportal/portal.html @@ -10,7 +10,7 @@

Captive Portal

- Username:
+ Username:
Password: