From 2bbd262876cece025375d48dbe676e3542c9df0b Mon Sep 17 00:00:00 2001 From: jumbopackets Date: Sun, 26 Mar 2017 15:39:40 -0400 Subject: [PATCH 1/2] Add Eclipse .project file to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f98..271b138e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +/.project From 0f2ddd9abee025b815e086b7a86d321a8fc79316 Mon Sep 17 00:00:00 2001 From: jumbopackets Date: Sun, 26 Mar 2017 15:55:43 -0400 Subject: [PATCH 2/2] 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: